docs/buildroot.html: fix typo
[avatt.git] / package / screen / Config.in
blobc23239235af45e6484d6abbeda9b4f583b56e6fa
1 config BR2_PACKAGE_SCREEN
2         bool "screen"
3         select BR2_PACKAGE_NCURSES
4         help
5           Screen is a full-screen window manager that multiplexes a physical
6           terminal between several processes, typically interactive shells.
7           Each virtual terminal provides the functions of the DEC VT100
8           terminal and, in addition, several control functions from the ANSI
9           X3.64 (ISO 6429) and ISO 2022 standards (e.g., insert/delete line
10           and support for multiple character sets).
12           http://www.gnu.org/software/screen/