From owner-cvs-usrbin Sat Dec 28 12:45:00 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id MAA24390 for cvs-usrbin-outgoing; Sat, 28 Dec 1996 12:45:00 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id MAA24383; Sat, 28 Dec 1996 12:44:59 -0800 (PST) Date: Sat, 28 Dec 1996 12:44:59 -0800 (PST) From: Peter Wemm Message-Id: <199612282044.MAA24383@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/talk init_disp.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 96/12/28 12:44:58 Modified: usr.bin/talk init_disp.c Log: Enable idlok() in both windows. This is actually a no-op for libcurses (which doesn't use the setting at all), but when linking with recent versions of libncurses, ncurses screws up without it for some reason (presumably a ncurses bug). Revision Changes Path 1.8 +2 -0 src/usr.bin/talk/init_disp.c