shell: Implement Workspace Layout

This commit is contained in:
Victoria Brekenfeld 2023-05-25 00:10:24 +02:00
parent cb3e8d42a7
commit be918152d5
7 changed files with 261 additions and 80 deletions

View file

@ -45,7 +45,7 @@ impl WorkspaceHandler for State {
};
if let Some((output, idx)) = maybe {
self.common.shell.activate(&output, idx);
let _ = self.common.shell.activate(&output, idx); // TODO: move cursor?
}
}
_ => {}