##// END OF EJS Templates
Merge pull request #1787 from punchagan/minor-doc-fix...
Jonathan March -
r7068:e0e173d6 merge
parent child Browse files
Show More
@@ -600,10 +600,5 b' frontend:'
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
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
606 not support this, but it is being tracked as issue :ghissue:`629`.
607
608 .. _PyQt: http://www.riverbankcomputing.co.uk/software/pyqt/download
603 .. _PyQt: http://www.riverbankcomputing.co.uk/software/pyqt/download
609 .. _pygments: http://pygments.org/
604 .. _pygments: http://pygments.org/
General Comments 0
You need to be logged in to leave comments. Login now