NetBSD/lib/libterminfo
roy 5128a2ed79 POSIX says that use_env(3) must precede setupterm(3).
The former lives in curses.h, but the latter lives in term.h.

This is solved by moving the function to libterminfo.
Because the environment can affect the terminal capabilities for
lines and columns, it follows that the tty size should affect it to.
So move that code to libterminfo and adjust in libcurses.
2017-03-23 00:55:39 +00:00
..
compile.c Warn about unprintable characters in capability strings. 2017-02-11 15:13:17 +00:00
curterm.c - if we are freeing cur_term, set it to NULL. 2016-04-01 19:59:08 +00:00
genhash Fix some off by one issues with arraycount ..thanks coypu. 2017-01-11 20:53:52 +00:00
genman
genterms
genthash
Makefile
Makefile.hash
setupterm.c POSIX says that use_env(3) must precede setupterm(3). 2017-03-23 00:55:39 +00:00
shlib_version
term_private.h
term.c off-by-one in memcpy. Found by ASAN (Carsten Kunze) 2016-11-24 17:09:55 +00:00
term.h Allow terminfo users to update flag and numeric capabilities as they do 2017-03-23 00:39:06 +00:00
termcap_map.c
termcap.3
termcap.c Fix some off by one issues with arraycount ..thanks coypu. 2017-01-11 20:53:52 +00:00
termcap.h
terminfo.3 fix ti_puts prototype 2015-11-23 22:35:28 +00:00
terminfo.5.in Fix a typo. 2017-01-29 16:52:38 +00:00
ti.c
tparm.c We have the max length; use snprintf. 2015-11-25 18:46:59 +00:00
tputs.c