<?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: Fix for Vi&#8217;s broken arrow key support in iTerm</title>
	<atom:link href="http://foohack.com/2007/09/fix-for-vis-broken-arrow-key-support-in-iterm/feed/" rel="self" type="application/rss+xml" />
	<link>http://foohack.com/2007/09/fix-for-vis-broken-arrow-key-support-in-iterm/</link>
	<description>Isaac Schlueter on Web Development</description>
	<pubDate>Thu, 24 Jul 2008 02:29:35 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: James Bunton</title>
		<link>http://foohack.com/2007/09/fix-for-vis-broken-arrow-key-support-in-iterm/#comment-689</link>
		<dc:creator>James Bunton</dc:creator>
		<pubDate>Mon, 16 Jun 2008 22:08:42 +0000</pubDate>
		<guid isPermaLink="false">http://foohack.com/2007/09/fix-for-vis-broken-arrow-key-support-in-iterm/#comment-689</guid>
		<description>Have a look at this URL. There's a terminfo file that describes iTerm.app's capabilities there. To use it you create a ~/.terminfo on all your hosts and copy the ~/.terminfo/i/itermapp and the symlink from 69 to i (for OSX machines).
Then tell iTerm to report itself as TERM=itermapp.

http://delx.net.au/hg/hgdotfiles-generic/file/tip/.terminfo/

The source for this terminfo is at
http://delx.net.au/hg/jamesstuff/file/tip/terminfo/xterm.ti</description>
		<content:encoded><![CDATA[<p>Have a look at this URL. There&#8217;s a terminfo file that describes iTerm.app&#8217;s capabilities there. To use it you create a ~/.terminfo on all your hosts and copy the ~/.terminfo/i/itermapp and the symlink from 69 to i (for OSX machines).<br />
Then tell iTerm to report itself as TERM=itermapp.</p>
<p><a href="http://delx.net.au/hg/hgdotfiles-generic/file/tip/.terminfo/" rel="nofollow" class="external">http://delx.net.au/hg/hgdotfiles-generic/file/tip/.terminfo/</a></p>
<p>The source for this terminfo is at<br />
<a href="http://delx.net.au/hg/jamesstuff/file/tip/terminfo/xterm.ti" rel="nofollow" class="external">http://delx.net.au/hg/jamesstuff/file/tip/terminfo/xterm.ti</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Isaac</title>
		<link>http://foohack.com/2007/09/fix-for-vis-broken-arrow-key-support-in-iterm/#comment-650</link>
		<dc:creator>Isaac</dc:creator>
		<pubDate>Mon, 26 May 2008 07:20:31 +0000</pubDate>
		<guid isPermaLink="false">http://foohack.com/2007/09/fix-for-vis-broken-arrow-key-support-in-iterm/#comment-650</guid>
		<description>As promised: &lt;a href="http://foohack.com/2008/05/steal-my-bash-profile/" rel="nofollow"&gt;Steal My Bash Profile&lt;/a&gt;

You're looking for the stuff about title and the prompt command.</description>
		<content:encoded><![CDATA[<p>As promised: <a href="http://foohack.com/2008/05/steal-my-bash-profile/" rel="nofollow" class="internal">Steal My Bash Profile</a></p>
<p>You&#8217;re looking for the stuff about title and the prompt command.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nAxaLiTe</title>
		<link>http://foohack.com/2007/09/fix-for-vis-broken-arrow-key-support-in-iterm/#comment-646</link>
		<dc:creator>nAxaLiTe</dc:creator>
		<pubDate>Sun, 18 May 2008 08:37:06 +0000</pubDate>
		<guid isPermaLink="false">http://foohack.com/2007/09/fix-for-vis-broken-arrow-key-support-in-iterm/#comment-646</guid>
		<description>As far as I've been able to test, the only application not supporting dtterm is slrn wich yields :
slrn 0.9.7.4 [2002-03-13]
Unknown terminal: dtterm
Check the TERM environment variable.
Also make sure that the terminal is defined in the terminfo database.
Alternatively, set the TERMCAP environment variable to the desired
termcap entry.
So far I haven't found any hint on this problem but I'm working on it.</description>
		<content:encoded><![CDATA[<p>As far as I&#8217;ve been able to test, the only application not supporting dtterm is slrn wich yields :<br />
slrn 0.9.7.4 [2002-03-13]<br />
Unknown terminal: dtterm<br />
Check the TERM environment variable.<br />
Also make sure that the terminal is defined in the terminfo database.<br />
Alternatively, set the TERMCAP environment variable to the desired<br />
termcap entry.<br />
So far I haven&#8217;t found any hint on this problem but I&#8217;m working on it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Isaac</title>
		<link>http://foohack.com/2007/09/fix-for-vis-broken-arrow-key-support-in-iterm/#comment-644</link>
		<dc:creator>Isaac</dc:creator>
		<pubDate>Sun, 11 May 2008 20:08:22 +0000</pubDate>
		<guid isPermaLink="false">http://foohack.com/2007/09/fix-for-vis-broken-arrow-key-support-in-iterm/#comment-644</guid>
		<description>Interesting.  Yes, &lt;code&gt;dtterm&lt;/code&gt; does seem to work.

However, when I use that setting, I get a warning viewing &lt;code&gt;man&lt;/code&gt; pages on Ubuntu.  Other than that, they seem equivalent.  Are there any differences that you know of?</description>
		<content:encoded><![CDATA[<p>Interesting.  Yes, <code>dtterm</code> does seem to work.</p>
<p>However, when I use that setting, I get a warning viewing <code>man</code> pages on Ubuntu.  Other than that, they seem equivalent.  Are there any differences that you know of?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nAxaLiTe</title>
		<link>http://foohack.com/2007/09/fix-for-vis-broken-arrow-key-support-in-iterm/#comment-643</link>
		<dc:creator>nAxaLiTe</dc:creator>
		<pubDate>Sat, 10 May 2008 05:21:36 +0000</pubDate>
		<guid isPermaLink="false">http://foohack.com/2007/09/fix-for-vis-broken-arrow-key-support-in-iterm/#comment-643</guid>
		<description>I'm using the dtterm $TERM to get the arrow keys working. Works with less, vi, mc. Dunno if it fits your needs.</description>
		<content:encoded><![CDATA[<p>I&#8217;m using the dtterm $TERM to get the arrow keys working. Works with less, vi, mc. Dunno if it fits your needs.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
