On Mon, Aug 31, 2015 at 11:30:54AM +0200, FRIGN wrote:
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 ~>

This goes beyond my knowledge of escape sequences. Can
anybody track down the issue here?

It seems that terminals such as xterm, urxvt and lxterminal have issue
with it too but those terminal does not have issue with the evil escape
code except that urxvt set the wrong title when printing the evil escape
code.

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

Reply via email to