##// END OF EJS Templates
Merge pull request #1089 from mdboom/qtconsole-carriage-return...
Merge pull request #1089 from mdboom/qtconsole-carriage-return Support carriage return ('\r') and beep ('\b') characters in the qtconsole, providing text-mode 'scroll bars' and terminal bell in the console. It extends AnsiCodeProcessor to understand the '\r' character and move the cursor back to the start of the line. It also understands the '\b' character and calls QTApplication::beep(). Neither are strictly speaking ANSI code sequences, of course, but they seem related enough and was simple enough to do it this way. Closes #629.
Fernando Perez -
r5641:21c436b6 merge
Show More
Name Size Modified Last Commit Author
/ IPython / scripts
__init__.py Loading ...
iptest Loading ...
ipython Loading ...
irunner Loading ...
pycolor Loading ...