lxde / lxterminal

VTE terminal emulator written in GTK
GNU General Public License v2.0
159 stars 56 forks source link

Allow temporarily disabling ESC character sequences #34

Closed HybridDog closed 7 years ago

HybridDog commented 7 years ago

I'd like to have a setting to disallow ESC character usage temporary. When I'm on a server with multiple users via ssh, someone could write "\033P" (where \033 is the ESC character) to me and then my terminal is broken. (Test it with $ echo -e "\033P")

medicalwei commented 7 years ago

Would be good if migrating to GTK+3. "\033P" does not hang in lxterminal with GTK+3 and libvte 2.91 in my environment.

medicalwei commented 7 years ago

Also I am afraid that libvte doesn't have a switch to omit control sequence. libvte3 seems removed ISO2022 support, and \033P does nothing in the libvte3 implementation now.