changeset 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 e5265b91c756
children 278440a92757
files src/xterm.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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;