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

2016-07-09 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" instead

Re: [PATCH] [st] Fix inconsistent BackSpace behavior (was Re: [dev] [st] inconsistent backspace and alt+backspace behavior)

2016-07-09 Thread Alive 4ever
On Sat, Jul 09, 2016 at 08:52:14PM -0400, Alex Pilon wrote: > Content aside, the convention on this list is to use `git format-patch`, > or at least `git diff` or `git show`. > > Let's please stick to a standard patch format. It's not as if people on > this list are too dumb to `patch -Np1 < someP