Re: clear screen
Nathan Fiedler <[email protected]>
| Newsgroups | gmane.comp.java.jswat.user |
|---|---|
| Message-ID | <1024423321.1608.3.camel@chip> |
What problem would such an addition solve? My problem with this is the implementation would be hackish. Either jswat would have to use ANSI codes to clear the screen (which is not entirely cross-platform), or it would simply print 1000 newlines. I'm reluctant to add such hacks to jswat for a feature that I don't see the use of. n On Tue, 2002-06-18 at 05:37, Jon Newton wrote: > hi, > > I wasn't able to find any information on this feature so I guess it doesn't > exist yet.. I'd like to make a request for a clear screen command when using > console mode. Perhaps something like the cls command in DOS. > > - Jon