Re: [dev] [st] patch to restore Readline Alt-Backspace functionality

2012-11-19 Thread Christoph Lohmann
Greetings. On Mon, 19 Nov 2012 17:26:20 +0100 Brandon Invergo wrote: > After the recent round of updates for st's keyboard functionality, the > ability to delete whole words in Readline with Alt-Backspace was > lost. In config.def.h, the entry for Backspace was changed from > XK_NO_MOD to XK_ANY_

[dev] [st] patch to restore Readline Alt-Backspace functionality

2012-11-19 Thread Brandon Invergo
After the recent round of updates for st's keyboard functionality, the ability to delete whole words in Readline with Alt-Backspace was lost. In config.def.h, the entry for Backspace was changed from XK_NO_MOD to XK_ANY_MOD. So, this is just a patch to change it back, which restores the functionali