Re: [Patch] Scroll up/down in choose/output

2010-02-01 Thread Nicholas Marriott
This is cool, committed, thanks! On Thu, Jan 28, 2010 at 02:12:05AM -0800, Micah Cowan wrote: > This patch adds support for Ctrl-up/Ctrl-down (and C-y/C-e for vi) to > choice-mode and output-mode. It also binds C-b/C-f to page-up/page-down > for those modes in the vi bindings. > > -mjc > --

Re: [Patch] Scroll up/down in choose/output

2010-01-30 Thread Nicholas Marriott
I'll try to get to this and your other diff this weekend. On Thu, Jan 28, 2010 at 02:12:05AM -0800, Micah Cowan wrote: > This patch adds support for Ctrl-up/Ctrl-down (and C-y/C-e for vi) to > choice-mode and output-mode. It also binds C-b/C-f to page-up/page-down > for those modes in the vi bind

[Patch] Scroll up/down in choose/output

2010-01-28 Thread Micah Cowan
This patch adds support for Ctrl-up/Ctrl-down (and C-y/C-e for vi) to choice-mode and output-mode. It also binds C-b/C-f to page-up/page-down for those modes in the vi bindings. -mjc Index: mode-key.c === --- mode-key.c.orig +++ mode-