Fully functional status bar!

This commit is contained in:
Brooks J Rady 2021-01-11 21:53:40 +00:00
parent 01df6ed568
commit e9e49ef45f
3 changed files with 1 additions and 1 deletions

View file

@ -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()],
} }

Binary file not shown.

Binary file not shown.