From owner-freebsd-hackers Wed Oct 25 09:30:07 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA24760 for hackers-outgoing; Wed, 25 Oct 1995 09:30:07 -0700 Received: from public.wintek.com (public.wintek.com [199.233.104.88]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id JAA24754 for ; Wed, 25 Oct 1995 09:30:05 -0700 Received: from watson.grauel.com (watson.grauel.com [199.233.104.36]) by public.wintek.com (8.6.12/1.05wintek(3.6davy)) with ESMTP id LAA10630; Wed, 25 Oct 1995 11:29:24 -0500 Received: (from rjk@localhost) by watson.grauel.com (8.6.11/8.6.9) id LAA04488; Wed, 25 Oct 1995 11:34:40 -0500 Date: Wed, 25 Oct 1995 11:34:40 -0500 Message-Id: <199510251634.LAA04488@watson.grauel.com> From: Richard J Kuhns To: freebsd-hackers@freebsd.org Subject: mytinfo configuration -- FreeBSD 2.0.5 Sender: owner-hackers@freebsd.org Precedence: bulk Is there a (good) reason that the default configuration for libmytinfo.a doesn't include terminfo support? I'm working on an enhanced print spooler that will support some/all of the `-o' options (to set chars/line, lines/inch, etc), and it would be very nice to use the same terminfo files I use under SVR4. All I had to do to include the terminfo support was 1) in /usr/src/lib/libmytinfo/config.h, change `#undef USE_TERMINFO' to `#define USE_TERMINFO', 2) make install, 3) mkdir /usr/lib/terminfo, 4) and `tic' my printer's terminfo file. I'd like to suggest that future releases (I know it's probably too late for 2.1) include terminfo support as the default. This change shouldn't affect existing programs that use mytinfo, since there are no terminfo files in a standard installation. -- Rich Kuhns rjk@grauel.com PO Box 6249 100 Sawmill Road Lafayette, IN 47903 (317)477-6000 x319