alexander-naumov / screen

GNU Screen - screen manager with VT100/ANSI terminal emulation

Home Page:https://savannah.gnu.org/projects/screen/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GNU Screen - development branch

#screen on libera.chat License Buid Status

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 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 scrollback history buffer for each virtual terminal and a copy-and-paste mechanism that allows moving text regions between windows.

Build

git clone https://github.com/alexander-naumov/screen
cd screen/src
./autogen.sh
./configure CFLAGS='-Wall -DDEBUG'
make
./screen -v
./screen -h

About

GNU Screen - screen manager with VT100/ANSI terminal emulation

https://savannah.gnu.org/projects/screen/

License:GNU General Public License v3.0


Languages

Language:C 76.6%Language:Roff 14.2%Language:PostScript 6.0%Language:Shell 1.4%Language:Makefile 1.1%Language:M4 0.5%Language:Perl 0.2%