From: Richard M. Stallman Date: Sun, 25 Aug 1996 17:48:32 +0000 (+0000) Subject: (fast_find_position): Minor fix in handling maybe_next_line. X-Git-Tag: emacs-20.1~4020 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f61f515836cc5743fc9458b08688b6f7224a4e51;p=emacs.git (fast_find_position): Minor fix in handling maybe_next_line. --- diff --git a/src/xterm.c b/src/xterm.c index 78c427bf904..5ead042b3bd 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -2123,7 +2123,7 @@ fast_find_position (window, pos, columnp, rowp) if (maybe_next_line) { row++; - i = 0; + lastcol = 0; } *rowp = row + top;