Date: Fri, 19 Mar 2004 22:49:21 +0100 From: Gerrit Beine <tux@pinguru.net> To: clsung@dragon2.net Cc: k@thekonst.net Subject: FreeBSD Port: centericq-4.9.10_1 Message-ID: <405B6AE1.60506@pinguru.net>
next in thread | raw e-mail | index | archive | help
Hi, this is a patch making CenterICQ working in XTerm under FreeBSD. It fixes the Problem with the not-reacting cursor keys. --- conscommon.orig Fri Mar 19 22:44:58 2004 +++ conscommon.cc Fri Mar 19 22:43:02 2004 @@ -63,7 +63,7 @@ use_default_colors(); atexit(kendinterface); // nodelay(stdscr, TRUE); - ESCDELAY = 0; + ESCDELAY = 1; signal(SIGWINCH, &kreinit); kt_resize_event = 0; } So long... Gerrit -- # FreeBSD - separates the boys from the men mail tux@pinguru.net icq 123851585 web http://arme-und-beine.de
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?405B6AE1.60506>