<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>WiredRevolution.com &#187; caption</title>
	<atom:link href="http://www.wiredrevolution.com/tag/caption/feed" rel="self" type="application/rss+xml" />
	<link>http://www.wiredrevolution.com</link>
	<description>A Bit of Linux Wisdom</description>
	<lastBuildDate>Wed, 18 Jan 2012 22:45:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Custom screenrc configuration file</title>
		<link>http://www.wiredrevolution.com/scripts/custom-screenrc-configuration-file?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=custom-screenrc-configuration-file</link>
		<comments>http://www.wiredrevolution.com/scripts/custom-screenrc-configuration-file#comments</comments>
		<pubDate>Tue, 10 Mar 2009 14:00:44 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[scripts]]></category>
		<category><![CDATA[caption]]></category>
		<category><![CDATA[config]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[screen]]></category>
		<category><![CDATA[screenrc]]></category>

		<guid isPermaLink="false">http://www.wiredrevolution.com/?p=973</guid>
		<description><![CDATA[<img src="http://www.wiredrevolution.com/wp-content/uploads/scripts_icon.png" width="80" height="80" alt="" title="scripts" /><br/>Screen may be the most useful Linux applications when it comes to getting things done through the terminal. This custom screenrc configuration file will provide you with a permanent caption line at the bottom of each window. This caption line will enable you to easily keep track of each terminal window and provide other helpful [...]


Related posts<ol><li><a href='http://www.wiredrevolution.com/commands/how-to-take-a-screenshot-in-linux-using-import' rel='bookmark' title='Permanent Link: How to take a screenshot in Linux using import'>How to take a screenshot in Linux using import</a></li>
<li><a href='http://www.wiredrevolution.com/commands/determine-file-type-with-the-file-command' rel='bookmark' title='Permanent Link: Determine file type with the file command'>Determine file type with the file command</a></li>
<li><a href='http://www.wiredrevolution.com/commands/search-for-files-with-the-find-command' rel='bookmark' title='Permanent Link: Search for files with the find command'>Search for files with the find command</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<img src="http://www.wiredrevolution.com/wp-content/uploads/scripts_icon.png" width="80" height="80" alt="" title="scripts" /><br/><p>Screen may be the most useful Linux applications when it comes to getting things done through the terminal. This custom screenrc configuration file will provide you with a permanent caption line at the bottom of each window. This caption line will enable you to easily keep track of each terminal window and provide other helpful information such as host and current time. </p>
<p>When screen is invoked, it executes initialization commands from the files &#8220;/etc/screenrc&#8221; and &#8220;.screenrc&#8221; in the user’s home directory. </p>
<p>Simply create a file in your home directory with vim or some other editor.</p>
<pre>
$ vim ~/.screenrc
</pre>
<p>And place the following line in the file.</p>
<pre>
caption always "%{Wb} %H %{Bk}| %{Ck}%-w%50&gt;%{Cb} %n %t %{-}%+w%&lt;%{- Wk}%{Bk} | %=%{Wb} %C "
</pre>
<p>Now launch a new screen session for it to take effect.</p>
<p>Here is an example of what it will look like.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-983" title="screen_configuration" src="http://www.wiredrevolution.com/wp-content/uploads/2009/03/screen_configuration.gif" alt="screen_configuration" width="500" height="332" /></p>


<p>Related posts<ol><li><a href='http://www.wiredrevolution.com/commands/how-to-take-a-screenshot-in-linux-using-import' rel='bookmark' title='Permanent Link: How to take a screenshot in Linux using import'>How to take a screenshot in Linux using import</a></li>
<li><a href='http://www.wiredrevolution.com/commands/determine-file-type-with-the-file-command' rel='bookmark' title='Permanent Link: Determine file type with the file command'>Determine file type with the file command</a></li>
<li><a href='http://www.wiredrevolution.com/commands/search-for-files-with-the-find-command' rel='bookmark' title='Permanent Link: Search for files with the find command'>Search for files with the find command</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.wiredrevolution.com/scripts/custom-screenrc-configuration-file/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

