Hi, I found something that st display wrongly. I got it from
https://mosh.mit.edu/#techinfo

For ISO 2022 locking escapes:

   me@alarmpi ~> echo -e "\033(0"
me@alarmpi ~> St does this:

   me@alarmpi ~> echo -e "\033(0"
␋┴▒┼@▒┌▒⎼└⎻␋ ·>

For Evil escape sequences:

   me@alarmpi ~> echo -e "xyz\033[2;2H\0314\0202\nhello"
   xŷz
   hello
   me@alarmpi ~>

St does this:

   me@alarmpi ~> echo -e "xyz\033[2;2H\0314\0202\nhello"
   x̂z
   hello
   me@alarmpi ~>

Is there any way to fix this? Should I put it into the TODO?

Thanks. I hope that this could be solved.


--
_____________________________________
< Do what you like, like what you do. >
-------------------------------------
       \   ^__^
        \  (oo)\_______
           (__)\       )\/\
               ||----w |
               ||     ||

Reply via email to