Re: [dev] [st][PATCH] Consistent Alt+BackSpace behavior

2016-07-12 Thread Christoph Lohmann
Greetings. On Tue, 12 Jul 2016 15:26:20 +0200 Alive 4ever wrote: > The default config specifies BackSpace as "\177". The default behavior > should persist across modifier keys, commonly Mod1 (Alt or Meta) which > is widely used to delete a word on readline and text editors,

[dev] [st][PATCH] Consistent Alt+BackSpace behavior

2016-07-10 Thread Alive 4ever
The default config specifies BackSpace as "\177". The default behavior should persist across modifier keys, commonly Mod1 (Alt or Meta) which is widely used to delete a word on readline and text editors, notably Emacs. This will make Alt+BackSpace behaves as expected, i.e. sends "\033\177"