Re: [dev] my suckless.org compatible ideas: vim like mapping for any tools, C scripts, vi clone

From: anonymous <aim0shei_AT_lavabit.com>
Date: Mon, 17 May 2010 17:44:00 +0400

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).

Received on Mon May 17 2010 - 13:44:00 UTC

This archive was generated by hypermail 2.2.0 : Mon May 17 2010 - 13:48:02 UTC