Make sure escape sequences don't leak into the prompt.
authorIain Patterson <me@iain.cx>
Wed, 7 Dec 2011 13:38:49 +0000 (13:38 +0000)
committerIain Patterson <me@iain.cx>
Thu, 8 Dec 2011 13:25:13 +0000 (13:25 +0000)
If some terminal formatting escape sequence was used by an application
prior to returning to the prompt, the first parts of the prompt might
not be drawn correctly.  Force a reset before drawing anything.


No differences found