You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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")
The text was updated successfully, but these errors were encountered:
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.
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")
The text was updated successfully, but these errors were encountered: