Fix cursor repaint.

This commit is contained in:
daa
2017-09-07 22:53:32 +03:00
parent fab0002a56
commit a00d1ff65c
4 changed files with 24 additions and 16 deletions

View File

@@ -75,6 +75,7 @@ pub fn render(
}
if row == cursor_row && col == cursor_col {
ctx.move_to(line_x, line_y);
cursor.draw(
ctx,
font_ctx,