summaryrefslogtreecommitdiff
path: root/lib/libterminfo
AgeCommit message (Expand)Author
2023-01-31fix few typos in comments.andvar
2022-05-11fix various typos in comments.andvar
2021-12-15Fix for PR lib/56298blymn
2021-12-10s/occured/occurred/ in comments, log messages and man pages.andvar
2021-08-27libterminfo: remove redundant lint annotationsrillig
2020-06-21libterminfo: cast to uint16/32_t before conversion to preserve negativityroy
2020-06-05terminfo(5): Numbre -> Numberroy
2020-05-30terminfo: test strlcpy result against space free, not string lengthroy
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-30terminfo: satisfy gcc bitchingroy
2020-03-30terminfo: v3 records should create v3 aliasesroy
2020-03-29terminfo: Promote a terminfo description to v3 when requiredroy
2020-03-29terminfo: allow _ti_getname to convert from and to any versionroy
2020-03-29terminfo: Clamp numeric bounds to storage not API.roy
2020-03-28PR/55118: Andreas Gustafsson: Oops, set the right flag variable.christos
2020-03-28terminfo: Add a comment for prior change.roy
2020-03-28terminfo: use , as a record version delimiter rather than @roy
2020-03-28Whitespaceroy
2020-03-28support for older compilerschristos
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
2020-03-12terminfo: truncate numeric parameters to a shortroy
2019-10-03Cast function pointers that take different arguments through void *christos
2019-04-11fix typo in error message; database is spelled with one 'b' and three 'a'sjakllsch
2018-10-10Fix pasto.uwe
2018-10-08terminfo: if $TERMINFO.cdb doesn't exist, try $TERMINFOroy
2017-10-22Remove tputs from NAME section since it is described in terminfo(3)abhinav
2017-10-22Add missing functions to the NAME sectionabhinav
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 more warnings.roy
2017-05-04Clean up some compile warnings.roy
2017-05-01Fix some compile warnings.roy
2017-05-01Whitespace police.roy
2017-04-20Whitespace, fit in 80 and extra braces for readability.roy
2017-03-23POSIX says that use_env(3) must precede setupterm(3).roy
2017-03-23Allow terminfo users to update flag and numeric capabilities as they doroy
2017-03-23Revert botched commit.roy
2017-03-23term.hroy
2017-03-23Revert prior .... some ncurses application expect to be able to updateroy
2017-03-20Ensure there is a terminal to return capabilities from.roy
2017-02-11Warn about unprintable characters in capability strings.roy
2017-02-11Following a newline, strip leading whitespace from capability strings.roy
2017-01-29Fix a typo.abhinav