<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Installing and using omnitty terminal multiplexer</title>
	<atom:link href="http://linuxgravity.com/installing-and-using-omnitty-terminal-multiplexer/feed" rel="self" type="application/rss+xml" />
	<link>http://linuxgravity.com/installing-and-using-omnitty-terminal-multiplexer</link>
	<description>Linux tutorials, guides, howtos, tips, tricks and hacks</description>
	<lastBuildDate>Mon, 09 May 2011 19:56:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Richard Sonnenfeld</title>
		<link>http://linuxgravity.com/installing-and-using-omnitty-terminal-multiplexer/comment-page-1#comment-304</link>
		<dc:creator>Richard Sonnenfeld</dc:creator>
		<pubDate>Sat, 21 Aug 2010 18:52:24 +0000</pubDate>
		<guid isPermaLink="false">http://linuxgravity.com/?p=978#comment-304</guid>
		<description>I have already updated omnitty to make it gnome-terminal compatible.
Only the F1 key is troublesome.  Since you have to compile the code anyway,
you can change two lines first.

line 41
from:
                      &quot;  07F107:menu  06F2/307:sel  03F407:tag&quot; \
to:
                     &quot;  07F807:menu  06F2/307:sel  03F407:tag&quot; \


line 350
from:
         case KEY_F(1): menu_show(); redraw(true); break;
to:
         case KEY_F(8): menu_show(); redraw(true); break;

Voila!  Useful in gnome-terminal!!</description>
		<content:encoded><![CDATA[<p>I have already updated omnitty to make it gnome-terminal compatible.<br />
Only the F1 key is troublesome.  Since you have to compile the code anyway,<br />
you can change two lines first.</p>
<p>line 41<br />
from:<br />
                      &#8221;  07F107:menu  06F2/307:sel  03F407:tag&#8221; \<br />
to:<br />
                     &#8221;  07F807:menu  06F2/307:sel  03F407:tag&#8221; \</p>
<p>line 350<br />
from:<br />
         case KEY_F(1): menu_show(); redraw(true); break;<br />
to:<br />
         case KEY_F(8): menu_show(); redraw(true); break;</p>
<p>Voila!  Useful in gnome-terminal!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Sonnenfeld</title>
		<link>http://linuxgravity.com/installing-and-using-omnitty-terminal-multiplexer/comment-page-1#comment-303</link>
		<dc:creator>Richard Sonnenfeld</dc:creator>
		<pubDate>Sat, 21 Aug 2010 18:05:31 +0000</pubDate>
		<guid isPermaLink="false">http://linuxgravity.com/?p=978#comment-303</guid>
		<description>This is really well done.  I had already found omnitty, but your recent post indicated it was still running well on modern versions of Debian.  I am using lenny.
The only instructions you gave that would be confusing to someone unfamiliar with C and make are these:

make
install.

What you really mean is:

make   AND
make install

(I didn&#039;t try make install without make first, but that might work too).

For the right project, omnitty is a wonderful tool.  I used the multicast features.  (One note here, if you use multicast with vim, results may vary, multicast is not infinitely clever and not sure it captures arrow keys correctly).  One obvious point is that gnome-terminal binds the F1 key, which omnitty needs. Not having figured out how to fix this (even reassigning in Keyboard prefs doesn&#039;t), I had to use omnitty in my console (Ctrl-Alt-F1 for noobs).  But it&#039;s great!</description>
		<content:encoded><![CDATA[<p>This is really well done.  I had already found omnitty, but your recent post indicated it was still running well on modern versions of Debian.  I am using lenny.<br />
The only instructions you gave that would be confusing to someone unfamiliar with C and make are these:</p>
<p>make<br />
install.</p>
<p>What you really mean is:</p>
<p>make   AND<br />
make install</p>
<p>(I didn&#8217;t try make install without make first, but that might work too).</p>
<p>For the right project, omnitty is a wonderful tool.  I used the multicast features.  (One note here, if you use multicast with vim, results may vary, multicast is not infinitely clever and not sure it captures arrow keys correctly).  One obvious point is that gnome-terminal binds the F1 key, which omnitty needs. Not having figured out how to fix this (even reassigning in Keyboard prefs doesn&#8217;t), I had to use omnitty in my console (Ctrl-Alt-F1 for noobs).  But it&#8217;s great!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

