Path: utzoo!utgpu!water!watmath!clyde!att!osu-cis!apr!mdm
From: mdm@apr.UUCP (Mark D. Meyer)
Newsgroups: comp.unix.microport
Subject: Re: How do I reset the console?
Keywords: terminal emulation, at386 terminfo
Message-ID: <463@apr.UUCP>
Date: 13 Jul 88 18:50:08 GMT
References: <17125@sgi.SGI.COM> <338@arcsun.UUCP>
Reply-To: mdm@apr.UUCP (Mark D. Meyer)
Organization: APR, Columbus, OH
Lines: 15

In article <338@arcsun.UUCP> dan@arcsun.UUCP (Dan ...) writes:
>Many VMS processes like to send terminal set-up sequences to my
>AT386 console (logged in via cu or kermit) that causes the console
>to go into a 1-line mode (where all subsequent output appears on
>a single line of the screen).

...

>Does anyone out there have a reset/initialize string for AT386 terminals?

Try this. (the  is an octal 033 character :-)

		"[0;25r"

Mark