Comment out the terminal view
This commit is contained in:
parent
a238368296
commit
e3465fbcf9
1 changed files with 9 additions and 6 deletions
|
@ -546,12 +546,15 @@ impl Render for TerminalView {
|
|||
.on_action(TerminalView::clear)
|
||||
.on_action(TerminalView::show_character_palette)
|
||||
.on_action(TerminalView::select_all)
|
||||
.child(TerminalElement::new(
|
||||
terminal_handle,
|
||||
focused,
|
||||
self.should_show_cursor(focused, cx),
|
||||
self.can_navigate_to_selected_word,
|
||||
))
|
||||
// todo!()
|
||||
.child(
|
||||
"TERMINAL HERE", // TerminalElement::new(
|
||||
// terminal_handle,
|
||||
// focused,
|
||||
// self.should_show_cursor(focused, cx),
|
||||
// self.can_navigate_to_selected_word,
|
||||
// )
|
||||
)
|
||||
// todo!()
|
||||
// .child(ChildView::new(&self.context_menu, cx))
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue