<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
>

<channel>
	<title>Software As She's Developed &#187; Xterm</title>
	<atom:link href="http://softwareas.com/tag/xterm/feed" rel="self" type="application/rss+xml" />
	<link>http://softwareas.com</link>
	<description>Mahemoff's Podcast/Blog - Web, Programming, Usability from the Author of 'Ajax Design Patterns' (AjaxPatterns.org)</description>
	<lastBuildDate>Wed, 25 Aug 2010 11:40:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<!-- podcast_generator="podPress/8.8" - maintenance_release="8.8.4" -->
		<copyright>Copyright &amp;#xA9; Software As She's Developed 2010 </copyright>
		<managingEditor>michael@mahemoff.com (Software As She's Developed)</managingEditor>
		<webMaster>michael@mahemoff.com (Software As She's Developed)</webMaster>
		<category>posts</category>
		<ttl>1440</ttl>
		<itunes:keywords></itunes:keywords>
		<itunes:subtitle></itunes:subtitle>
		<itunes:summary>Mahemoff's Podcast/Blog - Web, Programming, Usability from the Author of 'Ajax Design Patterns' (AjaxPatterns.org)</itunes:summary>
		<itunes:author>Software As She's Developed</itunes:author>
		<itunes:category text="Society &amp; Culture"/>
		<itunes:owner>
			<itunes:name>Software As She's Developed</itunes:name>
			<itunes:email>michael@mahemoff.com</itunes:email>
		</itunes:owner>
		<itunes:block>No</itunes:block>
		<itunes:explicit>no</itunes:explicit>
		<itunes:image href="http://softwareas.com/wp-content/plugins/podpress/images/powered_by_podpress_large.jpg" />
		<image>
			<url>http://softwareas.com/wp-content/plugins/podpress/images/powered_by_podpress.jpg</url>
			<title>Software As She's Developed</title>
			<link>http://softwareas.com</link>
			<width>144</width>
			<height>144</height>
		</image>
		<item>
		<title>Tabbing, Terminals, and Apple&#8217;s Popup Bug</title>
		<link>http://softwareas.com/tabbing-terminals-and-apples-popup-bug</link>
		<comments>http://softwareas.com/tabbing-terminals-and-apples-popup-bug#comments</comments>
		<pubDate>Wed, 07 Mar 2007 11:54:34 +0000</pubDate>
		<dc:creator>mahemoff</dc:creator>
				<category><![CDATA[SoftwareDev]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[ITerm]]></category>
		<category><![CDATA[Multiterm]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[Tabbing]]></category>
		<category><![CDATA[Tabs]]></category>
		<category><![CDATA[X11]]></category>
		<category><![CDATA[Xterm]]></category>

		<guid isPermaLink="false">http://www.softwareas.com/tabbing-terminals-and-apples-popup-bug</guid>
		<description><![CDATA[Popup Bug

The most annoying thing about programming in OSX has now been fixed, finally. For years now, every time I want to switch tasks to an XTerm (under X11), it doesn&#8217;t work the first time. I have to choose it in the task switcher, then go back to my app, then go back to the [...]]]></description>
			<content:encoded><![CDATA[<h3>Popup Bug</h3>

<p>The most annoying thing about programming in OSX has now been fixed, <em>finally</em>. For years now, every time I want to switch tasks to an XTerm (under X11), it doesn&#8217;t work the first time. I have to choose it in the task switcher, then go back to my app, then go back to the XTerm (Alt-Tab,left a few times,Alt-Tab,right,Alt-Tab,left a few times) Many others have had this problem in the past too (<a href="http://mike.kruckenberg.com/archives/2005/11/alttab_to_x11_i.html">Mike Kruckenberg</a>, <a href="http://crazybob.org/2005/12/dear-apple-x11-developer.html">Crazy Bob</a>). Some have reported it fixed in the past too, but it never worked for me, until today. THANKYOU!</p>

<p>Well, some of the annoying, tedious, tasks become subsconscious after a while, but not this one. It was way too frustrating to morph into a <strong>neurological shell script</strong>. I am now 10% more productive and 100% more satisfied with programming in OSX. And more so once I switch my Rails dev over from Eclipse (+Rail plugins) to the shiny new <a href="http://www.jetbrains.com/idea/training/demos/rails.html">IntelliJ Rails setup</a>. (IntelliJ+Rails+OSX==Could it get any easier?)</p>

<h3>Terminals</h3>

<p>Actually, I&#8217;d like to be using Multiterm &#8211; tabbed terminals makes so much more sense, and it would also have overcome the crippling popup problem that no longer cripples. But, like Apple&#8217;s own ITerm, it&#8217;s dog-slow. Very odd to have a visible delay on a terminal in 2007, as if you were hammering a VT100 in 1977, but yes that&#8217;s what happens. L..e&#8230;t..t.e&#8230;r..s  s&#8230;h&#8230;o.w&#8230; &#8230;u..p ..t&#8230;o..o ..l..a.t&#8230;.e :..-&#8230;). You can <a href="http://www.macosxhints.com/article.php?story=20060425220655703&#038;lsrc=osxh">read here</a> about the slowness of OSX terminal apps that is as astounding as it is frustrating.</p>

<p>I will also  take this opportunity to start using the &#8220;screen&#8221; utility, a command-line shell switcher. I just now realised why I&#8217;ve always overlooked it: It was banned years ago at uni due to resource constraints. That&#8217;s when I started working with Unix, so I always ignored screen, but it seems to be the only realistic way to run multiple sessions in a single term window, on OSX.</p>

<h3>Tabbing</h3>

<p>The Diggnation guys were joking a while ago about how just saying something has a &#8220;tabbed interface&#8221; makes it cool nowadays. Fact is, tabs are pretty cool and applicable in many situations. Here&#8217;s an example. I have a new phone &#8211; Orange SPV M700 (which is about anything you could ever ask for in a smartphone, awesome!!!) &#8211; and installed Opera as it renders better and more reliably than IE. One extra benefit is tabbing &#8211; yes, this mobile edition of Opera has tabs, standing out from other mobile browsers just like its grandaddy on the desktop years ago (which was then bolted onto Moz/FF/Safari and finally IE7). Well, I was surfing the web while on the tube, browsing <a href="http://diggriver.com">DiggRiver</a>, and about to lose signal as the train went underground, but no worries, open up 5 or 6 new tabs in a few seconds, they all loaded, and I had enough content away from the signal. Windows Mobile has a nice popup menu feature where you hold down the stylus a second or so, so you hold the stylus down on a link and Opera gives you a popup menu for that link, including Open in New Tab. Sweet.</p>

<p class="poweredbyperformancing">powered by <a href="http://performancing.com/firefox" >performancing firefox</a></p>

<!--e704429e0ff65931bd1cbc9f4297de1d-->
]]></content:encoded>
			<wfw:commentRss>http://softwareas.com/tabbing-terminals-and-apples-popup-bug/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
