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

Pseudoterminals #211

Merged
merged 6 commits into from
Jan 14, 2024
Merged

Pseudoterminals #211

merged 6 commits into from
Jan 14, 2024

Conversation

tomlin7
Copy link
Owner

@tomlin7 tomlin7 commented Jan 12, 2024

fix #204

@@ -0,0 +1,9 @@
import re
SEQ = re.compile(r'\x1b(?:[@-Z\\-_]|\[[0-?]*[ -/]*[@-~])')

Check warning

Code scanning / CodeQL

Overly permissive regular expression range Medium

Suspicious character range that is equivalent to [@A-Z].
@@ -0,0 +1,9 @@
import re
SEQ = re.compile(r'\x1b(?:[@-Z\\-_]|\[[0-?]*[ -/]*[@-~])')

Check warning

Code scanning / CodeQL

Overly permissive regular expression range Medium

Suspicious character range that is equivalent to \[0-9:;<=>?\].
@tomlin7 tomlin7 merged commit 28688d1 into main Jan 14, 2024
6 of 7 checks passed
@tomlin7 tomlin7 deleted the pty-terminal branch January 14, 2024 08:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use pseudoterminals (PTY) instead of pipes for terminal emulation
1 participant