<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.comp.gnu.screen.user">
    <title>gmane.comp.gnu.screen.user</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.screen.user</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.screen.user/4073"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.screen.user/4072"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.screen.user/4071"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.screen.user/4070"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.screen.user/4069"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.screen.user/4068"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.screen.user/4067"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.screen.user/4066"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.screen.user/4065"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.screen.user/4064"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.screen.user/4063"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.screen.user/4062"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.screen.user/4061"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.screen.user/4060"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.screen.user/4059"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.screen.user/4058"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.screen.user/4057"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.screen.user/4056"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.screen.user/4055"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.gnu.screen.user/4054"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.screen.user/4073">
    <title>resume screen sessions after a shutdown: checkpointing?</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.screen.user/4073</link>
    <description>&lt;pre&gt;
Hi,
although this question is not directly related to screen
I'm looking for people who already might have found a solution.
I use screen on several remote hosts (mostly Linux and IBM AIX)
taking full advantage of the session management, so I just need
to log on the remote host and resume my everyday's work reattaching
to my screen sessions.
The problem is that screen sessions get lost when a remote host
reboots or shuts down.
So I'm wondering if there exist a way to automatically save the
screen session before a reboot or shut down and resume it when
the host starts up again.
In particular I'm thinking to automatic checkpointing of the screen
session, in a way similar to the checkpointing feature supported
by many batch queue systems.

Is there any screen user who use something similar?

Thsnks in advance!
&lt;/pre&gt;</description>
    <dc:creator>Pier Giuseppe Fogli</dc:creator>
    <dc:date>2012-05-23T08:35:21</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.screen.user/4072">
    <title>Re: Sending the Ctrl-C keystroke into a screen window</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.screen.user/4072</link>
    <description>&lt;pre&gt;Hello,

Try using the "stuff" command. So something like:
screen -x &amp;lt;sessionName&amp;gt; -p &amp;lt;windowTitle&amp;gt; -X stuff "^C"

Note that the ^C sequence is a literal Ctrl+C character, so you need to input 
it as the sequence Ctrl+V Ctrl+C.

Best regards,
Gerald Young

On Monday, May 21, 2012 09:54:47 AM Anatoly Varakin wrote:
&lt;/pre&gt;</description>
    <dc:creator>Gerald Young</dc:creator>
    <dc:date>2012-05-21T15:32:37</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.screen.user/4071">
    <title>Re: Sending the Ctrl-C keystroke into a screen window</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.screen.user/4071</link>
    <description>&lt;pre&gt;

screen -X at "&amp;lt;sessionName&amp;gt;" stuff "C-v C-c"

Where you hit a literal control-v control-c.

First you'll see the ^V then ^C will replace it, on your shell prompt
(or in your editor), you should see something like:

$ screen -X at "test" stuff "^C"

&lt;/pre&gt;</description>
    <dc:creator>Michael Parson</dc:creator>
    <dc:date>2012-05-21T16:49:24</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.screen.user/4070">
    <title>Sending the Ctrl-C keystroke into a screen window</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.screen.user/4070</link>
    <description>&lt;pre&gt;Dear community,

Would you please let me know how one could send programmatically the Ctrl-C keystroke, needed for breaking the current application, into a specific window of a particular screen session? The "screen -x &amp;lt;sessionName&amp;gt; -p &amp;lt;windowTitle&amp;gt; -X break" command, which could make this, as one might suppose, does not work really.

Looking forward to hearing from you.

Thanks a lot!

Kind regards,
Anatoly Varakin
_______________________________________________
screen-users mailing list
screen-users-mXXj517/zsQ&amp;lt; at &amp;gt;public.gmane.org
https://lists.gnu.org/mailman/listinfo/screen-users
&lt;/pre&gt;</description>
    <dc:creator>Anatoly Varakin</dc:creator>
    <dc:date>2012-05-21T14:54:47</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.screen.user/4069">
    <title>Re: How one could address a window with a highest number inside aparticular screen session?</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.screen.user/4069</link>
    <description>&lt;pre&gt;How about this:

