2
0
mirror of https://github.com/xvxx/phetch synced 2024-11-12 13:10:40 +00:00

not always an error

This commit is contained in:
dvkt 2019-12-21 08:47:38 -08:00
parent 6d0919742a
commit d0b2cbc079

View File

@ -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,