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 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] Bug report

2020-02-12 Thread Daniel Tameling
On Fri, Feb 07, 2020 at 08:19:15PM +0300, Kirill Rogylev wrote: > Hello, I found a bug with bad Simple Terminal work with cyrillic > characters, exactly with deleting them.When I input any cyrillic string in > my programms, and then delete some characters of it in terminal input, some > characters

Re: [dev] [st] scrollback-mouse patch is broken on 0.8

2018-09-08 Thread Daniel Tameling
On Fri, Sep 07, 2018 at 04:13:48PM -0700, Devin Neal wrote: > On Fri, Sep 7, 2018 at 8:15 AM Daniel Tameling > wrote: > > if there is already an existing config.h, you get the error you described. > > It turns out that this error occurred precisely because I ran make > (whi

Re: [dev] [st] scrollback-mouse patch is broken on 0.8

2018-09-07 Thread Daniel Tameling
On Fri, Sep 07, 2018 at 10:10:44AM -0700, Devin Neal wrote: > On Fri, Sep 7, 2018 at 8:15 AM Daniel Tameling > wrote: > > > > you need to apply the normal scrollback patch before the mouse one. > > Then it works. > > Sorry if it wasn't clear from my previo

Re: [dev] [st] scrollback-mouse patch is broken on 0.8

2018-09-07 Thread Daniel Tameling
On Thu, Sep 06, 2018 at 01:18:26PM -0700, Devin Neal wrote: > There appears to be a problem with one of the patches to enable mouse > scrolling at https://st.suckless.org/patches/scrollback/. > > It seems that this patch is incorrect, though I'm not discounting the > possibility that I've done som

Re: [dev] [st] shift + backspace

2018-05-05 Thread Daniel Tameling
On Sat, Apr 28, 2018 at 08:19:16PM +0200, rrobert...@gmail.com wrote: > When using a program without readline inside st, shift + backspace > becomes ^H. Same thing if caps-lock is activated. > This is very annoying. Other terminals don't do that. > Could this be fixed in future releases? > Hi, t

Re: [dev] [st] clipboard patch can lead to crashes with st 0.8

2018-03-17 Thread Daniel Tameling
Hiltjo Posthuma writes: > On Sat, Mar 17, 2018 at 11:04:22AM +0100, Daniel Tameling wrote: >> >> Hi, >> >> the clipboard patch st-clipboard-20180309-c5ba9c0.diff can lead to >> double frees with st 0.8. This is because, starting with commit >> cfc7a

[dev] [st] clipboard patch can lead to crashes with st 0.8

2018-03-17 Thread Daniel Tameling
Hi, the clipboard patch st-clipboard-20180309-c5ba9c0.diff can lead to double frees with st 0.8. This is because, starting with commit cfc7acdfd923924ae150a32061fb95987697b159, in brelease every time Button1 is released mousesel(e, 1) is called. Up to the commit, there was some code that only cal