<?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>BigSmoke &#187; terminal</title>
	<atom:link href="http://blog.bigsmoke.us/tag/terminal/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.bigsmoke.us</link>
	<description>Smokes your problems, coughs fresh air.</description>
	<lastBuildDate>Sat, 04 Feb 2012 18:03:39 +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>Getting your terminal unstuck</title>
		<link>http://blog.bigsmoke.us/2008/01/13/getting-your-terminal-unstuck</link>
		<comments>http://blog.bigsmoke.us/2008/01/13/getting-your-terminal-unstuck#comments</comments>
		<pubDate>Sun, 13 Jan 2008 12:14:31 +0000</pubDate>
		<dc:creator>halfgaar</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[flow control]]></category>
		<category><![CDATA[PuTTY]]></category>
		<category><![CDATA[terminal]]></category>

		<guid isPermaLink="false">http://blog.bigsmoke.us/2008/01/13/getting-your-terminal-unstuck</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>
Have you ever had your terminal freezing on you for a reason you can&#8217;t identify? Fret no more, because this post will save your future login session.
</p>

<p>
Your problems are most likely caused by sending an XOFF character to the server, by pressing CTRL-S. The XOFF character is a flow control character, which instructs the server to stop sending data. To undo this, you need to send an XON character, which you can do with CTRL-Q.
</p>

<p>
Misfortune would have it that CTRL-S is the forward search command of the readline library. This makes searching in your bash history, among other things, a little annoying. Luckily, you&#8217;ll mostly use CTRL-R, for backward search, but sometimes you need a forward search as well. I would welcome any suggestion as to how to use CTRL-S without having your terminal freezing on you. The terminal program I use, Putty, doesn&#8217;t seem to have an option for it.
</p>]]></content:encoded>
			<wfw:commentRss>http://blog.bigsmoke.us/2008/01/13/getting-your-terminal-unstuck/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

