2
1

Config.in 503 B

123456789101112
  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).
  11. http://www.gnu.org/software/screen/