%general-entities; ]> $LastChangedBy$ $Date$ Screen-&screen-version; Introduction to <application>Screen</application> Screen is a terminal multiplexor that runs several separate processes, typically interactive shells, on a single physical character-based terminal. Each virtual terminal emulates a DEC VT100 plus several ANSI X3.64 and ISO 2022 functions and also supports configurable input and output translation, serial port support, configurable logging, multi-user support, and UTF-8 character encoding support (currently not supported by LFS). Screen sessions can be detached and resumed later on a different terminal. Package information Download (HTTP): Download (FTP): Download size: &screen-size; Estimated Disk space required: &screen-buildsize; Estimated build time: &screen-time; <application>Screen</application> dependencies Optional Installation of <application>Screen</application> Install Screen by running the following commands: ./configure --prefix=/usr --with-socket-dir=/var/run/screen \ --with-sys-screenrc=/etc/screenrc && sed -i -e "s%/usr/local/etc/screenrc%/etc/screenrc%" {etc,doc}/* && make && make install && install -m 644 etc/etcscreenrc /etc/screenrc Configuring <application>Screen</application> Config files /etc/screenrc, ~/.screenrc Configuration Information You may want to look at the example configuration file that we installed and customize it for your needs. Contents This package contains screen. Description screen screen is a terminal multiplexor with VT100/ANSI terminal emulation.