Re: [dev] [st] Backspace is now Linux

2015-03-24 Thread Markus Teich
Eric Pruitt wrote: > Try adding this to your mutt configuration: > > bind editor delete-char Heyho Eric, thanks, that fixed it. I really did not expect that not to be the intended default… --Markus

Re: [dev] [st] Backspace is now Linux

2015-03-24 Thread Ivan Delalande
On Tue, Mar 24, 2015 at 11:26:27PM +0100, Markus Teich wrote: > Christoph Lohmann wrote: > > St now has the Linux behaviour of Backspace as a default. Please change > > your configuration back from not using any strange backspace hacks. > > using the current master without modification I still no

Re: [dev] [st] Backspace is now Linux

2015-03-24 Thread Eric Pruitt
On Tue, Mar 24, 2015 at 11:26:27PM +0100, Markus Teich wrote: > using the current master without modification I still notice a little glitch > with mutt. In the line editor (e.g. when entering recipients address) if I > press > the delete key, mutt actually deletes the character in front of the cu

Re: [dev] [st] Backspace is now Linux

2015-03-24 Thread Markus Teich
Christoph Lohmann wrote: > St now has the Linux behaviour of Backspace as a default. Please change > your configuration back from not using any strange backspace hacks. Heyho, using the current master without modification I still notice a little glitch with mutt. In the line editor (e.g. when en

Re: [dev] [st] Backspace is now Linux

2015-03-12 Thread Roberto E. Vargas Caballero
> If you mean [1], it doesn't add (or restore) the alt+backspace ability to > delete the previous word. > > But changing the mask from XK_ANY_MOD to XK_NO_MOD does: > Upss, you are rigth, I mistook reviewing the patch. I will fix it. Thanks.

Re: [dev] [st] Backspace is now Linux

2015-03-11 Thread Sébastien Poher
Le mercredi 11 mars 2015 à 06:45:21, Roberto E. Vargas Caballero a écrit : > > > Talking about st keys behaviour : a while ago I was looking for a way to > > hack my st in > > order to have alt + backspace deleting the previous word and I found [1]. > > The patch of Ivan Delalande should fix it.

Re: [dev] [st] Backspace is now Linux

2015-03-11 Thread Roberto E. Vargas Caballero
> Talking about st keys behaviour : a while ago I was looking for a way to hack > my st in > order to have alt + backspace deleting the previous word and I found [1]. The patch of Ivan Delalande should fix it. Can you test it? Regards,

Re: [dev] [st] Backspace is now Linux

2015-03-10 Thread Sébastien POHER
Hi everybody, Le mardi 10 mars 2015 à 12:03:39, Christoph Lohmann a écrit : > St now has the Linux behaviour of Backspace as a default. Please change > your configuration back from not using any strange backspace hacks. > > From now on new rules apply: > > Backspace == \177 > Delete

Re: [dev] [st] Backspace is now Linux

2015-03-09 Thread FRIGN
On Tue, 10 Mar 2015 00:03:39 +0100 Christoph Lohmann <2...@r-36.net> wrote: > St now has the Linux behaviour of Backspace as a default. Please change > your configuration back from not using any strange backspace hacks. > > From now on new rules apply: > > Backspace == \177 > Delete

[dev] [st] Backspace is now Linux

2015-03-09 Thread Christoph Lohmann
Greetings comrades. St now has the Linux behaviour of Backspace as a default. Please change your configuration back from not using any strange backspace hacks. >From now on new rules apply: Backspace == \177 Delete == \033[3~ I hope you get the new logic. Suckless police patro