shell: restore focus

This commit is contained in:
Victoria Brekenfeld 2022-03-30 22:00:44 +02:00
parent 774e3bc5f4
commit 5b2ea80c50
6 changed files with 270 additions and 72 deletions

View file

@ -57,6 +57,7 @@ fn main() -> Result<()> {
display.borrow_mut().flush_clients(state);
// trigger routines
state.common.shell.refresh();
state.common.refresh_focus();
})?;
let _log = state.destroy();