<?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>james young &#187; screen</title>
	<atom:link href="http://psyjinx.com/jyoung/tag/screen/feed/" rel="self" type="application/rss+xml" />
	<link>http://psyjinx.com/jyoung</link>
	<description>web application developer</description>
	<lastBuildDate>Fri, 05 Mar 2010 18:55:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>My .screenrc</title>
		<link>http://psyjinx.com/jyoung/2010/02/my-screenrc/</link>
		<comments>http://psyjinx.com/jyoung/2010/02/my-screenrc/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 13:24:19 +0000</pubDate>
		<dc:creator>James Young</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[dotfiles]]></category>
		<category><![CDATA[screen]]></category>

		<guid isPermaLink="false">http://psyjinx.com/jyoung/?p=223</guid>
		<description><![CDATA[<p>This .screenrc has a bunch of commented out lines that I don&#8217;t use, but I know if I delete them, I will need them for some reason and wish I didn&#8217;t.</p>

# Use CTRL-&#60;space&#62; as the escape sequence instead of CTRL-A
# this seems to only work on certain machines
escape '^@^@'
&#160;
# Use ` as the escape sequence [...]]]></description>
			<content:encoded><![CDATA[<p>This .screenrc has a bunch of commented out lines that I don&#8217;t use, but I know if I delete them, I will need them for some reason and wish I didn&#8217;t.</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;"># Use CTRL-&lt;space&gt; as the escape sequence instead of CTRL-A</span>
<span style="color: #666666; font-style: italic;"># this seems to only work on certain machines</span>
escape <span style="color: #ff0000;">'^@^@'</span>
&nbsp;
<span style="color: #666666; font-style: italic;"># Use ` as the escape sequence instead of CTRL-A</span>
<span style="color: #666666; font-style: italic;">#escape ``</span>
&nbsp;
<span style="color: #666666; font-style: italic;"># Once you learn to use the screen scrollback, you'll never scroll in terminal again!</span>
defscrollback <span style="color: #000000;">20000</span>
&nbsp;
<span style="color: #666666; font-style: italic;"># Aesthetic Stuff</span>
vbell off
hardstatus alwayslastline
&nbsp;
hardstatus string <span style="color: #ff0000;">&quot;%{gk}[ %{G}%H %{g}][%= %{wk}%?%-Lw%?%{r}(%{W}%n*%f %t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][%{B} %m/%d %{W}%c %{g}]&quot;</span>
<span style="color: #666666; font-style: italic;">#hardstatus string '%{= kc}%H%{g} %{kw}%?%-Lw%?%{W}%n%f%t%?(%u)%?%{w}%?%+Lw%?%=%{c}%m/%d %C %{w}%l%'</span>
<span style="color: #666666; font-style: italic;">#hardstatus string '%{= cK}%-Lw%{= KW}%50&gt;%n%f* %t%{= cK}%+Lw%&lt; %{= kG}%-=%D %d %M %Y %c:%s%{-}'</span>
<span style="color: #666666; font-style: italic;">#hardstatus string '%{= kG}[ %{G}%H %{g}][%= %{= kw}%?%-Lw%?%{r}(%{W}%n*%f %t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][%{B} %m/%d %{W}%c %{g}]'</span>
&nbsp;
<span style="color: #666666; font-style: italic;"># Rebind PuTTY &lt;C-?&gt; (127) backspace to &lt;C-H&gt;</span>
bindkey <span style="color: #660033;">-k</span> kD stuff ^H
&nbsp;
<span style="color: #666666; font-style: italic;"># Rebind PuTTY &lt;del&gt; to &lt;right&gt;&lt;backspace&gt;</span>
<span style="color: #666666; font-style: italic;">#bindkey &quot;^[[3~&quot; stuff ^[OC^H</span>
&nbsp;
term xterm-color
setenv SCREEN_TERM <span style="color: #c20cb9; font-weight: bold;">screen</span>
startup_message off
&nbsp;
<span style="color: #666666; font-style: italic;">#termcapinfo  xterm Z0=\E[?3h:Z1=\E[?3l:is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;4;6l</span>
<span style="color: #666666; font-style: italic;">#termcapinfo  xterm-color Z0=\E[?3h:Z1=\E[?3l:is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;4;6l</span></pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://psyjinx.com/jyoung/2010/02/my-screenrc/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
