Small cleanup, hopefull unbroken lock file

This commit is contained in:
Jonathan Turner
2019-07-05 13:01:19 +12:00
parent ddfd628f4c
commit 563fabfdca
3 changed files with 18 additions and 23 deletions

View File

@ -96,17 +96,12 @@ impl Context {
_ => {
prev_color = Some(pixel.1);
print!(
"{}{}{}",
"{}{}",
Colored::Fg(Color::Rgb {
r: (pixel.1).0,
g: (pixel.1).1,
b: (pixel.1).2
}),
Colored::Bg(Color::Rgb {
r: 25,
g: 25,
b: 25
}),
pixel.0
)
}