lanoxx / tilda

A Gtk based drop down terminal for Linux and Unix
GNU General Public License v2.0
1.28k stars 161 forks source link

Incorrect handling of ANSI escape sequences #370

Closed darnir closed 6 years ago

darnir commented 6 years ago

While using a program that emits many ansi sequences in order to control the output on the screen, I noticed that tilda doesn't seem to handle them correctly. I've captured the raw output and it is available here: http://ix.io/1poQ The commands in this file seem to work just file when output on konsole, but they cause weird upwards motions on tilda.

egmontkob commented 6 years ago

https://gitlab.gnome.org/GNOME/vte/issues/48

darnir commented 6 years ago

Thanks! I guess I'll have to deal with them on this issue.