The command history (Ctrl-R) of the shell is still intact with the new tab
completion, but I had experienced it often as way too short (too few
lines). So I have searched now in the source code, the line in shell.c is
if( zHistory ){
shell_stifle_history(100);
...
in case somebody wants to increase it to more than 100.
An obvious suggestion (already for 3.20.0?) is to make the history depth
configurable, perhaps when compiling the shell.
/Stephan
_______________________________________________
sqlite-users mailing list
[email protected]
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users