##// END OF EJS Templates
Tweak formatting of Qt console docs.
Thomas Kluyver -
Show More
@@ -595,17 +595,15 b' There are some features, where the qt console lags behind the Terminal'
595 frontend:
595 frontend:
596
596
597 * !cmd input: Due to our use of pexpect, we cannot pass input to subprocesses
597 * !cmd input: Due to our use of pexpect, we cannot pass input to subprocesses
598 launched using the '!' escape, so you should never call a command that
598 launched using the '!' escape, so you should never call a command that
599 requires interactive input. For such cases, use the terminal IPython. This
599 requires interactive input. For such cases, use the terminal IPython. This
600 will not be fixed, as abandoning pexpect would significantly degrade the
600 will not be fixed, as abandoning pexpect would significantly degrade the
601 console experience.
601 console experience.
602
602
603 * Use of ``\b`` and ``\r`` characters in the console: these are control
603 * Use of ``\b`` and ``\r`` characters in the console: these are control
604 characters that allow the cursor to move backwards on a line, and are used to
604 characters that allow the cursor to move backwards on a line, and are used to
605 display things like in-place progress bars in a terminal. We currently do
605 display things like in-place progress bars in a terminal. We currently do
606 not support this, but it is being tracked as issue 629_.
606 not support this, but it is being tracked as issue :ghissue:`629`.
607
607
608 .. _629: https://github.com/ipython/ipython/issues/629
608 .. _PyQt: http://www.riverbankcomputing.co.uk/software/pyqt/download
609
609 .. _pygments: http://pygments.org/
610 .. [PyQt] PyQt4 http://www.riverbankcomputing.co.uk/software/pyqt/download
611 .. [pygments] Pygments http://pygments.org/
General Comments 0
You need to be logged in to leave comments. Login now