Add search bar to terminal panel
This commit is contained in:
parent
dba7ec4a35
commit
414b97adce
3 changed files with 5 additions and 0 deletions
|
@ -99,6 +99,9 @@ impl TerminalPanel {
|
|||
))
|
||||
.into_any()
|
||||
});
|
||||
let buffer_search_bar = cx.add_view(search::BufferSearchBar::new);
|
||||
pane.toolbar()
|
||||
.update(cx, |toolbar, cx| toolbar.add_item(buffer_search_bar, cx));
|
||||
pane
|
||||
});
|
||||
let subscriptions = vec![
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue