This project is a fork of the screen.git project. If you have that one already cloned locally, you can use
git clone --reference /path/to/your/screen.git/incarnation mirror_URL
to save bandwidth during cloning.
 
descriptionGNU Screen
homepage URLhttps://savannah.gnu.org/projects/screen/
ownerrepo@saper.info
last changeTue, 1 Oct 2019 22:07:08 +0000 (2 00:07 +0200)
content tags
add:
readme
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 the DEC VT100 terminal and, in addition, several control functions from the ANSI X3.64 (ISO 6429) 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 the user to move text regions between windows. When screen is called, it creates a single window with a shell in it (or the specified command) and then gets out of your way so that you can use the program as you normally would. Then, at any time, you can create new (full-screen) windows with other programs in them (including more shells), kill the current window, view a list of the active windows, turn output logging on and off, copy text between windows, view the scrollback history, switch between windows, etc. All windows run their programs completely independent of each other. Programs continue to run when their window is currently not visible and even when the whole screen session is detached from the users terminal.
shortlog
2019-10-01 Amadeusz SławińskiUpdate ambiguous and wide characters tables to Unicode... master
2019-09-19 Amadeusz SławińskiGet rid of externs in telnet.c
2019-09-07 Amadeusz SławińskiFix broken mouse after ncurses 6.1
2019-05-18 Amadeusz SławińskiFix some gcc-9 warning in utmp
2019-05-13 Amadeusz SławińskiRevert "Remove unnecessary condition check"
2019-04-17 Amadeusz SławińskiClean whole buffer if we don't want to parse it
2019-04-14 Amadeusz SławińskiRemove unnecessary condition check
2019-04-13 Amadeusz SławińskiClose file descriptor after query command
2019-04-13 Amadeusz SławińskiFix -L option when passed to backend via Msg
2019-03-31 Amadeusz SławińskiDefine data pointer in Event as void
2019-03-31 Amadeusz SławińskiFix D_processinputdata type
2019-03-29 Alexander NaumovCopyright update for 2019
2019-03-29 Alexander NaumovTypo in man page
2019-03-17 Stefan Assmannfix UTF-8 characters with more than 2 bytes
2019-02-14 Amadeusz Sławińskidrop unnecessary BEL from bracketed paste mode sequence
2019-02-11 Nicolas SchodetFix extra characters when sending a command in one go
...
tags
4 years ago v.4.7.0
6 years ago v.4.6.2
6 years ago v.4.6.1
6 years ago v.4.6.0
7 years ago v.4.5.1
7 years ago v.4.5.0 4.5.0 Release
7 years ago v.4.4.0
8 years ago v.4.3.1
8 years ago v.4.3.0
10 years ago v.4.2.1
10 years ago v.4.2.0
heads
4 years ago bug-55482
4 years ago bug-55482-v4
4 years ago d_ckm_missing
4 years ago d_ckm_missing_v4
4 years ago master
4 years ago screen-v4
6 years ago fix-man
9 years ago next
12 years ago unicode++
13 years ago jesstess-screen
13 years ago jesstess-docs
14 years ago caption-never
14 years ago scripting
14 years ago cmd-alias