summaryrefslogtreecommitdiff
path: root/lib/libterminfo
AgeCommit message (Expand)Author
2011-06-19Make new compiled terms for our updated terminfo.roy
2011-04-11Clean up some compile warningsroy
2011-04-11POSIX says that term.h should define tgetstr and friendsroy
2011-03-18Simplify some conversion by usig pre formatted strings and a functionroy
2011-03-14OOPS has been reverted.christos
2011-03-11revert OOPS change now that most of the reasons for tgoto to return NULLchristos
2011-03-10Do our best to process invalid terminfo strings instead of justroy
2011-03-10Fix two other off-by-one errors when processing %P and %g commands.roy
2011-03-10Add support for translating the following termcap commands into terminfo:roy
2011-03-10Fix an off-by-one error when processing embedded values.roy
2011-03-07Restore historical behavior of tgoto() to return "OOPS" on failure. This ischristos
2010-10-12replace `` with $(). Hopefully with enough examples around people willchristos
2010-10-12PR/43961: YAMAMOTO Takashi: uninitialized variable in termcap.cchristos
2010-09-22Our API just uses typedefs, so don't use the struct symbol which will avoidroy
2010-07-06remove almost all the ability to build netbsd with an a.out target.mrg
2010-07-04area is now usedroy
2010-03-04Convert padding for unknown capabilities as well.roy
2010-03-04Convert padding and give terminfo some default assumptions about termcap.roy
2010-03-03Abort an error.roy
2010-03-02Use _ti_get_token instead of strsep when parsing termcap entries.roy
2010-03-01Escape , when converting to terminfo.roy
2010-03-01compile.c needs sys/endian.h; PR 42875 from Henning Petersen.dholland
2010-02-26'>' replacement for HTML output, be explicit about slash.wiz
2010-02-26Implement captoinfo so that we can convert $TERMCAP into $TERMINFO.roy
2010-02-25If we only have a name then we flatten to an alias.roy
2010-02-22libterminfo can now compile a single terminfo description which allowsroy
2010-02-19Do clean generated terminfo.5 file.njoly
2010-02-12Store the generated compiled terminfo descriptions so that we can buildroy
2010-02-12Fix an array bounds check - fixes PR lib/42793.martin
2010-02-12Don't try to map obsolete termcap bc and nl to terminfo.roy
2010-02-11Oxford serial comma.wiz
2010-02-11Include xterm.roy
2010-02-11Use $TOOL_TICroy
2010-02-11Respect TERMINFO_DIRS and document using an embedded database.roy
2010-02-11Use structures so we know how long each description is.roy
2010-02-11Allow a NULL description.roy
2010-02-11Remove silly debug.roy
2010-02-11Embed ansi, dumb, vt100, vt220 and wsvt25 compiled terminal descriptionsroy
2010-02-11Correct dateroy
2010-02-09We should always generate terminfo.5 to save human error syncing.roy
2010-02-06Sync with terminfo(5): Remove /etc/terminfo.db.wiz
2010-02-05Don't look in /etc for a terminfo database.roy
2010-02-05More adaptation for ports with unsigned char as char.he
2010-02-05Store the aliases against the entry, so that infocmp can reproduce them.roy
2010-02-05Allow loading of a terminfo database in /rescue.roy
2010-02-04Allow hash to be build on other hosts.roy
2010-02-04Fix build issues on other hosts.roy
2010-02-04Sync terminfo.5 changes into terminfo.5.inroy
2010-02-04More markup.wiz
2010-02-03Regenerate to pick up the changes from terminfo.5.in revision 1.3.snj