<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Session Management with Screen</title>
	<atom:link href="http://www.hackmyidea.com/wordpress/2008/03/01/session-management-with-screen/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hackmyidea.com/wordpress/2008/03/01/session-management-with-screen/</link>
	<description>stuff i'm working on</description>
	<pubDate>Sat, 22 Nov 2008 05:40:56 +0000</pubDate>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>By: Steve Beattie</title>
		<link>http://www.hackmyidea.com/wordpress/2008/03/01/session-management-with-screen/#comment-72</link>
		<dc:creator>Steve Beattie</dc:creator>
		<pubDate>Mon, 31 Mar 2008 04:24:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.hackmyidea.com/wordpress/2008/03/01/session-management-with-screen/#comment-72</guid>
		<description>Yep, control-a a will will pass control-a to the shell; it's also useful for those rare situations where you're running one screen session within another.

The thing I found that made me finally come to grips with screen was turning on the status line at the bottom to show you how many windows you have open. Here's the relevant lines from my .screenrc; you'll want to tune the 'hardstatus string' setting to your liking (see the screen(1) manpage section on STRING ESCAPES):

hardstatus on
hardstatus alwayslastline
hardstatus string "%{.ky}%-w%{.bW}%n %t%{-}%+w %=%{..G} %H %{..Y} %m/%d %C%a "

You can then rename a window with 'ctrl-a A' to name it something more meaningful.</description>
		<content:encoded><![CDATA[<p>Yep, control-a a will will pass control-a to the shell; it&#8217;s also useful for those rare situations where you&#8217;re running one screen session within another.</p>
<p>The thing I found that made me finally come to grips with screen was turning on the status line at the bottom to show you how many windows you have open. Here&#8217;s the relevant lines from my .screenrc; you&#8217;ll want to tune the &#8216;hardstatus string&#8217; setting to your liking (see the screen(1) manpage section on STRING ESCAPES):</p>
<p>hardstatus on<br />
hardstatus alwayslastline<br />
hardstatus string &#8220;%{.ky}%-w%{.bW}%n %t%{-}%+w %=%{..G} %H %{..Y} %m/%d %C%a &#8221;</p>
<p>You can then rename a window with &#8216;ctrl-a A&#8217; to name it something more meaningful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Loren</title>
		<link>http://www.hackmyidea.com/wordpress/2008/03/01/session-management-with-screen/#comment-60</link>
		<dc:creator>Loren</dc:creator>
		<pubDate>Wed, 12 Mar 2008 17:13:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.hackmyidea.com/wordpress/2008/03/01/session-management-with-screen/#comment-60</guid>
		<description>Two suggestions:

The easiest, of course, is just to hit 'a' again after C-a (C-a a).
The second is to specify a different control character when starting screen. (-e^Aa specifies "a", which is default)</description>
		<content:encoded><![CDATA[<p>Two suggestions:</p>
<p>The easiest, of course, is just to hit &#8216;a&#8217; again after C-a (C-a a).<br />
The second is to specify a different control character when starting screen. (-e^Aa specifies &#8220;a&#8221;, which is default)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
