On Sun, May 16, 2010 at 04:25:45AM +0400, anonymous wrote:
> Also removing Alt keybindings will simplify dmenu code: there will be
> only one switch instead of two, one "default" branch instead of two,
> less manipulation with masks and everytihing else related.
>
Patch (-7 loc) attached. BTW can someone explain where Alt-g and
Alt-G originated from?
Even if it will not be applied, line 430
default: return;
should be changed to
default:
return;
to follow common style (lines 383-384).
This archive was generated by hypermail 2.2.0 : Mon May 17 2010 - 13:48:02 UTC