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::clear)
|
||||||
.on_action(TerminalView::show_character_palette)
|
.on_action(TerminalView::show_character_palette)
|
||||||
.on_action(TerminalView::select_all)
|
.on_action(TerminalView::select_all)
|
||||||
.child(TerminalElement::new(
|
// todo!()
|
||||||
terminal_handle,
|
.child(
|
||||||
focused,
|
"TERMINAL HERE", // TerminalElement::new(
|
||||||
self.should_show_cursor(focused, cx),
|
// terminal_handle,
|
||||||
self.can_navigate_to_selected_word,
|
// focused,
|
||||||
))
|
// self.should_show_cursor(focused, cx),
|
||||||
|
// self.can_navigate_to_selected_word,
|
||||||
|
// )
|
||||||
|
)
|
||||||
// todo!()
|
// todo!()
|
||||||
// .child(ChildView::new(&self.context_menu, cx))
|
// .child(ChildView::new(&self.context_menu, cx))
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue