Hello
I can't use the cursor keys ("arrows") when using SQLite on Linux from
a
remote Windows host. Both are supposed to be set to "xterm", but when I hit
eg. the up key in SQLite, it shows "^[[A". Other applications work OK. I've
tried using vt100 instead of xterm, but it made no difference.
===========
# echo $SHELL
/bin/sh
# echo $TERM
xterm
# cd /tmp/
# sqlite3 db.sqlite
SQLite version 3.5.4
sqlite> ^[[A
===========
Any idea what I could try?
Thank you.
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users