-
-
Notifications
You must be signed in to change notification settings - Fork 30.9k
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
gh-128330: Terminal control characters should be restored on repl exit #128331
base: main
Are you sure you want to change the base?
Conversation
citrus-it
commented
Dec 29, 2024
•
edited by bedevere-app
bot
Loading
edited by bedevere-app
bot
- Issue: Terminal settings are not correctly restored on repl exit #128330
Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
@@ -0,0 +1 @@ | |||
Terminal control characters should be restored on repl exit |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Terminal control characters should be restored on repl exit | |
Restore terminal control characters on REPL exit. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did you revert this back on accident?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like it, sorry about that!
@@ -40,7 +40,7 @@ def as_list(self): | |||
self.lflag, | |||
self.ispeed, | |||
self.ospeed, | |||
self.cc, | |||
self.cc[:], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for the delay. Let's add a comment explaining why this is here for future readers.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've added one. Please let me know if you have suggestions for better wording.
e720962
to
35f88f9
Compare