Keith Goodman wrote:
My guess is that that is too OS specific to add to sqlite. If you are
using linux you could try control-l to clear the screen.

I don't think it's too OS-specific - I think it's really outside the scope of the sqlite3 shell. The shell is really not intended to be a presentation layer, it's supposed to be a demo application, debugging helper, and quick-and-dirty manipulation tool. If a clear screen command were to be implemented, then what next? Cursor positioning? Perhaps output coloring? And so on :)
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to