GNU Screen

From Infogalactic: the planetary knowledge core
Jump to: navigation, search
GNU Screen
Gnuscreen.png
GNU Screen with split-screen
Developer(s) Amadeusz Sławiński and the GNU Project
Initial release 1987
Stable release 4.3.0 (June 13, 2015; 8 years ago (2015-06-13)) [±]
Preview release None [±]
Development status Active
Written in C
Operating system Unix-like
Type Terminal multiplexer
License GNU GPL v3
Website www.gnu.org/s/screen/

GNU Screen is a software application that can be used to multiplex several virtual consoles, allowing a user to access multiple separate terminal sessions inside a single terminal window or remote terminal session. It is useful for dealing with multiple programs from a command line interface, and for separating programs from the Unix shell that started the program.

Released under the terms of version 3 or later of the GNU General Public License, GNU Screen is free software.

Features

<templatestyles src="Module:Hatnote/styles.css"></templatestyles>

GNU Screen can be thought of as a text version of graphical window managers, or as a way of putting virtual terminals into any login session. It is a wrapper that allows multiple text programs to run at the same time, and provides features that allow the user to use the programs within a single interface productively. This enables the following features: persistence, multiple windows, and session sharing.

Screen is often used when a network connection to the terminal is unreliable, as a dropped network connection typically terminates all programs the user was running. Running the applications under screen means that the applications don't even know the terminal has detached, and allows the user to reattach the session later and continue working from where they left off.

History

Screen was originally designed by Oliver Laumann and Carsten Bormann and published in 1987.[1]

Design criteria included VT100 emulation (including ANSI X3.64 (ISO 6429) and ISO 2022) and reasonable performance for heavy daily use when character-based terminals were still common. Later, the at-the-time novel feature of disconnection/reattachment was added.

Around 1990, Laumann handed over maintenance of the code to Jürgen Weigert and Michael Schroeder at the University of Erlangen-Nuremberg, who later moved the project to the GNU Project and added features such as split-screen, cut-and-paste, and screen-sharing.[2]

By 2014, development had slowed to a crawl. Wanting to change this, Amadeusz Sławiński volunteered to help. In response, Laumann granted him maintainership. Sławiński proceeded to put out the first new Screen release in half a decade. Because there were some unofficial "Screen 4.1" releases floating around the Internet, he called this new release "Screen 4.2.0".

See also

  • xpra: a tool that lets you run X Window System applications on one machine, disconnect them from that machine's display, then reconnect them to another machine's display.
  • Byobu (software): a frontend for GNU Screen
  • tmux: a BSD-licensed terminal multiplexer with a feature set similar to GNU Screen's

Further reading

References

Notes

  1. Lua error in package.lua at line 80: module 'strict' not found.
  2. screen ftp

External links