author | Jeffrey Middleton <jefromi@gmail.com> | |
Thu, 5 Mar 2009 22:43:02 +0000 (16:43 -0600) | ||
committer | Jeffrey Middleton <jefromi@gmail.com> | |
Thu, 5 Mar 2009 19:15:24 +0000 (13:15 -0600) | ||
commit | 01694c3c217403471136792b0730fdd2263ea8ea | |
tree | 49a8e25cf5115d25bd26e87104f407165fd1e3df | tree | snapshot |
parent | 966fff945d6662440fc87580d6e04b91575c684b | commit | diff |
list_window: Added scroll up/down commands
Commands scroll a list window up/down by one line, mapped by default to
Ctrl-N and Ctrl-B (mnemonics next and back). The scrolling functions can
scroll by an arbitrary amount, so we can use them later for half-screen scroll
commands like Vim's Ctrl-D/U.
Commands scroll a list window up/down by one line, mapped by default to
Ctrl-N and Ctrl-B (mnemonics next and back). The scrolling functions can
scroll by an arbitrary amount, so we can use them later for half-screen scroll
commands like Vim's Ctrl-D/U.
src/command.c | diff | blob | history | |
src/command.h | diff | blob | history | |
src/list_window.c | diff | blob | history | |
src/screen_help.c | diff | blob | history |