Access command history in QPython console for Android

Is it possible to access previously entered commands in the QPython / REPL console? The up and down arrows simply display escape sequences. I tried toggling the Terminal type option between screen , linux and vt100 , but that doesn't seem to help.

A related question did not indicate that it was referencing the QPython console and received an answer that does not matter.

+7
readline read-eval-print-loop qpython
source share
1 answer

No, It is Immpossible. The function has not been implemented. But if you can use Python3 syntax instead of Python 2.7, you can use QPython3 instead of this function.

These are the answers from QPython support:

From: QPython Support Date: Wed, Oct 28, 2015 at 1:11 PM Subject: Re: previously entered commands

Now this is not supported, but we will try to implement the function in the future for some guys ask the same question.

Thank you for your feedback.

+3
source share

All Articles