Fully functional status bar!
This commit is contained in:
parent
01df6ed568
commit
e9e49ef45f
3 changed files with 1 additions and 1 deletions
|
|
@ -331,7 +331,7 @@ pub fn get_help(mode: &InputMode) -> Vec<String> {
|
||||||
]
|
]
|
||||||
.concat(),
|
.concat(),
|
||||||
InputMode::CommandPersistent => {
|
InputMode::CommandPersistent => {
|
||||||
[vec!["<Ctrl-g/ESC> Normal Mode".into()], command_help].concat()
|
[vec!["<ESC/Ctrl-g> Normal Mode".into()], command_help].concat()
|
||||||
}
|
}
|
||||||
InputMode::Exiting => vec!["Bye from Mosaic!".into()],
|
InputMode::Exiting => vec!["Bye from Mosaic!".into()],
|
||||||
}
|
}
|
||||||
|
|
|
||||||
BIN
status-bar.wasm
BIN
status-bar.wasm
Binary file not shown.
BIN
strider.wasm
BIN
strider.wasm
Binary file not shown.
Loading…
Add table
Reference in a new issue