summaryrefslogtreecommitdiff
path: root/lib/libterminfo/termcap.c
AgeCommit message (Expand)Author
2023-01-31fix few typos in comments.andvar
2020-04-05Conditionalize a few more functions (hopefully fixing the build)martin
2020-03-27Introduce a bunch of inline functions and utilities to avoid code duplication.christos
2017-05-04Clean up some compile warnings.roy
2017-05-01Whitespace police.roy
2017-01-11Fix some off by one issues with arraycount ..thanks coypu.roy
2016-04-01- if we are freeing cur_term, set it to NULL.christos
2015-11-25PR/50092: Rin Okuyama: Fix memory leak.christos
2011-11-13make use we don't touch memory past the end of the buffer. Pointed outchristos
2011-10-03Correctly use ti_ instead of t_ for our extensions as per the man page.roy
2011-09-16PR/45370: Takehiko NOZAKI: termcap emulation tget{flag,num,str} shouldchristos
2011-03-18Simplify some conversion by usig pre formatted strings and a functionroy
2011-03-11revert OOPS change now that most of the reasons for tgoto to return NULLchristos
2011-03-10Add support for translating the following termcap commands into terminfo:roy
2011-03-07Restore historical behavior of tgoto() to return "OOPS" on failure. This ischristos
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-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-02Use _ti_get_token instead of strsep when parsing termcap entries.roy
2010-03-01Escape , when converting to terminfo.roy
2010-02-26Implement captoinfo so that we can convert $TERMCAP into $TERMINFO.roy
2010-02-04Fix build issues on other hosts.roy
2010-02-03Import my terminfo implementation.roy