Am 19.06.2011 17:58, schrieb Freddy López:
> Hello guys,
>
> I have a minor inconvenience with SQLite shell.
>
> I'm under Linux Mint 11 (64 bits) and I have compiled
> sqlite-amalgamation to use 64 bit database support shell
> (http://osdir.com/ml/sqlite-users/2011-06/msg00090.html) and when I
> use upwards and downwards arrows in shell I get ^[[A or ^[[B
> respectively. I have to type letter by letter the sentences I already
> have written a pair of line before.
>
> Do you know how can I solve this situation?

That's a matter of your tty driver settings or shell option settings. Try

set -o vi

at the sh prompt and invoke sqlite again.

--
Christoph

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to