<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Fixing Backspace and Delete for SSH in OS X&#8217;s Terminal.app</title>
	<atom:link href="http://fredericiana.com/2006/10/16/fixing-backspace-and-delete-for-ssh-in-os-xs-terminalapp/feed/" rel="self" type="application/rss+xml" />
	<link>http://fredericiana.com/2006/10/16/fixing-backspace-and-delete-for-ssh-in-os-xs-terminalapp/</link>
	<description>Open Source, The Web, And German-American Oddities</description>
	<lastBuildDate>Wed, 18 Jan 2012 07:57:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Mike</title>
		<link>http://fredericiana.com/2006/10/16/fixing-backspace-and-delete-for-ssh-in-os-xs-terminalapp/comment-page-1/#comment-206109</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Sun, 11 Jan 2009 20:52:08 +0000</pubDate>
		<guid isPermaLink="false">http://fredericiana.com/2006/10/16/fixing-backspace-and-delete-for-ssh-in-os-xs-terminalapp/#comment-206109</guid>
		<description>@Robrecht van Valkenburg

I just tried you method, and it works great; thanks.</description>
		<content:encoded><![CDATA[<p>@Robrecht van Valkenburg</p>
<p>I just tried you method, and it works great; thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: offTheHill &#187; Fixing Delete and Backspace in OS X Terminal</title>
		<link>http://fredericiana.com/2006/10/16/fixing-backspace-and-delete-for-ssh-in-os-xs-terminalapp/comment-page-1/#comment-191926</link>
		<dc:creator>offTheHill &#187; Fixing Delete and Backspace in OS X Terminal</dc:creator>
		<pubDate>Thu, 25 Sep 2008 18:29:07 +0000</pubDate>
		<guid isPermaLink="false">http://fredericiana.com/2006/10/16/fixing-backspace-and-delete-for-ssh-in-os-xs-terminalapp/#comment-191926</guid>
		<description>[...] problem, and various solutions are documented all over the net, but I found and used this page most recently.     &#171; Update from the We Are Doomed [...]</description>
		<content:encoded><![CDATA[<p>[...] problem, and various solutions are documented all over the net, but I found and used this page most recently.     &laquo; Update from the We Are Doomed [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: snookie</title>
		<link>http://fredericiana.com/2006/10/16/fixing-backspace-and-delete-for-ssh-in-os-xs-terminalapp/comment-page-1/#comment-185395</link>
		<dc:creator>snookie</dc:creator>
		<pubDate>Sun, 24 Aug 2008 23:24:45 +0000</pubDate>
		<guid isPermaLink="false">http://fredericiana.com/2006/10/16/fixing-backspace-and-delete-for-ssh-in-os-xs-terminalapp/#comment-185395</guid>
		<description>Wow, thanks a million, that really saved me so much headache!</description>
		<content:encoded><![CDATA[<p>Wow, thanks a million, that really saved me so much headache!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh Wilson</title>
		<link>http://fredericiana.com/2006/10/16/fixing-backspace-and-delete-for-ssh-in-os-xs-terminalapp/comment-page-1/#comment-16736</link>
		<dc:creator>Josh Wilson</dc:creator>
		<pubDate>Fri, 19 Jan 2007 10:11:57 +0000</pubDate>
		<guid isPermaLink="false">http://fredericiana.com/2006/10/16/fixing-backspace-and-delete-for-ssh-in-os-xs-terminalapp/#comment-16736</guid>
		<description>Thanks for the tip. Found some other tips along the same lines on the macromates blog here: http://macromates.com/blog/archives/2006/01/07/word-movement-in-terminal/

I posted the one I found most useful on my blog at: http://joshwilson.com/blog/?p=87 - or included below from comments on the macromates blog entry:

&quot;&quot;&quot;

07 Jan 2006 &#124; # sjk wroteÃ¢â‚¬Â¦

Option-left/right-arrow will invoke backward/forward-word in bash, tcsh, and zsh by simply setting Ã¢â‚¬Å“Use option key as meta keyÃ¢â‚¬Â on the Keyboard page of Terminal Inspector, seen in the first screencapture of this article. That also makes the option key a meta key for other useful shell functions, which is much nicer (for Emacs junkies like me) than using the escape key or control-[. Some functions, like history-search-backward/forward, are particularly painful without the metafied option key.

&quot;&quot;&quot;

Cheers,
-Josh</description>
		<content:encoded><![CDATA[<p>Thanks for the tip. Found some other tips along the same lines on the macromates blog here: <a href="http://macromates.com/blog/archives/2006/01/07/word-movement-in-terminal/" rel="nofollow">http://macromates.com/blog/archives/2006/01/07/word-movement-in-terminal/</a></p>
<p>I posted the one I found most useful on my blog at: <a href="http://joshwilson.com/blog/?p=87" rel="nofollow">http://joshwilson.com/blog/?p=87</a> &#8211; or included below from comments on the macromates blog entry:</p>
<p>&#8220;&#8221;"</p>
<p>07 Jan 2006 | # sjk wroteÃ¢â‚¬Â¦</p>
<p>Option-left/right-arrow will invoke backward/forward-word in bash, tcsh, and zsh by simply setting Ã¢â‚¬Å“Use option key as meta keyÃ¢â‚¬Â on the Keyboard page of Terminal Inspector, seen in the first screencapture of this article. That also makes the option key a meta key for other useful shell functions, which is much nicer (for Emacs junkies like me) than using the escape key or control-[. Some functions, like history-search-backward/forward, are particularly painful without the metafied option key.</p>
<p>&#8220;&#8221;"</p>
<p>Cheers,<br />
-Josh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fixing backspace key in os x at thought cruft</title>
		<link>http://fredericiana.com/2006/10/16/fixing-backspace-and-delete-for-ssh-in-os-xs-terminalapp/comment-page-1/#comment-16730</link>
		<dc:creator>fixing backspace key in os x at thought cruft</dc:creator>
		<pubDate>Fri, 19 Jan 2007 09:48:16 +0000</pubDate>
		<guid isPermaLink="false">http://fredericiana.com/2006/10/16/fixing-backspace-and-delete-for-ssh-in-os-xs-terminalapp/#comment-16730</guid>
		<description>[...] Ever have the problem in a Mac OS X terminal that when ssh&#8217;ed into a remote machine - delete (backspace on mac) hates you? It doesn&#8217;t work but instead send an unparsable character?Ã‚Â  Here&#8217;s a quick fix. From Frederic Wenzel&#8217;s blog: Add the following line to your .profile: [...]</description>
		<content:encoded><![CDATA[<p>[...] Ever have the problem in a Mac OS X terminal that when ssh&#8217;ed into a remote machine &#8211; delete (backspace on mac) hates you? It doesn&#8217;t work but instead send an unparsable character?Ã‚Â  Here&#8217;s a quick fix. From Frederic Wenzel&#8217;s blog: Add the following line to your .profile: [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robrecht van Valkenburg</title>
		<link>http://fredericiana.com/2006/10/16/fixing-backspace-and-delete-for-ssh-in-os-xs-terminalapp/comment-page-1/#comment-6490</link>
		<dc:creator>Robrecht van Valkenburg</dc:creator>
		<pubDate>Mon, 30 Oct 2006 17:34:36 +0000</pubDate>
		<guid isPermaLink="false">http://fredericiana.com/2006/10/16/fixing-backspace-and-delete-for-ssh-in-os-xs-terminalapp/#comment-6490</guid>
		<description>You have to check if the mac os X ssh program requests the correct terminal settings on a remote machine.

Thats the only problem with it that can occur. I have tested this on remote linux and solaris systems.</description>
		<content:encoded><![CDATA[<p>You have to check if the mac os X ssh program requests the correct terminal settings on a remote machine.</p>
<p>Thats the only problem with it that can occur. I have tested this on remote linux and solaris systems.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fred</title>
		<link>http://fredericiana.com/2006/10/16/fixing-backspace-and-delete-for-ssh-in-os-xs-terminalapp/comment-page-1/#comment-6486</link>
		<dc:creator>Fred</dc:creator>
		<pubDate>Mon, 30 Oct 2006 16:14:44 +0000</pubDate>
		<guid isPermaLink="false">http://fredericiana.com/2006/10/16/fixing-backspace-and-delete-for-ssh-in-os-xs-terminalapp/#comment-6486</guid>
		<description>Interesting. Will try that out, thanks :)</description>
		<content:encoded><![CDATA[<p>Interesting. Will try that out, thanks <img src='http://fredericiana.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robrecht van Valkenburg</title>
		<link>http://fredericiana.com/2006/10/16/fixing-backspace-and-delete-for-ssh-in-os-xs-terminalapp/comment-page-1/#comment-6481</link>
		<dc:creator>Robrecht van Valkenburg</dc:creator>
		<pubDate>Mon, 30 Oct 2006 14:22:48 +0000</pubDate>
		<guid isPermaLink="false">http://fredericiana.com/2006/10/16/fixing-backspace-and-delete-for-ssh-in-os-xs-terminalapp/#comment-6481</guid>
		<description>Nice but totaly not needed.
export TERM=linux will fix it just put that in your profile (or the equivelent csh expresion if you use that.)</description>
		<content:encoded><![CDATA[<p>Nice but totaly not needed.<br />
export TERM=linux will fix it just put that in your profile (or the equivelent csh expresion if you use that.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fred</title>
		<link>http://fredericiana.com/2006/10/16/fixing-backspace-and-delete-for-ssh-in-os-xs-terminalapp/comment-page-1/#comment-5574</link>
		<dc:creator>Fred</dc:creator>
		<pubDate>Tue, 17 Oct 2006 02:21:20 +0000</pubDate>
		<guid isPermaLink="false">http://fredericiana.com/2006/10/16/fixing-backspace-and-delete-for-ssh-in-os-xs-terminalapp/#comment-5574</guid>
		<description>The answer is: Sometimes.

It worked for some servers for me, but others still executed a delete when I pressed backspace.

The settings mentioned above managed to make it work for all servers I tested so far :)</description>
		<content:encoded><![CDATA[<p>The answer is: Sometimes.</p>
<p>It worked for some servers for me, but others still executed a delete when I pressed backspace.</p>
<p>The settings mentioned above managed to make it work for all servers I tested so far <img src='http://fredericiana.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shawn Wilsher</title>
		<link>http://fredericiana.com/2006/10/16/fixing-backspace-and-delete-for-ssh-in-os-xs-terminalapp/comment-page-1/#comment-5572</link>
		<dc:creator>Shawn Wilsher</dc:creator>
		<pubDate>Tue, 17 Oct 2006 02:05:32 +0000</pubDate>
		<guid isPermaLink="false">http://fredericiana.com/2006/10/16/fixing-backspace-and-delete-for-ssh-in-os-xs-terminalapp/#comment-5572</guid>
		<description>This bugged the crap out of me for a while.

Why doesn&#039;t just &quot;Turn on the Delete key sends backspace option.&quot; work?  That&#039;s all I&#039;ve done and it seems to work.</description>
		<content:encoded><![CDATA[<p>This bugged the crap out of me for a while.</p>
<p>Why doesn&#8217;t just &#8220;Turn on the Delete key sends backspace option.&#8221; work?  That&#8217;s all I&#8217;ve done and it seems to work.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

