diff src/xterm.c @ 15928:2882af484d9c

(fast_find_position): Fix previous change.
author Richard M. Stallman <rms@gnu.org>
date Sun, 25 Aug 1996 23:31:20 +0000
parents 1f39e8812915
children 6ad9e8fee494
line wrap: on
line diff
--- a/src/xterm.c	Sun Aug 25 23:18:39 1996 +0000
+++ b/src/xterm.c	Sun Aug 25 23:31:20 1996 +0000
@@ -2123,7 +2123,7 @@
   if (maybe_next_line)
     {
       row++;
-      lastcol = 0;
+      lastcol = left;
     }
 
   *rowp = row + top;