From e932d73def46fc2ef854a514070cf7132db545c9 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 25 Aug 1996 23:31:20 +0000 Subject: [PATCH] (fast_find_position): Fix previous change. --- src/xterm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xterm.c b/src/xterm.c index 5ead042b3bd..e98a2c5b0f5 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++; - lastcol = 0; + lastcol = left; } *rowp = row + top; -- 2.39.2