Re: [PATCH] list-keys: clear flags[] for flagless bindings

2011-12-27 Thread Nicholas Marriott
Good catch. Applied, thanks! On Wed, Dec 21, 2011 at 04:03:18PM -0600, Chris Johnsen wrote: > The flags[] buffer should be reset for all "flagless" bindings (i.e. > those without their no-prefix or repeat "bits" set). Without this > reset, such "flagless" bindings would be displayed with the fla

[PATCH] list-keys: clear flags[] for flagless bindings

2011-12-26 Thread Chris Johnsen
The flags[] buffer should be reset for all "flagless" bindings (i.e. those without their no-prefix or repeat "bits" set). Without this reset, such "flagless" bindings would be displayed with the flags of the previous "flagged" binding (if any). --- It seemed slightly better to make this (re)initi