Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Accessing command history in QPython console for Android

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.

like image 228
intuited Avatar asked Mar 09 '15 19:03

intuited


1 Answers

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:

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

It doesn't support this now, but we will try to implement the feature in the future for some guys ask the same question.

Thank you for feedback.

like image 133
Lombas Avatar answered Oct 08 '22 23:10

Lombas