diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2014-09-24 13:30:51 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2014-09-24 13:30:51 +0200 |
| commit | 6e5b0ab026093e39fd863ca605250d9558edce41 (patch) | |
| tree | 96c9f48c078b3beed987716074b77a61a9c0593d /window.h | |
| parent | 5993bc8c8fd13e71410d1f8b555665c0b8e95f22 (diff) | |
| download | vis-6e5b0ab026093e39fd863ca605250d9558edce41.tar.gz vis-6e5b0ab026093e39fd863ca605250d9558edce41.tar.xz | |
Implement 'g0', 'gm', 'g$'
Diffstat (limited to 'window.h')
| -rw-r--r-- | window.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -33,6 +33,9 @@ size_t window_char_next(Win*); size_t window_char_prev(Win*); size_t window_line_down(Win*); size_t window_line_up(Win*); +size_t window_line_begin(Win*); +size_t window_line_middle(Win*); +size_t window_line_end(Win*); /* move window content up/down, but keep cursor position unchanged unless it is * on a now invisible line in which case we try to preserve the column position */ size_t window_slide_up(Win*, int lines); |
