Dag-Erling Smørgrav said:
> "Malcolm" <> writes:
>> The hard part is addressing the screen. Virtually all C compilers
>> come with some sort of non-standard library for accessing character-
>> mapped screens.
>
> What is this "screen" you speak of?
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, sev-
eral control functions from the ISO 6429 (ECMA 48, ANSI
X3.64) and ISO 2022 standards (e.g. insert/delete line and
support for multiple character sets). There is a scroll*-
back history buffer for each virtual terminal and a copy-
and-paste mechanism that allows moving text regions
between windows.
(From the man page.)
--
Richard Heathfield
"Usenet is a strange place" - dmr 29/7/1999
http://www.cpax.org.uk
email: rjh at above domain (but drop the www, obviously)