From: Hans-Bernhard Broeker Newsgroups: comp.os.msdos.djgpp Subject: Re: DOS cursor/screen commands? Date: 15 Nov 2002 17:38:13 GMT Organization: Aachen University of Technology (RWTH) Lines: 14 Message-ID: References: <1037380690 DOT 391305 AT cswreg DOT cos DOT agilent DOT com> NNTP-Posting-Host: acp3bf.physik.rwth-aachen.de X-Trace: nets3.rz.RWTH-Aachen.DE 1037381893 3465 137.226.32.75 (15 Nov 2002 17:38:13 GMT) X-Complaints-To: abuse AT rwth-aachen DOT de NNTP-Posting-Date: 15 Nov 2002 17:38:13 GMT Originator: broeker@ To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Ray Depew wrote: > /* 'Clear screen' for MSDOS is defined as ESC[2J, Wrong. That's not the definition "for MSDOS", it's the ANSI standardized escape sequence for terminals. But MSDOS doesn't respect these ANSI sequences by default. If you want them handled, you have to load the ANSI.SYS device driver, or any of its workalike replacements (I would recommend NNANSI.COM, which can be used as a TSR or even in single-shot mode). -- Hans-Bernhard Broeker (broeker AT physik DOT rwth-aachen DOT de) Even if all the snow were burnt, ashes would remain.