<?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>t+1 &#187; cygwin</title>
	<atom:link href="http://blog.tplus1.com/index.php/category/cygwin/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.tplus1.com</link>
	<description>Programming, gardening, economics, life in Cleveland Heights</description>
	<lastBuildDate>Tue, 24 Aug 2010 00:16:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to have a better cygwin terminal</title>
		<link>http://blog.tplus1.com/index.php/2007/06/24/how-to-have-a-better-cygwin-terminal/</link>
		<comments>http://blog.tplus1.com/index.php/2007/06/24/how-to-have-a-better-cygwin-terminal/#comments</comments>
		<pubDate>Sun, 24 Jun 2007 17:56:37 +0000</pubDate>
		<dc:creator>matt</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[cygwin]]></category>

		<guid isPermaLink="false">http://blog.tplus1.com/index.php/2007/06/24/how-to-have-a-better-cygwin-terminal/</guid>
		<description><![CDATA[Cygwin is a wonderful tool.  However, I don&#8217;t really like the default terminal.  This article shows how to set up an rxvt terminal instead.
This is a screenshot of the default cygwin bash prompt:

Copying and pasting is not intuitive, you can&#8217;t stretch the box horizontally, and most importantly, it breaks the illusion that I&#8217;m [...]]]></description>
			<content:encoded><![CDATA[<p align="left"><a href="http://cygwin.com">Cygwin</a> is a wonderful tool.  However, I don&#8217;t really like the default terminal.  This article shows how to set up an rxvt terminal instead.</p>
<p>This is a screenshot of the default cygwin bash prompt:</p>
<p><a href='http://blog.tplus1.com/wp-content/uploads/2007/09/cropped-dos-terminal.png' title='cropped-dos-terminal.png'><img src='http://blog.tplus1.com/wp-content/uploads/2007/09/cropped-dos-terminal.png' alt='cropped-dos-terminal.png' /></a></p>
<p>Copying and pasting is not intuitive, you can&#8217;t stretch the box horizontally, and most importantly, it breaks the illusion that I&#8217;m on a Unix box.  But a better terminal option exists!  When you install cygwin, you can also install the rxvt package.  After installing the rxvt package, try this in a DOS window:</p>
<p><code>C:cygwinbinrxvt.exe -fg gray -bg MidnightBlue -fn &quot;Lucida Console-14&quot; -e bash --login -i</code></p>
<p>You should see a terminal like this:</p>
<p><a href='http://blog.tplus1.com/wp-content/uploads/2007/09/cropped-rxvt-terminal.PNG' title='cropped-rxvt-terminal'><img src='http://blog.tplus1.com/wp-content/uploads/2007/09/cropped-rxvt-terminal.PNG' alt='cropped-rxvt-terminal' /></a></p>
<p>As far as I can tell from my experience, this terminal acts exactly like a regular rxvt terminal on a linux box.  I can highlight some text with my mouse, and then paste it by hitting either shift+insert or by hitting the middle mouse button.  I can resize the terminal horizontally and vertically.</p>
<p>I set up a taskbar icon so that I can get that rxvt very quickly.  The icon before the right-most icon will start an rxvt terminal for me.</p>
<p><a href='http://blog.tplus1.com/wp-content/uploads/2007/09/startbar.png' title='startbar'><img src='http://blog.tplus1.com/wp-content/uploads/2007/09/startbar.png' alt='startbar' /></a></p>
<p>Setting it up was really simple.  I made a new shortcut by right-clicking on my desktop, then I copied this text:</p>
<p><code>C:cygwinbinrxvt.exe -fg gray -bg MidnightBlue -fn &quot;Lucida Console-14&quot; -e bash --login -i</code></p>
<p>into the target field:</p>
<p><a href='http://blog.tplus1.com/wp-content/uploads/2007/09/shortcut.png' title='shortcut'><img src='http://blog.tplus1.com/wp-content/uploads/2007/09/shortcut.png' alt='shortcut' /></a></p>
<p>Then I hit OK, and then dragged the new shortcut into the taskbar, and that&#8217;s it!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.tplus1.com/index.php/2007/06/24/how-to-have-a-better-cygwin-terminal/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
	</channel>
</rss>
