mirror of
https://github.com/neovim/neovim.git
synced 2025-09-23 03:28:33 +00:00
tui: Remove the iTerm2 corner case.
This commit is contained in:
@@ -5825,7 +5825,8 @@ static void screen_char(unsigned off, int row, int col)
|
||||
return;
|
||||
|
||||
/* Outputting the last character on the screen may scrollup the screen.
|
||||
* Don't to it! Mark the character invalid (update it when scrolled up) */
|
||||
* Don't to it! Mark the character invalid (update it when scrolled up)
|
||||
* FIXME: The premise here is not actually true. c.f. deferred wrap */
|
||||
if (row == screen_Rows - 1 && col == screen_Columns - 1
|
||||
/* account for first command-line character in rightleft mode */
|
||||
&& !cmdmsg_rl
|
||||
|
Reference in New Issue
Block a user