<?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>722 &#187; rxvt</title>
	<atom:link href="http://722.kalaari.net/b/lang/en/tag/rxvt/feed/" rel="self" type="application/rss+xml" />
	<link>http://722.kalaari.net/b</link>
	<description>f 722 t 722 p 722 oxygen 722 722 722</description>
	<lastBuildDate>Sat, 24 Dec 2011 11:56:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Cygwin rxvt under windows Seven</title>
		<link>http://722.kalaari.net/b/lang/en/2010/02/17/cygwin-rxvt-under-windows-seven</link>
		<comments>http://722.kalaari.net/b/lang/en/2010/02/17/cygwin-rxvt-under-windows-seven#comments</comments>
		<pubDate>Wed, 17 Feb 2010 16:11:46 +0000</pubDate>
		<dc:creator>Christophe Furmaniak</dc:creator>
				<category><![CDATA[Développement]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[cygwin]]></category>
		<category><![CDATA[rxvt]]></category>

		<guid isPermaLink="false">http://722.kalaari.net/b/?p=77</guid>
		<description><![CDATA[<a href="http://722.kalaari.net/b/lang/en/2010/02/17/cygwin-rxvt-under-windows-seven" title="Cygwin rxvt under windows Seven"></a>Ok, you&#8217;ve not been blessed by the MacOS Spirit so you don&#8217;t have a MBP but you&#8217;d like to have a decent *nix term under windows Seven. You tried the same shortcut that worked previously under XP: C:\Cygwin\bin\rxvt.exe -g 120×70+75+-1 &#8230;<p class="read-more"><a href="http://722.kalaari.net/b/lang/en/2010/02/17/cygwin-rxvt-under-windows-seven">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://722.kalaari.net/b/lang/en/2010/02/17/cygwin-rxvt-under-windows-seven" title="Cygwin rxvt under windows Seven"></a><p>Ok, you&#8217;ve not been blessed by the MacOS Spirit so you don&#8217;t have a MBP but you&#8217;d like to have a decent *nix term under windows Seven. You tried the same shortcut that worked previously under XP:</p>
<pre class="brush:shell; gutter: false">C:\Cygwin\bin\rxvt.exe -g 120×70+75+-1  -sl 1500 -fn courier -bg black -fg grey -sr -e bash –login -i</pre>
<p>but all you get is big window with strange spacing between chars:<br/><br />
<a href="http://722.kalaari.net/b/wp-content/uploads/2010/02/cygwin-rxvt-seven-bad.png"><img class="alignnone size-medium wp-image-84" title="cygwin-rxvt-seven-bad" src="http://722.kalaari.net/b/wp-content/uploads/2010/02/cygwin-rxvt-seven-bad-300x118.png" alt="" width="300" height="118" /></a>.<br />
Ok, it&#8217;s time to customize some stuff. Open a cygwin shell (or an ugly uncustomized rxvt), go to your home directory, and create/edit your <em>.Xdefaults</em> file to fit this one:</p>
<pre class="brush:shell; gutter:false">
#Rxvt.reverseVideo:      true
Rxvt.scrollBar_right:   false
Rxvt.saveLines:         2048
Rxvt.font:              "Lucida Console-12"
</pre>
<p>Then edit your shortcut to something similar to this one:</p>
<pre class="brush:shell; gutter:false">
C:\cygwin\bin\rxvt.exe -display :0 -bg black -fg grey -tn rxvt -sr -sl 1500 -g "140x60+1+-1" -e /usr/bin/bash --login -i
</pre>
<p>If you need to adjust the size of the window, you can change the <em>-g &#8220;140&#215;60+1+-1&#8243;</em> values.<br/><br />
You should now get something much more like that:<br/><br />
<a href="http://722.kalaari.net/b/wp-content/uploads/2010/02/cygwin-rxvt-seven-good.png"><img src="http://722.kalaari.net/b/wp-content/uploads/2010/02/cygwin-rxvt-seven-good-300x129.png" alt="" title="cygwin-rxvt-seven-good" width="300" height="129" class="alignnone size-medium wp-image-85" /></a><br/><br />
Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://722.kalaari.net/b/lang/en/2010/02/17/cygwin-rxvt-under-windows-seven/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

