http://bugs.winehq.org/show_bug.cgi?id=20842
Summary: Python: Arrow navigation in python shell does not work [dogfood] Product: Wine Version: 1.1.33 Platform: PC URL: http://python.org/ OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: adys.wh@gmail.com
In the python shell... * Arrow UP is supposed to scroll back in the history * Arrow DOWN is supposed to scroll forward in the history * Arrow LEFT/RIGHT are supposed to navigate in the command line.
None of those work. Instead, the characters ^[[A ^[[B ^[[D ^[[C are output (respectively). Tested with Python 2.6.2 (r262:71605, Apr 14 2009, 22:40:02) [MSC v.1500 32 bit (Intel)] on win32 on gnome-terminal, konsole and xterm.