move commands and keymap back to terminal.

Command needs to be able to deal with UI. We'll separate it again later
on.
This commit is contained in:
Blaž Hrastnik 2020-12-10 18:13:42 +09:00
parent be3c021046
commit 5103dc9617
9 changed files with 36 additions and 39 deletions

1
Cargo.lock generated
View file

@ -522,6 +522,7 @@ dependencies = [
"helix-view",
"log",
"num_cpus",
"once_cell",
"smol",
"tui",
]