Show a pop up menu for terminals

Co-Authored-By: Joseph T. Lyons <19867440+JosephTLyons@users.noreply.github.com>
Co-Authored-By: Antonio Scandurra <me@as-cii.com>
This commit is contained in:
Joseph Lyons 2023-03-03 15:04:35 -08:00 committed by Petros Amoiridis
parent ee154feda4
commit caa6a75238
No known key found for this signature in database
4 changed files with 111 additions and 62 deletions

View file

@ -58,6 +58,10 @@ impl Project {
terminal
}
}
pub fn local_terminal_handles(&self) -> &Vec<WeakModelHandle<terminal::Terminal>> {
&self.terminals.local_handles
}
}
// TODO: Add a few tests for adding and removing terminal tabs