tui: Remove the iTerm2 corner case.

This commit is contained in:
Jonathan de Boyne Pollard
2017-06-04 22:44:24 +01:00
parent 997411b635
commit 239b0aaf2e
2 changed files with 2 additions and 12 deletions

View File

@@ -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