summaryrefslogtreecommitdiff
path: root/Src/Modules/termcap.c
AgeCommit message (Collapse)AuthorFilesLines
2018-08-0143227: fix memory leaks in term{cap,info}.cJun-ichi Takimoto1-10/+4
2016-02-0337868: add 'static' to file local variablesJun-ichi Takimoto1-1/+1
2016-01-3037838: use UNUSED() consistentlyJun-ichi Takimoto1-1/+1
2011-05-0929165: use term.h globally if needed at all.Peter Stephenson1-23/+0
2010-06-0227990: don't use return value from setupterm()Peter Stephenson1-3/+7
to decide if module booted OK
2009-11-11users/14548: Src/Modules/termcap.c: prevent libtermcap from exiting on anBart Schaefer1-1/+4
unknown terminal type
2008-10-30users/13418: protect against have_strcodes lyingPeter Stephenson1-2/+8
2008-03-1324705: rationalise curses and term headers even morePeter Stephenson1-4/+4
2007-07-0623665: autoloading of module features and related tweaksPeter Stephenson1-11/+13
2007-05-28see 23479: add initial features support for modulesPeter Stephenson1-72/+38
2006-05-3022474: use variable argument lists to improve error message handlingPeter Stephenson1-3/+3
2006-03-07Changed some structures to avoid gcc's type-punned warnings.Wayne Davison1-26/+23
2005-03-02 * 20911: Src/Modules/termcap.c: and set affcnt to 1 unconditionallyClint Adams1-1/+2
when we echotc a capability with arguments (which we then assume to be the 'cm' capability, with arguments in the form <rows> <columns>.
2005-03-02 * 20909: Src/Modules/termcap.c: reverse row and col arguments to tgoto.Clint Adams1-1/+1
2004-12-0720605: Use separate structure with get/set/unset methods fro parameters.Peter Stephenson1-26/+8
Separate justification width of parameters from base/precision.
2004-06-02Marked unused parameters with the new UNUSED() macro.Wayne Davison1-5/+5
2002-10-0717481 (Karl Tomlinson): get/set for terminfo and termcap parametersPeter Stephenson1-8/+14
2002-08-2717582: Improved option argument handling.Peter Stephenson1-1/+1
unposted: Updated version to 4.1.0-dev-6 because of interface change.
2001-06-08Untrustworthy return value of tgetflag().Bart Schaefer1-29/+36
2001-05-30Improve gettermcap().Bart Schaefer1-8/+27
2001-04-2614125: remove static incleanup flag because it is unusedClint Adams1-10/+0
2001-04-2614123: don't include curses.h in termcap.c if term.h doesn't need itClint Adams1-1/+3
2001-04-26Another HAVE_TERM* compilation tweak.Bart Schaefer1-13/+22
2001-04-24Fix term* linkage _again_.Bart Schaefer1-1/+1
2001-04-2214065: decrease termcap/terminfo parameter fishinessClint Adams1-0/+4
2001-04-21More term*.h inclusion un-confusion.Bart Schaefer1-12/+16
2001-04-2014055: include termio.h in termcap.c for the benefit of Solaris 8Clint Adams1-7/+13
2001-04-2014053: add $termcap special parameterClint Adams1-1/+244
2001-04-13Fix term*.h header file collisions.Bart Schaefer1-0/+4
2001-04-09Make termcap and terminfo modules always loadable.Bart Schaefer1-0/+8
2001-02-1313431: better check for shared libraries.Andrey Borzenkov1-1/+1
2000-12-0313215: echotc, echoti, terminfoClint Adams1-0/+134