diff options
Diffstat (limited to 'sdn.cpp')
| -rw-r--r-- | sdn.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1636,10 +1636,10 @@ fun handle (Key k) -> bool { break; case ACTION_PAGE_PREVIOUS: - g.cursor -= LINES; + g.cursor -= visible_lines (); break; case ACTION_PAGE_NEXT: - g.cursor += LINES; + g.cursor += visible_lines (); break; case ACTION_SCROLL_DOWN: g.offset++; |
