Xterm title [PATCH included]
Adam Byrtek 'alpha'
alpha at student.uci.agh.edu.pl
Sun Dec 29 14:07:34 UTC 2002
On Sun, Dec 29, 2002 at 02:12:06PM +0100, Adam Byrtek 'alpha' wrote:
> I guess attached patch could be helpful for you.
Small fix attached.
--
_.|._ |_ _. : Adam Byrtek, alpha@(irc.pl|debian.org)
(_|||_)| |(_| : gg 1802819, pgp 0xB25952C0
| : jid alpha.pl(at)jabber.org
-------------- next part --------------
--- main.c.old 2002-12-29 15:05:34.000000000 +0100
+++ main.c 2002-12-29 15:06:07.000000000 +0100
@@ -2415,6 +2415,7 @@
fflush (stdout);
nodelay (stdscr, TRUE);
+ usleep(100);
while (i < 255 && (c=getch()) != -1) {
title[i++] = c;
}
More information about the mc-devel
mailing list