screen -Q windows | sed -e 's/.*\([1-9]\+\).\? \+[^ ]\+$/\1/'

On Tue, May 15, 2012 at 2:47 PM, Anatoly Varakin &amp;lt;
anatoly.varakin-9ftt3FbHRHRBDgjK7y7TUQ&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:


&lt;/pre&gt;</description>
    <dc:creator>Kevin Van Workum</dc:creator>
    <dc:date>2012-05-16T19:21:55</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.screen.user/4068">
    <title>How one could address a window with a highest number inside aparticular screen session?</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.screen.user/4068</link>
    <description>&lt;pre&gt;Dear colleagues,

Please help to resolve the problem of finding a reliable way to address programmatically (via bash script) a window with a highest number inside a particular screen session, without an explicit specification of neither window number nor title, and no matter which window has been opened manually last time. It is necessary for the consecutive closing windows in the strict backward order opposite to the windows creation order.

Any ideas would be greatly appreciated.

Thanks in advance!

Kind regards,
Anatoly Varakin

_______________________________________________
screen-users mailing list
screen-users-mXXj517/zsQ&amp;lt; at &amp;gt;public.gmane.org
https://lists.gnu.org/mailman/listinfo/screen-users
&lt;/pre&gt;</description>
    <dc:creator>Anatoly Varakin</dc:creator>
    <dc:date>2012-05-15T18:47:26</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.screen.user/4067">
    <title>How one could open a screen window with a highest number?</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.screen.user/4067</link>
    <description>&lt;pre&gt;Dear colleagues,

Please help to resolve the problem of finding a reliable way to address programmatically (via bash script) a window with a highest number inside a particular screen session, without an explicit specification of neither window number nor title, and no matter which window has been opened manually last time. It is necessary for the consecutive closing windows in the strict backward order.

Any ideas would be greatly appreciated.

TIA!

Kind regards,
Anatoly Varakin
_______________________________________________
screen-users mailing list
screen-users-mXXj517/zsQ&amp;lt; at &amp;gt;public.gmane.org
https://lists.gnu.org/mailman/listinfo/screen-users
&lt;/pre&gt;</description>
    <dc:creator>Anatoly Varakin</dc:creator>
    <dc:date>2012-05-15T15:21:25</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.screen.user/4066">
    <title>How one could open a screen window with a highest number?</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.screen.user/4066</link>
    <description>&lt;pre&gt;Dear colleagues,

Please help to resolve the problem of finding a reliable way to address programmatically (via bash script) a screen window with a highest number, without an explicit specification neither window number nor title, and no matter which window has been opened manually last time. It is necessary for the consecutive closing windows in the strict backward order.

Any ideas would be greatly appreciated.

TIA!

Kind regards,
Anatoly Varakin
_______________________________________________
screen-users mailing list
screen-users-mXXj517/zsQ&amp;lt; at &amp;gt;public.gmane.org
https://lists.gnu.org/mailman/listinfo/screen-users
&lt;/pre&gt;</description>
    <dc:creator>Anatoly Varakin</dc:creator>
    <dc:date>2012-05-15T10:33:01</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.screen.user/4065">
    <title>Is there a way out of a locked screen</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.screen.user/4065</link>
    <description>&lt;pre&gt;Say, I have inadvertently resumed a locked screen session and I don't
know the password for it. It seems to me that there is no way out,
save entering the correct password. Am I right? And if so, shouldn't
the user be able to get out?

Mostafa
&lt;/pre&gt;</description>
    <dc:creator>hom.sepanta-Re5JQEeQqe8AvxtiuMwx3w&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2012-05-01T15:21:58</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.screen.user/4064">
    <title>Alpine viewer issues</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.screen.user/4064</link>
    <description>&lt;pre&gt;Hi,

I posted this question at
http://unix.stackexchange.com/q/31243/5788

