optimize index views with IndexArea enum to allow range based notifications
This commit is contained in:
parent
bfd27fa3fa
commit
7fdc0bf272
23 changed files with 419 additions and 548 deletions
shell/src
|
@ -134,10 +134,6 @@ impl ProcessLauncher {
|
|||
|
||||
pub fn launch_pty2(&mut self) {
|
||||
self.launch_pty(self.pty_port.inner());
|
||||
//self.ptybox.write().unwrap().fit_content();
|
||||
|
||||
//let mut p =
|
||||
//table_port.update_hooks.write().unwrap().push(Arc::new(p.clone().0));
|
||||
}
|
||||
|
||||
pub fn launch_pty(&mut self, port: InnerViewPort<dyn TerminalView>) -> Option<crate::pty::PTY> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue