Re: [PATCH] Restore unbind-key when not using -a

2013-10-11 Thread Nicholas Marriott
Applied, thanks. On Mon, Oct 07, 2013 at 01:54:03AM -0500, Chris Johnsen wrote: > In a36da3a (Remove the barely-used and unnecessary command check() > function., 2013-08-21) an extra, unconditional, early return was > accidentally inserted when handling unbind-key without the "-a" > option. > > R

[PATCH] Restore unbind-key when not using -a

2013-10-06 Thread Chris Johnsen
In a36da3a (Remove the barely-used and unnecessary command check() function., 2013-08-21) an extra, unconditional, early return was accidentally inserted when handling unbind-key without the "-a" option. Remove this early return to let unbind-keys work to unbind individual keys. --- The problem