<?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>Bit Mojo - Hiram Chirino &#187; ansi</title>
	<atom:link href="http://hiramchirino.com/blog/tag/ansi/feed/" rel="self" type="application/rss+xml" />
	<link>http://hiramchirino.com/blog</link>
	<description>My Ramblings on Hawt Tech</description>
	<lastBuildDate>Fri, 03 Feb 2012 14:25:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Jansi &#8211; Bringing ANSI Support to Java on Windows</title>
		<link>http://hiramchirino.com/blog/2009/07/jansi-bringing-ansi-support-to-java-on-windows/</link>
		<comments>http://hiramchirino.com/blog/2009/07/jansi-bringing-ansi-support-to-java-on-windows/#comments</comments>
		<pubDate>Tue, 07 Jul 2009 14:37:00 +0000</pubDate>
		<dc:creator>Hiram Chirino</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[ansi]]></category>

		<guid isPermaLink="false">http://hiramchirino.com/wordpress/2009/07/jansi-bringing-ansi-support-to-java-on-windows/</guid>
		<description><![CDATA[Last weekend I got a little spare time an through together a small little library while should help with the problem of boring Java console applications on Windows. It&#8217;s called Jansi and it provides support for using ANSI escape sequences in your Java console applications on Windows. With ANSI escape sequences, you can fully control [...]]]></description>
			<content:encoded><![CDATA[<p>Last weekend I got a little spare time an through together a small little library while should help with the problem of boring Java console applications on Windows.
<p>It&#8217;s called <a href="http://jansi.fusesource.org/" onclick="pageTracker._trackPageview('/outgoing/jansi.fusesource.org/?referer=');">Jansi</a> and it provides support for using <a href="http://en.wikipedia.org/wiki/ANSI_escape_code" onclick="pageTracker._trackPageview('/outgoing/en.wikipedia.org/wiki/ANSI_escape_code?referer=');">ANSI escape sequences</a> in your Java console applications on Windows.
<p>With ANSI escape sequences, you can fully control the the cursor positioning and the foreground and background color of the console text output.  Here is quick example of what&#8217;s posssible:
<p><img src="http://jansi.fusesource.org/images/after-jansi-jna-windows.png"/></p>
]]></content:encoded>
			<wfw:commentRss>http://hiramchirino.com/blog/2009/07/jansi-bringing-ansi-support-to-java-on-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

