summaryrefslogtreecommitdiff
path: root/lib/libterminfo/tparm.c
AgeCommit message (Expand)Author
2021-08-27libterminfo: remove redundant lint annotationsrillig
2020-03-27As described in tech-userlevel:christos
2017-05-04Clean up some compile warnings.roy
2015-11-25We have the max length; use snprintf.christos
2013-06-07Whitespaceroy
2013-01-25Provide a disabled implentation of tlparm and ti_tlparm for completeness.roy
2013-01-25For platforms where we cannot fit a char * into a long, return NULLroy
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-06-02Ensure that we request a buffer big enough, although with the currentroy
2011-10-03Fix tparm.roy
2011-10-03Correctly use ti_ instead of t_ for our extensions as per the man page.roy
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-10Fix an off-by-one error when processing embedded values.roy
2010-09-22Our API just uses typedefs, so don't use the struct symbol which will avoidroy
2010-02-03Import my terminfo implementation.roy