diff src/xterm.c @ 15924:1f39e8812915

(fast_find_position): Minor fix in handling maybe_next_line.
author Richard M. Stallman <rms@gnu.org>
date Sun, 25 Aug 1996 17:48:32 +0000
parents a31cfab57f69
children 2882af484d9c
line wrap: on
line diff
--- a/src/xterm.c	Sun Aug 25 17:00:12 1996 +0000
+++ b/src/xterm.c	Sun Aug 25 17:48:32 1996 +0000
@@ -2123,7 +2123,7 @@
   if (maybe_next_line)
     {
       row++;
-      i = 0;
+      lastcol = 0;
     }
 
   *rowp = row + top;