Hi,
Ron Hudson said:
simh running rsts
print chr$(27);"[2J"
prints
$[2J
not clear the screen. VT100 sequence is ESC[2J as well as ansi
sequence! It does the same thing on the direct-serial-connected vt100
emulating HP terminal...
Basic grabs the ESC...
I think you need to do
print chr$(155%);"[2J"
That's from memory...I don't have the fake PDP-11 switched on ATM.
--
Cheers,
Stan Barr stanb(a)dial.pipex.com
The future was never like this!