screen.c: Remove out of date comment

This was forgotten in 10b2a0e529
This commit is contained in:
Michael Reed 2016-01-07 15:28:00 -05:00
parent e57e303c6b
commit fec35dc976

View File

@ -4105,7 +4105,6 @@ win_line (
* xterm/screen: write an extra character beyond the end of * xterm/screen: write an extra character beyond the end of
* the line. This will work with all terminal types * the line. This will work with all terminal types
* (regardless of the xn,am settings). * (regardless of the xn,am settings).
* Only do this on a fast tty.
* Only do this if the cursor is on the current line * Only do this if the cursor is on the current line
* (something has been written in it). * (something has been written in it).
* Don't do this for the GUI. * Don't do this for the GUI.