summaryrefslogtreecommitdiff
path: root/lib/libterminfo/term.c
AgeCommit message (Expand)Author
2020-04-05Conditionalize a few more functions (hopefully fixing the build)martin
2020-04-05terminfo: Add guards to optionally build parts of libterminforoy
2020-03-27Introduce a bunch of inline functions and utilities to avoid code duplication.christos
2020-03-27As described in tech-userlevel:christos
2020-03-13terminfo: promote numeric parameters from short to introy
2018-10-08terminfo: if $TERMINFO.cdb doesn't exist, try $TERMINFOroy
2017-05-16Improve the scope of some variables.roy
2017-05-16Remove ticcmp and extend _ti_checkname so it can be used instead.roy
2017-05-16Fix prior for multiple terminfo aliases.roy
2017-05-16Instead of poking in the binary blob to work out if this is our terminal,roy
2017-05-16Don't bother allocating space for the database name, just printroy
2017-05-16Move pathbuf into the function where it's actually used.roy
2017-05-04Clean up some compile warnings.roy
2017-04-20Whitespace, fit in 80 and extra braces for readability.roy
2016-11-24off-by-one in memcpy. Found by ASAN (Carsten Kunze)christos
2015-11-26Always copy the area buffer, even when the length was the samechristos
2015-11-25From PR/50092:christos
2013-06-07Whitespaceroy
2012-06-06Relax consistency to make it possible to match valid entries.joerg
2012-06-03Switch terminfo(3) to cdb(5).joerg
2012-06-01Use memcmp in place of strncmp, since length is known to no longer thanjoerg
2011-10-03Remove _ti_freeterm as consumers should just use del_curterm.roy
2011-04-11Clean up some compile warningsroy
2010-02-26Implement captoinfo so that we can convert $TERMCAP into $TERMINFO.roy
2010-02-22libterminfo can now compile a single terminfo description which allowsroy
2010-02-12Store the generated compiled terminfo descriptions so that we can buildroy
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-11Embed ansi, dumb, vt100, vt220 and wsvt25 compiled terminal descriptionsroy
2010-02-05Don't look in /etc for a terminfo database.roy
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-03Import my terminfo implementation.roy