I've been using screen for a while and its basic features suit my needs 
well. However, when running alpine from within screen, I have an issue 
when I try to launch the external viewer. It tells me that the command 
completed, but nothing happens. If I do the same thing from a regular 
session or tmux it works just fine. And if I run tmux inside screen and 
alpine inside that then it works just fine.

If I try to pipe a message to a file I get an error "can't exec (script) 
no such file or directory"

Any help would be appreciated!
Thanks,
Wayne
&lt;/pre&gt;</description>
    <dc:creator>Wayne Werner</dc:creator>
    <dc:date>2012-04-19T14:29:17</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.screen.user/4063">
    <title>Re: problem when split window</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.screen.user/4063</link>
    <description>&lt;pre&gt;I have this in my screenrc to focus the last window when doing a
split, but that could be set to open a new window

bind 's' eval split focus other focus


On 18/04/2012, Chris Jones &amp;lt;cjns1989&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:

_______________________________________________
screen-users mailing list
screen-users&amp;lt; at &amp;gt;gnu.org
https://lists.gnu.org/mailman/listinfo/screen-users
&lt;/pre&gt;</description>
    <dc:creator>David Collins</dc:creator>
    <dc:date>2012-04-18T09:55:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.screen.user/4062">
    <title>Re: problem when split window</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.screen.user/4062</link>
    <description>&lt;pre&gt;

Why would tmux automatically create a new shell..? perhaps the user only
wants to split the screen and display an existing session.

Every time he does this, he has to go tidy up and delete the new shell..?

C-A |¹
C-A C-Tab
C-A n

.. where n is the number of the existing session.

CJ

¹ vertical split.. this may be a custom setting of mine..

&lt;/pre&gt;</description>
    <dc:creator>Chris Jones</dc:creator>
    <dc:date>2012-04-18T06:46:36</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.screen.user/4061">
    <title>Re: problem when split window</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.screen.user/4061</link>
    <description>&lt;pre&gt;when you use CTRL+a+Tab switch to second region,

use CTRL+a+n or CTRL+a+p change to next or previous window.

On Tue, Apr 17, 2012 at 10:53 PM, 夏凯 &amp;lt;walkerxk&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:

_______________________________________________
screen-users mailing list
screen-users&amp;lt; at &amp;gt;gnu.org
https://lists.gnu.org/mailman/listinfo/screen-users
&lt;/pre&gt;</description>
    <dc:creator>Tonvin Tian</dc:creator>
    <dc:date>2012-04-18T02:52:04</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.screen.user/4060">
    <title>Re: problem when split window</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.screen.user/4060</link>
    <description>&lt;pre&gt;i know that, i just don't know that i have to use C-a c to create a
shell after i split, this is different from tmux, in tmux, when you
split the windows, it create the shell automatically.
also, i find C-a c in man, it was used to create a window, not create
a shell. so i didn't got it.

On Wed, Apr 18, 2012 at 10:52, Tonvin Tian &amp;lt;cosost&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:



&lt;/pre&gt;</description>
    <dc:creator>夏凯</dc:creator>
    <dc:date>2012-04-18T03:42:25</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.screen.user/4059">
    <title>Re: problem when split window</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.screen.user/4059</link>
    <description>&lt;pre&gt;thank you very much.
On 2012年04月18日 02:54, Axel Beckert wrote:



_______________________________________________
screen-users mailing list
screen-users&amp;lt; at &amp;gt;gnu.org
https://lists.gnu.org/mailman/listinfo/screen-users
&lt;/pre&gt;</description>
    <dc:creator>夏凯</dc:creator>
    <dc:date>2012-04-18T02:07:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.screen.user/4058">
    <title>Re: problem when split window</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.screen.user/4058</link>
    <description>&lt;pre&gt;Hi,

On Tue, Apr 17, 2012 at 10:53:15PM +0800, 夏凯 wrote:

This is normal. A new window shows nothing by default. Use C-a c to
start a shell in that window.

