Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow temporarily disabling ESC character sequences #34

Closed
HybridDog opened this issue Jun 15, 2017 · 2 comments
Closed

Allow temporarily disabling ESC character sequences #34

HybridDog opened this issue Jun 15, 2017 · 2 comments
Assignees

Comments

@HybridDog
Copy link
Contributor

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
Copy link
Contributor

medicalwei commented Jun 27, 2017

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
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants