Re: [dev] [st] Rendering issue on Ubuntu 20.04

2021-07-26 Thread Cem Keylan
Ömer Sinan Ağacan writes: > Sorry if this is already reported/ known issue. I've tried searching for it > but > couldn't find anything relevant. Lines 8-10 of the file 'FAQ': > It means that st doesn't have any terminfo entry on your system. > Chances are you did not `make install`. If you j

Re: [dev] [st] Rendering issue on Ubuntu 20.04

2021-07-26 Thread Ömer Sinan Ağacan
> Lines 8-10 of the file 'FAQ': > > > It means that st doesn't have any terminfo entry on your system. > > Chances are you did not `make install`. If you just want to test it > > without installing it, you can manually run `tic -sx st.info`. This fixed it, thanks! Ömer Cem Keylan , 26 Tem 2021 P

Re: [dev] [st] Rendering issue on Ubuntu 20.04

2021-07-26 Thread Nathan Sketch
> I've recently updated my system from Ubuntu 18.04 to 20.04. When I build > commit > 2ec571a (current head of master) backspace does not work properly on 20.04. To > reproduce, just type something in a shell (I've tried with bash and zsh) and > then press backspace. It doesn't delete the characte

[dev] [st] Rendering issue on Ubuntu 20.04

2021-07-25 Thread Ömer Sinan Ağacan
Sorry if this is already reported/ known issue. I've tried searching for it but couldn't find anything relevant. I've recently updated my system from Ubuntu 18.04 to 20.04. When I build commit 2ec571a (current head of master) backspace does not work properly on 20.04. To reproduce, just type somet