diff --git a/src/help.rs b/src/help.rs index 609d2b4..77cc07c 100644 --- a/src/help.rs +++ b/src/help.rs @@ -27,11 +27,6 @@ iPress the # of a link to visit ior select it. Use ENTER to open ithe selected link. i -iJust start typing to select links. -i -1text mode shortcuts /text help -1menu mode shortcuts /menu help -i -1....some of my poetry /poetry help +iTo select a link, start typing. i "; diff --git a/src/ui.rs b/src/ui.rs index 20eaed9..2d859b2 100644 --- a/src/ui.rs +++ b/src/ui.rs @@ -320,8 +320,7 @@ pub fn prompt(prompt: &str) -> Option { pub fn status(s: &str) { let (_cols, rows) = termion::terminal_size().unwrap(); print!( - "{}{}{}{}{}", - "\x1b[93m", + "{}{}{}{}", termion::cursor::Goto(1, rows), termion::clear::CurrentLine, s,