Re: [sqlite] sqlite3 cmd line: arrow

2009-02-14 Thread David Easley
> Install libreadline5-dev before running configure.  The readline
> library is what provides the command line editing and recall.

Thank you Roger - that fixed it.

I've raised a minor ticket on the INSTALL document, suggesting it should
mention this.

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


Re: [sqlite] sqlite3 cmd line: arrow keys not working

2009-02-11 Thread Roger Binns
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

David Easley wrote:
> If anyone can advise how to fix this I'd be most grateful.

Install libreadline5-dev before running configure.  The readline library
is what provides the command line editing and recall.

Roger
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkmTQDAACgkQmOOfHg372QRJSQCfbQ9F7OEe3T/yaQ//aB0AsXd4
wNwAoLqUFZEjjXbGChZWSpNT5+X+ecwS
=Kt0R
-END PGP SIGNATURE-
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


[sqlite] sqlite3 cmd line: arrow keys not working

2009-02-11 Thread David Easley
I recently upgraded from a standard Ubuntu packaged version of sqlite3
(3.5.something) to a self compiled build of the latest source (3.6.10). I
built from the recommended aggregation.

In the previous version, when working in the command shell I could use the
arrow keys to recall and edit previous commands. In the new version up-arrow
enters "^[[A", left-arrow "^[[D", etc.  Ctrl-C enters "^C".

If anyone can advise how to fix this I'd be most grateful.

Thanks,
David
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users