about summary refs log tree commit diff
path: root/Src/Modules/termcap.c
Commit message (Collapse)AuthorAgeFilesLines
* 29165: use term.h globally if needed at all.Peter Stephenson2011-05-091-23/+0
|
* 27990: don't use return value from setupterm()Peter Stephenson2010-06-021-3/+7
| | | | to decide if module booted OK
* users/14548: Src/Modules/termcap.c: prevent libtermcap from exiting on anBart Schaefer2009-11-111-1/+4
| | | | unknown terminal type
* users/13418: protect against have_strcodes lyingPeter Stephenson2008-10-301-2/+8
|
* 24705: rationalise curses and term headers even morePeter Stephenson2008-03-131-4/+4
|
* 23665: autoloading of module features and related tweaksPeter Stephenson2007-07-061-11/+13
|
* see 23479: add initial features support for modulesPeter Stephenson2007-05-281-72/+38
|
* 22474: use variable argument lists to improve error message handlingPeter Stephenson2006-05-301-3/+3
|
* Changed some structures to avoid gcc's type-punned warnings.Wayne Davison2006-03-071-26/+23
|
* * 20911: Src/Modules/termcap.c: and set affcnt to 1 unconditionallyClint Adams2005-03-021-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>.
* * 20909: Src/Modules/termcap.c: reverse row and col arguments to tgoto.Clint Adams2005-03-021-1/+1
|
* 20605: Use separate structure with get/set/unset methods fro parameters.Peter Stephenson2004-12-071-26/+8
| | | | Separate justification width of parameters from base/precision.
* Marked unused parameters with the new UNUSED() macro.Wayne Davison2004-06-021-5/+5
|
* 17481 (Karl Tomlinson): get/set for terminfo and termcap parametersPeter Stephenson2002-10-071-8/+14
|
* 17582: Improved option argument handling.Peter Stephenson2002-08-271-1/+1
| | | | unposted: Updated version to 4.1.0-dev-6 because of interface change.
* Untrustworthy return value of tgetflag().Bart Schaefer2001-06-081-29/+36
|
* Improve gettermcap().Bart Schaefer2001-05-301-8/+27
|
* 14125: remove static incleanup flag because it is unusedClint Adams2001-04-261-10/+0
|
* 14123: don't include curses.h in termcap.c if term.h doesn't need itClint Adams2001-04-261-1/+3
|
* Another HAVE_TERM* compilation tweak.Bart Schaefer2001-04-261-13/+22
|
* Fix term* linkage _again_.Bart Schaefer2001-04-241-1/+1
|
* 14065: decrease termcap/terminfo parameter fishinessClint Adams2001-04-221-0/+4
|
* More term*.h inclusion un-confusion.Bart Schaefer2001-04-211-12/+16
|
* 14055: include termio.h in termcap.c for the benefit of Solaris 8Clint Adams2001-04-201-7/+13
|
* 14053: add $termcap special parameterClint Adams2001-04-201-1/+244
|
* Fix term*.h header file collisions.Bart Schaefer2001-04-131-0/+4
|
* Make termcap and terminfo modules always loadable.Bart Schaefer2001-04-091-0/+8
|
* 13431: better check for shared libraries.Andrey Borzenkov2001-02-131-1/+1
|
* 13215: echotc, echoti, terminfoClint Adams2000-12-031-0/+134