Subject: Re: Locked into control characters with wscons...
To: Frederick Bruckman <fb@enteract.com>
From: Matthias Drochner <drochner@zel459.zel.kfa-juelich.de>
List: port-i386
Date: 07/16/1999 11:18:47
fb@enteract.com said:
> I'm not sure how to reset a wscons virtual console--did you try
> 'Control-J reset Control-J'? 

In wscons, CTL-ALT-Backspace resets the terminal emulator
(or whatever the Cmd_ResetEmul key symbol is mapped to).

For vt-100-like terminals in general, ESC c () helps normally.
From the shell:
cat<ENTER>
<ESC>c<ENTER>
<CTL-D>

best regards
Matthias