Hi,
It seems that the terminal does not response the same way as an ordinary terminal in ubuntu. I expect the up & down arrows allow navigation in command history; the left & right arrows move the cursor for editing. But non of the arrow key work. Here are responses from the terminal:
Up Arrow : ^[[A
Down Arrow: ^[[B
Left Arrow: ^[[D
Right Arrow: ^[[C
I’m wondering is there any way to get these function back.
Thanks