C-a S (and C-a | just split the current window, but don't start
anything in the new window.

You can also use C-a C-a to show another already existing shell in
that window.

Hope, this helps.

Kind regards, Axel
&lt;/pre&gt;</description>
    <dc:creator>Axel Beckert</dc:creator>
    <dc:date>2012-04-17T18:54:41</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.screen.user/4057">
    <title>problem when split window</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.screen.user/4057</link>
    <description>&lt;pre&gt;i use CTRL+a+S to split window in screen, but i can't input anything
in the region, and there is no more bash forked.
i can use CTRL+a+Tab to switch to the second region.
i can use CTRL+a+X to kill the second region, when i use CTRL+D to
exit the first region, i just exit the whole screen,
here is my snapshot:http://i.imgur.com/uX3CW.png
&lt;/pre&gt;</description>
    <dc:creator>夏凯</dc:creator>
    <dc:date>2012-04-17T14:53:15</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.screen.user/4056">
    <title>join org</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.screen.user/4056</link>
    <description>&lt;pre&gt;
I am a new member of IBM, and interested in the screen, so I want to join
hte screen-user org to get more information._______________________________________________
screen-users mailing list
screen-users-mXXj517/zsQ&amp;lt; at &amp;gt;public.gmane.org
https://lists.gnu.org/mailman/listinfo/screen-users
&lt;/pre&gt;</description>
    <dc:creator>Jin CJ Cheng</dc:creator>
    <dc:date>2012-04-10T11:53:44</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.screen.user/4055">
    <title>Re: alias ls does not work in screen</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.screen.user/4055</link>
    <description>&lt;pre&gt;

Per the FAQ at http://www4.informatik.uni-erlangen.de/~jnweiger/screen-faq.html,
this should be:

| shell -$SHELL            # with a ‘-’ (dash) ..

See also ‘info screen’ or ‘man screen’ for the desccription of the
‘shell’ screen command.

Otherwise you could move your alias definition to your ~/.bashrc.

CJ

&lt;/pre&gt;</description>
    <dc:creator>Chris Jones</dc:creator>
    <dc:date>2012-03-26T21:13:37</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.screen.user/4054">
    <title>alias ls does not work in screen</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.screen.user/4054</link>
    <description>&lt;pre&gt;Hello,
I set up alias ls as ls -F --color=auto in .bash_profile and it works fine.
However, when I start screen, it does not work. Do I need any special
setting in .screenrc? Thanks

system: 2.6.35.13-92.fc14.x86_64

.screenrc

hardstatus alwayslastline
hardstatus string '%{= kG}[ %{G}%H %{g}][%=
%{=kw}%?%-Lw%?%{r}(%{W}%n*%f%t%?(%u)%?%{r})%{w}%?%+Lw%?%?%=
%{g}][%{B}%Y-%m-%d %{W}%c %{g}]'

# Default screens
......

altscreen on
shell $SHELL

Thanks a lot!

Jingxin
_______________________________________________
screen-users mailing list
screen-users-mXXj517/zsQ&amp;lt; at &amp;gt;public.gmane.org
https://lists.gnu.org/mailman/listinfo/screen-users
&lt;/pre&gt;</description>
    <dc:creator>Jingxin Feng</dc:creator>
    <dc:date>2012-03-26T03:43:27</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.gnu.screen.user/4053">
    <title>Re: X clipboard</title>
    <link>http://permalink.gmane.org/gmane.comp.gnu.screen.user/4053</link>
    <description>&lt;pre&gt;
bufferfile "$HOME/.screen-exchange"
# a keybinding for quick xsel
bind &amp;gt; eval  'writebuf' 'exec sh -c "&amp;lt; $HOME/.screen-exchange xsel -i -p"' 'echo "Copybuffer written to $HOME/.screen-exchange and to clipboard"'

On Mon, 20 Feb 2012, Axel Beckert wrote:

&lt;/pre&gt;</description>
    <dc:creator>Artur Skonecki</dc:creator>
    <dc:date>2012-02-20T08:57:39</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.gnu.screen.user">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.gnu.screen.user</link>
  </textinput>
</rdf:RDF>

