<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://aperiodic.net/screen/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://aperiodic.net/screen/feed.php">
        <title>GNU screen</title>
        <description></description>
        <link>http://aperiodic.net/screen/</link>
        <image rdf:resource="http://aperiodic.net/screen/lib/images/favicon.ico" />
       <dc:date>2010-03-13T22:03:45+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://aperiodic.net/screen/commands:deflog?rev=1268480752&amp;do=diff"/>
                <rdf:li rdf:resource="http://aperiodic.net/screen/multiuser?rev=1266525512&amp;do=diff"/>
                <rdf:li rdf:resource="http://aperiodic.net/screen/doc-requirements?rev=1266378898&amp;do=diff"/>
                <rdf:li rdf:resource="http://aperiodic.net/screen/quick_reference?rev=1265824570&amp;do=diff"/>
                <rdf:li rdf:resource="http://aperiodic.net/screen/faq?rev=1264791665&amp;do=diff"/>
                <rdf:li rdf:resource="http://aperiodic.net/screen/interface?rev=1264697616&amp;do=diff"/>
                <rdf:li rdf:resource="http://aperiodic.net/screen/commands:start?rev=1264686130&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://aperiodic.net/screen/lib/images/favicon.ico">
        <title>GNU screen</title>
        <link>http://aperiodic.net/screen/</link>
        <url>http://aperiodic.net/screen/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://aperiodic.net/screen/commands:deflog?rev=1268480752&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-03-13T11:45:52+00:00</dc:date>
        <title>commands:deflog</title>
        <link>http://aperiodic.net/screen/commands:deflog?rev=1268480752&amp;do=diff</link>
        <description>Default Keybindings


None.

Syntax

	*  deflog on|off


(where do you enter that?)

Description


Same as the log command except that the default setting
for new windows is changed.  Initial setting is “off”.

Examples


None yet.

See Also

	*  the log command
	*  text exchange</description>
    </item>
    <item rdf:about="http://aperiodic.net/screen/multiuser?rev=1266525512&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-02-18T20:38:32+00:00</dc:date>
        <title>multiuser</title>
        <link>http://aperiodic.net/screen/multiuser?rev=1266525512&amp;do=diff</link>
        <description>screen can allow multiple users to access the same session.  This can be useful for all sorts of information sharing, from helpdesk applications to extreme programming.  By default, multiuser mode is disabled, for security reasons.

Basics


To start using multiuser mode, use the command multiuser on in either your .screenrc or on screen's command line.  Then use acladd or aclchg to tell screen about the users that you want to connect.  screen will not allow connections from any user it hasn't b…</description>
    </item>
    <item rdf:about="http://aperiodic.net/screen/doc-requirements?rev=1266378898&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-02-17T03:54:58+00:00</dc:date>
        <title>doc-requirements</title>
        <link>http://aperiodic.net/screen/doc-requirements?rev=1266378898&amp;do=diff</link>
        <description>While there are a few critical bugs remaining to be fixed, they're relatively small or straightforward.
The single largest task remaining to be done before 4.1.0 can be released, is to bring the documentation up-to-speed with the new features and changes that have gone into screen since the previous release. This page is an attempt to identify and track the subtasks needed to accomplish this.</description>
    </item>
    <item rdf:about="http://aperiodic.net/screen/quick_reference?rev=1265824570&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-02-10T17:56:10+00:00</dc:date>
        <title>quick_reference</title>
        <link>http://aperiodic.net/screen/quick_reference?rev=1265824570&amp;do=diff</link>
        <description>Getting in
 start a new screen session with session name  screen -S &lt;name&gt;  list running sessions/screens  screen -ls  attach to a running session  screen -r  ... to session with name  screen -r &lt;name&gt;  the “ultimate attach”  screen -dRR (Attaches to a screen session.  If the session is attached elsewhere, detaches that other display.  If no session exists, creates one.  If multiple sessions exist, uses the first one.) 
Escape key


All screen commands are prefixed by an escape key, by default C…</description>
    </item>
    <item rdf:about="http://aperiodic.net/screen/faq?rev=1264791665&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-01-29T19:01:05+00:00</dc:date>
        <dc:creator>Phil! Gold</dc:creator>
        <title>faq - More linkification.</title>
        <link>http://aperiodic.net/screen/faq?rev=1264791665&amp;do=diff</link>
        <description>How do I get screen to put things into my terminal's scrollback?


First off, it's recommended that you use screen's scrollback buffer instead.  Since you can have multiple windows in a screen session, if you switch between those windows, your terminal scrollback will mix lines from all of those windows, but screen keeps separate scrollback buffers for each one.  Just use C-a ESC  or C-a [ to enter copy mode.  (See also the interface examples for a description of how to make xterm's keystrokes w…</description>
    </item>
    <item rdf:about="http://aperiodic.net/screen/interface?rev=1264697616&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-01-28T16:53:36+00:00</dc:date>
        <dc:creator>Phil! Gold</dc:creator>
        <title>interface - Describe the commands.</title>
        <link>http://aperiodic.net/screen/interface?rev=1264697616&amp;do=diff</link>
        <description>Basics


This set of commands is mostly about customizing screen's interface,
in terms of keybindings.  The most important command is probably
escape, which lets you change the default screen
prefix escape character.  emacs users, in particular, will want to use
a different prefix, since C-a is “beginning of line” in emacs.</description>
    </item>
    <item rdf:about="http://aperiodic.net/screen/commands:start?rev=1264686130&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-01-28T13:42:10+00:00</dc:date>
        <dc:creator>Phil! Gold</dc:creator>
        <title>commands:start - Describe interface commands.</title>
        <link>http://aperiodic.net/screen/commands:start?rev=1264686130&amp;do=diff</link>
        <description>Commands may be placed in your .screenrc file, run from screen's command line, bound to keypresses, or triggered by other commands (e.g. at or eval).  Some are used to configure screen's behavior, while others cause screen to take various actions.</description>
    </item>
</rdf:RDF>
