From d0b2cbc07999bee80027508dc83f3fd3bb4a9404 Mon Sep 17 00:00:00 2001 From: dvkt Date: Sat, 21 Dec 2019 08:47:38 -0800 Subject: [PATCH] not always an error --- src/ui.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/ui.rs b/src/ui.rs index a76ca67..78b55f7 100644 --- a/src/ui.rs +++ b/src/ui.rs @@ -72,8 +72,7 @@ impl UI { None } else { Some(format!( - "{}{}{}{}{}", - color::Fg(color::LightRed), + "{}{}{}{}", termion::cursor::Goto(1, self.rows()), termion::clear::CurrentLine, self.status,