i see now that src/lib/libcurses has other defines for tic, i apologize to both
read_bsd_terminfo.c is only for OpenBSD's cap_mkdb terminfo.db
file. ncurses will still search TERMINFO_DIRS as well. Looks like I
changed tic.1 by mistake.
On Sat, Mar 23, 2013 at 10:30:38PM +, Creamy wrote:
> On Sat, Mar 23, 2013 at 05:31:15PM -0430, Andres Perera wrote:
> > $ ident src/li
On Sat, Mar 23, 2013 at 05:31:15PM -0430, Andres Perera wrote:
> $ ident src/lib/libcurses/tinfo/read_bsd_terminfo.c
> src/lib/libcurses/tinfo/read_bsd_terminfo.c:
> $OpenBSD: read_bsd_terminfo.c,v 1.18 2010/01/12 23:22:06 nicm Exp $
> $ grep -B2 -nw _PATH_TERMINFO src/lib/libcurses/tinfo/read
$ ident src/lib/libcurses/tinfo/read_bsd_terminfo.c
src/lib/libcurses/tinfo/read_bsd_terminfo.c:
$OpenBSD: read_bsd_terminfo.c,v 1.18 2010/01/12 23:22:06 nicm Exp $
$ grep -B2 -nw _PATH_TERMINFO src/lib/libcurses/tinfo/read_bsd_terminfo.c
22-#include
23-
24:#define _PATH_TERMINFO "/usr/
Hello Creamy fans!
Here's a patch to change the tic man page to actually state the correct
terminfo directory...
--- /usr/src/usr.bin/tic/tic.1.orig Sat Mar 23 20:01:18 2013
+++ /usr/src/usr.bin/tic/tic.1 Sat Mar 23 20:02:11 2013
@@ -31,7 +31,7 @@
.\" $Id: tic.1,v 1.15 2010/09/02 09:00:01 s