mirror of
https://github.com/zellij-org/zellij.git
synced 2024-11-23 19:10:09 +03:00
Fully functional status bar!
This commit is contained in:
parent
01df6ed568
commit
e9e49ef45f
@ -331,7 +331,7 @@ pub fn get_help(mode: &InputMode) -> Vec<String> {
|
||||
]
|
||||
.concat(),
|
||||
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()],
|
||||
}
|
||||
|
BIN
status-bar.wasm
BIN
status-bar.wasm
Binary file not shown.
BIN
strider.wasm
BIN
strider.wasm
Binary file not shown.
Loading…
Reference in New Issue
Block a user