Re: [dev] [st] Stuck in ISO 2022 locking escapes and Evil escape sequences

2015-09-01 Thread Otto Modinos
> This is the personal opinion of the author of the article. Can > you send me a link to the standard where it is said?. The problem > with terminals is they stop their evolution at the beginning > of the 90, so there is no standard way of doing utf8 stuff. I know, I was just trying to explain wh

Re: [dev] [st] Stuck in ISO 2022 locking escapes and Evil escape sequences

2015-08-31 Thread Otto Modinos
> > For ISO 2022 locking escapes: > > > > me@alarmpi ~> echo -e "\033(0" > > > > me@alarmpi ~> > > > > St does this: > > > > me@alarmpi ~> echo -e "\033(0" > > > > ␋┴▒┼@▒┌▒⎼└⎻␋ ·> > > It's not a locking escape. "ESC ( 0" switches your character > set to VT100 Special Graphics (see [

Re: [dev] [st] vim mouse not working

2015-07-27 Thread Otto Modinos
You need to set ttymouse. vim doesn't know about st, so it doesn't detect the correct ttymouse value (xterm seems to work fine for st). neovim changed the TUI (and mouse) code quite a lot so I'm guessing that's the reason It Just Works™.

Re: [dev] [PATCH] Make w3mimgdisplay work with st

2014-01-20 Thread Otto Modinos
> Have you tried clearing your terminal with ^L or clear first? I did try that and the result was the same. I also tried your iview script and still no picture. I guess there is something wrong with my particular setup, I don't know what though...

Re: [dev] [PATCH] Make w3mimgdisplay work with st

2014-01-19 Thread Otto Modinos
> Do note that you can't run w3mimgdisplay on its own. It requires some > formatting options and the image file name to be passed into stdin. I know, I think I used the correct incantation (it worked on xterm) but st showed nothing, not even the lines you see. Applying your patch I still get noth

Re: [dev] [PATCH] Make w3mimgdisplay work with st

2014-01-19 Thread Otto Modinos
It doesn't work for me. When using it through ranger (set preview_images true) I get nothing. When using it on it's own it exits with exit code 1... On 16 January 2014 11:03, Roberto E. Vargas Caballero wrote: >> I changed how height of region to update is being calculated, it should >> work pr

Re: [dev] [st][patch] scrollback buffer

2013-10-18 Thread Otto Modinos
You can use shift+{pgup,pgdown} to scroll in the linux tty.

Re: [dev] [st] [PATCH] 8bit-meta like xterm

2013-04-23 Thread Otto Modinos
Using the latest from git and tput smm everything works fine. Thank you very much. That got me wondering though. Since there exists such a terminfo capability, why do apps that except 8bit-as-meta, don't use them? On 23 April 2013 16:23, Christoph Lohmann <2...@r-36.net> wrote: > Greetings. > >

Re: [dev] [st] [PATCH] 8bit-meta like xterm

2013-04-23 Thread Otto Modinos
No I mean when binding a key to meta, it doesn't work. I have and for example to move lines up and down and well, it doesn't work when sending an escape sequence as meta. On 23 April 2013 15:23, wrote: > ** > On Tue, Apr 23, 2013, at 7:51, Otto Modinos wrote: > > It mea

Re: [dev] [st] [PATCH] 8bit-meta like xterm

2013-04-23 Thread Otto Modinos
It means first of all vim. I have also tried mocp, and that didn't work either. What apps are you using that work? On 23 April 2013 14:46, Random832 wrote: > On 04/23/2013 04:50 AM, Christoph Lohmann wrote: > >> I am considering making this the default behaviour of st. Are there any >> argumen

[dev] Re: [st] [PATCH] 8bit-meta like xterm

2013-04-22 Thread Otto Modinos
Sorry, I accidentally sent this before I attached the patch On 22 April 2013 13:38, Otto Modinos wrote: > Howdy Comrades. > I'm new to this mailing list. > Just found st couple of days back and really loved it. It lacked however > the ability to send Meta as the 8th bit, the

[dev] [st] [PATCH] 8bit-meta like xterm

2013-04-22 Thread Otto Modinos
Howdy Comrades. I'm new to this mailing list. Just found st couple of days back and really loved it. It lacked however the ability to send Meta as the 8th bit, the way xterm does. I needed this because most of the apps I tried didn't recognize the escape sequence st was using. So this little patch