Is it possible to access previously entered commands in QPython's console/REPL? Up and down arrows just display escape sequences. I tried switching the Terminal type
option between screen
, linux
, and vt100
, but this doesn't seem to help.
A related question didn't specify it was referring to QPython's console, and got an answer that is not relevant.
No, it' not possible. The feature hasn't been implemented. But if you can use Python3's syntax instead of Python 2.7, you can use QPython3 app instead where this feature has been implemented.
This is the answers from QPython's support: