[Bug 7694] Pushing python to the background causes shell to become unusable
bugzilla at busybox.net
bugzilla at busybox.net
Wed Dec 10 17:35:29 UTC 2014
https://bugs.busybox.net/show_bug.cgi?id=7694
--- Comment #2 from Denys Vlasenko <vda.linux at googlemail.com> 2014-12-10 17:35:28 UTC ---
The cause is that python doesn't restore termios attributes, they remain set to
raw input and no echo. Thus, you don't see entered chars, and [enter] key sends
\r, not \n.
Fixed in git, thanks!
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the busybox-cvs
mailing list