Fixed silly drawing bug.

The cursor wasn't displaying if it was on the end of a line.
This commit is contained in:
Nathan Vegdahl 2017-12-31 17:36:13 -08:00
parent c7adf195f7
commit b63bb6f87d

View File

@ -429,8 +429,8 @@ impl<'a> TermUI<'a> {
px as usize, px as usize,
py as usize, py as usize,
" ", " ",
color::White,
color::Black, color::Black,
color::White,
); );
} }
} else if g == "\t" { } else if g == "\t" {