Fixed silly drawing bug.
The cursor wasn't displaying if it was on the end of a line.
This commit is contained in:
parent
c7adf195f7
commit
b63bb6f87d
|
@ -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" {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user