Re: [sqlite] Clear screen in command line interface

2008-03-26 Thread Fred J. Stephens
John Stanton wrote: > Fred J. Stephens wrote: >> Would it be possible to incorporate a clear screen command, like "clear" >> in BASH? This would be handy to keep the view in the command line >> interface uncluttered. >> Maybe ".clear"? > You have the source and it uses curses so the addition shou

Re: [sqlite] Clear screen in command line interface

2008-03-26 Thread John Stanton
Fred J. Stephens wrote: > Would it be possible to incorporate a clear screen command, like "clear" > in BASH? This would be handy to keep the view in the command line > interface uncluttered. > Maybe ".clear"? You have the source and it uses curses so the addition should be fairly simple. > ___

Re: [sqlite] Clear screen in command line interface

2008-03-26 Thread Fred J. Stephens
Derrell Lipman wrote: > In konsole (and xterm, I'm pretty sure), you can just hit CTRL-L to > clear the screen whenever you're at an sqlite> prompt. Excellent! Thats what I needed. Thank you. Fred ___ sqlite-users mailing list sqlite-users@sqlite.org htt

Re: [sqlite] Clear screen in command line interface

2008-03-26 Thread P Kishor
On 3/26/08, Derrell Lipman <[EMAIL PROTECTED]> wrote: > On Wed, Mar 26, 2008 at 4:14 PM, Fred J. Stephens <[EMAIL PROTECTED]> wrote: > > Mike McGonagle wrote: > > > Hum, on the Mac (10.4.9), the terminal window can be cleared from > within the > > > terminal program itself. I would imagine th

Re: [sqlite] Clear screen in command line interface

2008-03-26 Thread Derrell Lipman
On Wed, Mar 26, 2008 at 4:14 PM, Fred J. Stephens <[EMAIL PROTECTED]> wrote: > Mike McGonagle wrote: > > Hum, on the Mac (10.4.9), the terminal window can be cleared from within > the > > terminal program itself. I would imagine that other terminal programs also > > provide this. Does this func

Re: [sqlite] Clear screen in command line interface

2008-03-26 Thread Michael Ruck
- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Fred J. Stephens Gesendet: Mittwoch, 26. März 2008 21:15 An: General Discussion of SQLite Database Betreff: Re: [sqlite] Clear screen in command line interface Mike McGonagle wrote: > Hum, on the Mac (10.4.9), the terminal win

Re: [sqlite] Clear screen in command line interface

2008-03-26 Thread Fred J. Stephens
Mike McGonagle wrote: > Hum, on the Mac (10.4.9), the terminal window can be cleared from within the > terminal program itself. I would imagine that other terminal programs also > provide this. Does this functionality really need to be in SQLite? > Mike You're right I guess. In Konsole under KDE at

Re: [sqlite] Clear screen in command line interface

2008-03-26 Thread Mike McGonagle
Hum, on the Mac (10.4.9), the terminal window can be cleared from within the terminal program itself. I would imagine that other terminal programs also provide this. Does this functionality really need to be in SQLite? Mike On Wed, Mar 26, 2008 at 1:59 PM, Fred J. Stephens <[EMAIL PROTECTED]> wro

[sqlite] Clear screen in command line interface

2008-03-26 Thread Fred J. Stephens
Would it be possible to incorporate a clear screen command, like "clear" in BASH? This would be handy to keep the view in the command line interface uncluttered. Maybe ".clear"? ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:808