mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-27 18:51:41 +02:00
typo in comment
This commit is contained in:
@@ -1483,7 +1483,7 @@ screen_fake_move_cursor_to_position(Screen *self, index_type x, index_type y) {
|
|||||||
}
|
}
|
||||||
found_non_empty_cell = true;
|
found_non_empty_cell = true;
|
||||||
x += w;
|
x += w;
|
||||||
count += 1; // zsh requires a single arrow press to move fast dualwidth chars
|
count += 1; // zsh requires a single arrow press to move past dualwidth chars
|
||||||
}
|
}
|
||||||
if (!found_non_empty_cell) count++; // blank line
|
if (!found_non_empty_cell) count++; // blank line
|
||||||
x = 0;
|
x = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user