From fec35dc9761cdcb4fc8041b7f7ee476b3d9bb502 Mon Sep 17 00:00:00 2001 From: Michael Reed Date: Thu, 7 Jan 2016 15:28:00 -0500 Subject: screen.c: Remove out of date comment This was forgotten in 10b2a0e52980aba2d1efc072368fcaf1f33e7512 --- src/nvim/screen.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/nvim/screen.c b/src/nvim/screen.c index c4264cbcee..977dd5b2d4 100644 --- a/src/nvim/screen.c +++ b/src/nvim/screen.c @@ -4105,7 +4105,6 @@ win_line ( * xterm/screen: write an extra character beyond the end of * the line. This will work with all terminal types * (regardless of the xn,am settings). - * Only do this on a fast tty. * Only do this if the cursor is on the current line * (something has been written in it). * Don't do this for the GUI. -- cgit