diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/window.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.c b/src/window.c index c3603c2039f..ad22e1df107 100644 --- a/src/window.c +++ b/src/window.c | |||
| @@ -4707,7 +4707,7 @@ window_scroll_line_based (window, n, whole, noerror) | |||
| 4707 | 4707 | ||
| 4708 | posit = *compute_motion (startpos, 0, 0, 0, | 4708 | posit = *compute_motion (startpos, 0, 0, 0, |
| 4709 | PT, ht, 0, | 4709 | PT, ht, 0, |
| 4710 | window_box_text_cols (w), XINT (w->hscroll), | 4710 | -1, XINT (w->hscroll), |
| 4711 | 0, w); | 4711 | 0, w); |
| 4712 | original_vpos = posit.vpos; | 4712 | original_vpos = posit.vpos; |
| 4713 | 4713 | ||