Date: Tue, 4 Apr 1995 08:56:51 -0400 (EDT) From: Sujal Patel <smpatel@wam.umd.edu> To: Jason Boerner <chaos@rivers.oscs.montana.edu> Cc: FreeBSD Questions <freebsd-questions@FreeBSD.org> Subject: Re: Virtual displays on a dumb terminal over ttyd0??? Message-ID: <Pine.BSD.3.91.950404085309.136J-100000@xi.dorm.umd.edu> In-Reply-To: <Pine.ULT.3.91.950401225522.19463B-100000@rivers.oscs.montana.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 1 Apr 1995, Jason Boerner wrote: > Is there a way to force a dumb terminal (A vt300) over ttyd0 to have > virtual displays in the same fashion that the console terminal in > character mode has???? Screen which is in port/utils/screen is: Screen is a full-screen window manager that multiplexes a physical terminal between several processes (typically interactive shells). Each virtual terminal provides the functions of a DEC VT100 terminal and, in addition, several control functions from the ANSI X3.64 (ISO 6429) and ISO 2022 standards (e.g. insert/delete line and support for multiple character sets). There is a scrollback history buffer for each virtual terminal and a copy-and-paste mechanism that allows moving text regions between windows. Sujal
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSD.3.91.950404085309.136J-100000>