typo in comment

This commit is contained in:
Kovid Goyal 2021-09-30 14:27:22 +05:30
parent 7530bfd1a1
commit 06f67e4765
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -1483,7 +1483,7 @@ screen_fake_move_cursor_to_position(Screen *self, index_type x, index_type y) {
}
found_non_empty_cell = true;
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
x = 0;