qpython-android / qpython.org

QPython contributor & sugguestion & question homepage
http://qpython.org
58 stars 11 forks source link

command history in console #87

Open gitshub opened 9 years ago

gitshub commented 9 years ago

This question has been asked at http://stackoverflow.com/questions/28950530/accessing-command-history-in-qpython-console-for-android but I don't know if it has been answered. How do you get the previous command to display in the console? Up and down arrows (obtained by special keys "Vol-up W" and "Vol-up S") just display escape sequences. Does it have to do with whether or not Python's "readline" module is installed?

Thank you