color tweak

pull/6/head
dvkt 4 years ago
parent ff8743b23e
commit 129ed51161

@ -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
";

@ -320,8 +320,7 @@ pub fn prompt(prompt: &str) -> Option<String> {
pub fn status(s: &str) {
let (_cols, rows) = termion::terminal_size().unwrap();
print!(
"{}{}{}{}{}",
"\x1b[93m",
"{}{}{}{}",
termion::cursor::Goto(1, rows),
termion::clear::CurrentLine,
s,

Loading…
Cancel
Save