NetBSD/lib/libterminfo
roy 62480e1c72 There is no standard way of getting a list of aliases for the
terminal. However, some applications such as telnet want to know this.
ncurses dumps the terminfo header into an undefined variable ttytype
and these applications then parse it to work out the aliases.
We should do the same for now, until a standard mechanism for getting
the information is available or the need for it goes away.
2011-10-05 10:46:08 +00:00
..
Makefile Move longname(3) from curses to terminfo, pre-cursor to fix PR/43386. 2011-10-04 11:01:13 +00:00
compile.c Clean up some compile warnings 2011-04-11 21:37:19 +00:00
compiled_terms.c Make new compiled terms for our updated terminfo. 2011-06-19 16:36:04 +00:00
curterm.c There is no standard way of getting a list of aliases for the 2011-10-05 10:46:08 +00:00
genhash replace `` with $(). Hopefully with enough examples around people will 2010-10-12 12:57:51 +00:00
genman replace `` with $(). Hopefully with enough examples around people will 2010-10-12 12:57:51 +00:00
genterms replace `` with $(). Hopefully with enough examples around people will 2010-10-12 12:57:51 +00:00
genthash Abort an error. 2010-03-03 12:09:49 +00:00
hash.c Don't try to map obsolete termcap bc and nl to terminfo. 2010-02-12 10:18:56 +00:00
setupterm.c Remove _ti_freeterm as consumers should just use del_curterm. 2011-10-03 19:18:55 +00:00
shlib_version
term.c Remove _ti_freeterm as consumers should just use del_curterm. 2011-10-03 19:18:55 +00:00
term.h Move longname(3) from curses to terminfo, pre-cursor to fix PR/43386. 2011-10-04 11:01:13 +00:00
term_private.h Remove _ti_freeterm as consumers should just use del_curterm. 2011-10-03 19:18:55 +00:00
termcap.3 OOPS has been reverted. 2011-03-14 11:44:20 +00:00
termcap.c Correctly use ti_ instead of t_ for our extensions as per the man page. 2011-10-03 12:31:51 +00:00
termcap.h POSIX says that term.h should define tgetstr and friends 2011-04-11 21:13:09 +00:00
termcap_hash.c Don't try to map obsolete termcap bc and nl to terminfo. 2010-02-12 10:18:56 +00:00
termcap_map.c Our API just uses typedefs, so don't use the struct symbol which will avoid 2010-09-22 06:10:51 +00:00
terminfo.3 Move longname(3) from curses to terminfo, pre-cursor to fix PR/43386. 2011-10-04 11:01:13 +00:00
terminfo.5.in Add support for translating the following termcap commands into terminfo: 2011-03-10 10:17:19 +00:00
ti.c Fix build issues on other hosts. 2010-02-04 09:46:26 +00:00
tparm.c Fix tparm. 2011-10-03 20:13:48 +00:00
tputs.c Fix an array bounds check - fixes PR lib/42793. 2010-02-12 10:36:07 +00:00