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