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.
__________OS__________ |
__________x86_64__________ |
__________aarch64__________ |
__________riscv64__________ |
---|---|---|---|
(clang and gcc build) |
|||
(gcc build with musl libc) (--disable-pam) |
|||
(clang build) (--disable-pam) |
|||
(clang and gcc build) |
|||
(clang build) (--disable-pam) |
|||
(clang build) |
|||
(gcc build) (--disable-pam) |
This project is just a sandbox for experiments with screen's sources. Please use official GNU git-repo. Source code here can be very broken.