-
-
Notifications
You must be signed in to change notification settings - Fork 245
Print the return from pexpect.run, I see nothing (bpython version 0.9.5.2 on top of Python 2.6.5) #119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
That does not really resolve the handling of a plain "\r" (cursor should go to the beginning of line and overwrite the previous line with new content). Also, there is urwid and gtk which need a fix. Original Comment By: Andreas Stührk |
What about a workaround trivial like this one? --- a/bpython/cli.py Sat Jul 03 14:04:21 2010 +0200
}}} Original Comment By: Michele Orrù |
This is the behaviour of curses' addstr(), we should probably work around that (in a general way, all our backends behave differently right now). Original Comment By: Andreas Stührk |
The real issue here seems to be that bpython does not like printing lines with a carriage return in it. E.g.
spam
vs.
Original Comment By: Andreas Stührk |
This is no longer an issue in bpython-curses. |
The text was updated successfully, but these errors were encountered: