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

Qtconsole - nonstandard \a and \b #1561

Closed
jdmarch opened this issue Apr 9, 2012 · 0 comments · Fixed by #1569
Closed

Qtconsole - nonstandard \a and \b #1561

jdmarch opened this issue Apr 9, 2012 · 0 comments · Fixed by #1569
Labels
Milestone

Comments

@jdmarch
Copy link

jdmarch commented Apr 9, 2012

Issue #1089 reported lack of support for \b (backspace) and \r (return)
PR #629 purported to fix these, and did fix \r, but it mapped \b to bell rather than to backspace.
The standard mapping for bell is \a.

@fperez fperez closed this as completed in 9249576 Apr 14, 2012
fperez added a commit to minrk/ipython that referenced this issue Apr 14, 2012
…beep-sequences

BUG: qtconsole -- non-standard handling of \a and \b. This makes the behavior of the Qt console match that of an ANSI terminal with regards to \a and \b.

Fixes ipython#1561.
jdmarch pushed a commit that referenced this issue May 30, 2012
DOC: This removes, from the qt-console docs, an obsolete warning that \r and \b are not supported. This issue was fixed by #629 and #1561.
mattvonrocketstein pushed a commit to mattvonrocketstein/ipython that referenced this issue Nov 3, 2014
mattvonrocketstein pushed a commit to mattvonrocketstein/ipython that referenced this issue Nov 3, 2014
…beep-sequences

BUG: qtconsole -- non-standard handling of \a and \b. This makes the behavior of the Qt console match that of an ANSI terminal with regards to \a and \b.

Fixes ipython#1561.
mattvonrocketstein pushed a commit to mattvonrocketstein/ipython that referenced this issue Nov 3, 2014
DOC: This removes, from the qt-console docs, an obsolete warning that \r and \b are not supported. This issue was fixed by ipython#629 and ipython#1561.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants