diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xterm.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
| 2123 | if (maybe_next_line) | 2123 | if (maybe_next_line) |
| 2124 | { | 2124 | { |
| 2125 | row++; | 2125 | row++; |
| 2126 | lastcol = 0; | 2126 | lastcol = left; |
| 2127 | } | 2127 | } |
| 2128 | 2128 | ||
| 2129 | *rowp = row + top; | 2129 | *rowp = row + top; |