Closed GoogleCodeExporter closed 8 years ago
Thanks for the bug report. I'll take a look.
While I figure out why Conque is breaking on ^A^B, you might want to try
running ipython without color as a temp solution. E.g:
:ConqueTerm ipython -colors NoColor
Original comment by nicora...@gmail.com
on 14 Aug 2010 at 5:21
You were right. Readline problem. Installing the readline python module should
fix everything. Try
sudo easy_install readline
The ipython documention recommends the same for installing ipython as
sudo easy_install readline ipython
For fix: Checked in handling of SOH/STX chars
Original comment by nicora...@gmail.com
on 15 Aug 2010 at 3:18
Original issue reported on code.google.com by
and...@halfcooked.com
on 14 Aug 2010 at 7:02Attachments: