I used to be able to press up and down to cycle through previous commands that I had run in the remote_api_shell.py
, and left and right to move the cursor within a line I was about to submit to the interactive console.
For some reason that just stopped working
Pressing up, up, down, left, right now causes the following to be appended to the current line instead:
^[[A^[[A^[[B^[[D^[[C
When I exit, I'm still able to do all this in bash. Anyone know what could cause this to stop working?