Re: [PATCH] Restructure output zoom key handling.

2012-02-26 Thread Kristian Hoegsberg
On Thu, Feb 23, 2012 at 10:28:37PM -0700, Scott Moreau wrote: > This effectively eats the keybinding events, as we don't want them sent to > clients. Thanks, as discussed in irc, this is the right fix. PS: Keep commit message lines under 78 characters. Kristian > --- > src/shell.c | 60

Re: [PATCH] Restructure output zoom key handling.

2012-02-24 Thread Kristian Høgsberg
On Fri, Feb 24, 2012 at 12:28 AM, Scott Moreau wrote: > This effectively eats the keybinding events, as we don't want them sent to > clients. That looks much better. But shouldn't we feed the initial up/down key to the zoom_key handler? It looks like we just throw that away now. Kristian > -

[PATCH] Restructure output zoom key handling.

2012-02-23 Thread Scott Moreau
This effectively eats the keybinding events, as we don't want them sent to clients. --- src/shell.c | 60 +++--- 1 files changed, 40 insertions(+), 20 deletions(-) diff --git a/src/shell.c b/src/shell.c index ee71dcc..d949d0c 100644 --- a/src