36b83a3cada1a68e1d360e7c4fdd20c4b1b7bce3
Hanno Böck screen ohne hardcoded socke...

Hanno Böck authored 7 years ago

1) <?xml version="1.0" encoding="UTF-8"?>
Hanno Böck update screen

Hanno Böck authored 2 years ago

2) <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
Hanno Böck screen ohne hardcoded socke...

Hanno Böck authored 7 years ago

3) <pkgmetadata>
4)   <maintainer type="person">
5)     <email>swegener@gentoo.org</email>
6)   </maintainer>
7)   <maintainer type="project">
8)     <email>shell-tools@gentoo.org</email>
9)     <name>Gentoo Shell Tools Project</name>
10)   </maintainer>
11)   <longdescription>
12) Screen is a full-screen window manager that multiplexes a physical terminal
13) between several processes, typically interactive shells. Each virtual terminal
14) provides the functions of the DEC VT100 terminal and, in addition, several
15) control functions from the ANSI X3.64 (ISO 6429) and ISO 2022 standards (e.g.,
16) insert/delete line and support for multiple character sets). There is a
17) scrollback history buffer for each virtual terminal and a copy-and-paste
18) mechanism that allows the user to move text regions between windows. When screen
19) is called, it creates a single window with a shell in it (or the specified
20) command) and then gets out of your way so that you can use the program as you
21) normally would. Then, at any time, you can create new (full-screen) windows with
22) other programs in them (including more shells), kill the current window, view a
23) list of the active windows, turn output logging on and off, copy text between
24) windows, view the scrollback history, switch between windows, etc. All windows
25) run their programs completely independent of each other. Programs continue to
26) run when their window is currently not visible and even when the whole screen
27) session is detached from the users terminal.
28) </longdescription>
29)   <use>
Hanno Böck update screen

Hanno Böck authored 2 years ago

30)     <flag name="multiuser">Enable multiuser support (by setting correct permissions)</flag>