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

regular color

This commit is contained in:
dvkt 2019-12-21 12:48:42 -08:00
parent 2e57d4051b
commit 97a2ae9602

View File

@ -195,9 +195,8 @@ impl UI {
return;
}
print!(
"\r{}{}{}{}{}{}",
"\r{}{}{}{}{}",
termion::cursor::Hide,
color::Fg(color::LightBlack),
label,
".".repeat(i),
termion::clear::AfterCursor,