summaryrefslogtreecommitdiff
path: root/lib/libterminfo
AgeCommit message (Expand)Author
2020-05-31Pull up following revision(s) (requested by roy in ticket #936):martin
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
2017-01-12Correct terminfo variable pkey_norm to plab_norm.roy
2017-01-11Fix some off by one issues with arraycount ..thanks coypu.roy
2016-11-24off-by-one in memcpy. Found by ASAN (Carsten Kunze)christos
2016-04-01- if we are freeing cur_term, set it to NULL.christos
2015-11-26Always copy the area buffer, even when the length was the samechristos
2015-11-25From PR/50092:christos
2015-11-25We have the max length; use snprintf.christos
2015-11-25PR/50092: Rin Okuyama: Fix memory leak.christos
2015-11-25PR/50092: Fix memory leak.christos
2015-11-23fix ti_puts prototypechristos
2014-03-18Merge riastradh-drm2 to HEAD.riastradh
2013-11-18Use an empty string, not a null pointer for nullname.joerg
2013-07-20Use Mt for email addresses.wiz
2013-06-07Whitespaceroy
2013-03-15Fix c&p error in string descriptions.njoly
2013-01-25Provide a disabled implentation of tlparm and ti_tlparm for completeness.roy
2013-01-25Add descriptions for terminfo keys to term.hroy
2013-01-25For platforms where we cannot fit a char * into a long, return NULLroy
2013-01-24Fix building our terminals with a non standard NETBSDSRCDIR, PR lib/46793.roy
2013-01-24Move the strings vs long analysis to a private function, but allowroy
2013-01-24As tparm accepts longs we should treat them as long during expansion.roy
2013-01-23Fix %t logic and don't output any %; or %e parts.roy
2012-11-30Fix off by one error.msaitoh
2012-08-20Add tic dependency only for the USETOOLS case.joerg