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, 11 Jun 2024 16:30:07 +0000 (11 18:30 +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
2024-06-11 Alexander Naumovset a limit on session-names to 80 symbolsmaster
2024-06-11 Alexander Naumovman: there are no 'time' and 'debug' anymore
2024-06-10 Alexander Naumovsync ChangeLog
2024-06-07 Alexander Naumov'userbits' address out of bounce fix
2024-05-30 Alexander Naumovfix -Wdeprecated-non-prototype
2024-05-30 Alexander Naumovfix -Wformat-overflow screen.c
2024-05-30 Alexander NaumovMakefile: update standard to C17
2024-03-26 Hayato Hiramatsu[PATCH] Screen buffers ESC keypresses indefinitely...
2024-02-20 Alexander Naumovsync man page
2023-12-29 Alexander Naumovautogen.sh: add --install option for autoreconf
2023-08-22 Alexander Naumovexit_with_usage() returns 1 only in case of error
2023-08-07 Brahmajit DasFix call to undeclared function chmod
2023-07-28 Vincent LefevreFix bashisms in configure.ac
2023-07-27 Alexander Naumovautoupdate AC_PREREQ 2.71
2023-02-01 Alexander NaumovMissing signal sending permission check on failed query...
2023-01-13 Alexander Naumovhttpss->https
...
tags
4 years ago v.4.7.0
6 years ago v.4.6.2
7 years ago v.4.6.1
7 years ago v.4.6.0
7 years ago v.4.5.1
7 years ago v.4.5.0 4.5.0 Release
8 years ago v.4.4.0
9 years ago v.4.3.1
9 years ago v.4.3.0
10 years ago v.4.2.1
10 years ago v.4.2.0
heads
7 weeks ago master
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 screen-v4
6 years ago fix-man
10 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