Re: [dev] [st] vim breaks Delete key in an ssh session

2020-03-02 Thread Patrik Osgnach
Hi, thanks for the link, but that prompt seems to be ineffective. I don't want to mess with vim code, as I'm sure they do that for a specific reason, but I wonder why this breaks st in this way. As of now, I can live happily with this alias: alias vim "vim \!* ; tput smkx" BR, Patrik On Fri, 28

Re: [dev] [st] vim breaks Delete key in an ssh session

2020-02-28 Thread Daniel Tameling
On Thu, Feb 27, 2020 at 03:35:08PM +0100, Patrik Osgnach wrote: > Unfortunately I have to use tcsh (don't ask why, corporate/legacy > decision completely out of my control). Hi, I briefly looked into tcsh and it seems that the workaround for this shell is to put tput smkx into the prompt: https

Re: [dev] [st] vim breaks Delete key in an ssh session

2020-02-27 Thread Daniel Tameling
On Thu, Feb 27, 2020 at 03:35:08PM +0100, Patrik Osgnach wrote: > > Hi, already done. > That's where I found the tput smkx advice. > The thing that puzzles me is that is vim doing, since I have to run > that tput command every time I quit vim. > > Unfortunately I have to use tcsh (don't ask why,

Re: [dev] [st] vim breaks Delete key in an ssh session

2020-02-27 Thread Patrik Osgnach
On Thu, 27 Feb 2020 at 09:37, Daniel Tameling wrote: > > On Thu, Feb 27, 2020 at 1:58 AM Ivan Tham wrote: > > > > Maybe you could do a bisect to find out which commit cause the issue and > > try to send a patch for it? > > > > On Wed, Feb 26, 2020 at 04:55:56PM +0100, Patrik Osgnach wrote: > > >H

Re: [dev] [st] vim breaks Delete key in an ssh session

2020-02-27 Thread Patrik Osgnach
On Thu, 27 Feb 2020 at 09:35, Hiltjo Posthuma wrote: > > On Wed, Feb 26, 2020 at 04:55:56PM +0100, Patrik Osgnach wrote: > > Hello all, > > > > I have this strange situation with st (compiled from git commit > > 895e5b5, without any patch): > > When I ssh from my local Linux PC (running Gentoo) to

Re: [dev] [st] vim breaks Delete key in an ssh session

2020-02-27 Thread Daniel Tameling
On Thu, Feb 27, 2020 at 1:58 AM Ivan Tham wrote: > > Maybe you could do a bisect to find out which commit cause the issue and > try to send a patch for it? > > On Wed, Feb 26, 2020 at 04:55:56PM +0100, Patrik Osgnach wrote: > >Hello all, > > > >I have this strange situation with st (compiled from

Re: [dev] [st] vim breaks Delete key in an ssh session

2020-02-27 Thread Hiltjo Posthuma
On Wed, Feb 26, 2020 at 04:55:56PM +0100, Patrik Osgnach wrote: > Hello all, > > I have this strange situation with st (compiled from git commit > 895e5b5, without any patch): > When I ssh from my local Linux PC (running Gentoo) to a SLES11SP4 > Server, the delete key is ineffective (nothing gets

Re: [dev] [st] vim breaks Delete key in an ssh session

2020-02-26 Thread Ivan Tham
Maybe you could do a bisect to find out which commit cause the issue and try to send a patch for it? On Wed, Feb 26, 2020 at 04:55:56PM +0100, Patrik Osgnach wrote: Hello all, I have this strange situation with st (compiled from git commit 895e5b5, without any patch): When I ssh from my local L

[dev] [st] vim breaks Delete key in an ssh session

2020-02-26 Thread Patrik Osgnach
Hello all, I have this strange situation with st (compiled from git commit 895e5b5, without any patch): When I ssh from my local Linux PC (running Gentoo) to a SLES11SP4 Server, the delete key is ineffective (nothing gets deleted). I can fix this with "tput smkx" but, if I run vim, the delete key