about summary refs log tree commit diff
path: root/Src/Modules/terminfo.c
Commit message (Expand)AuthorAgeFilesLines
* 27990: don't use return value from setupterm()Peter Stephenson2010-06-021-2/+6
* 24705: rationalise curses and term headers even morePeter Stephenson2008-03-131-23/+5
* 24173: fix thinko in 24171Clint Adams2007-12-071-1/+1
* 24171: define USE_TERMINFO_MODULE when ncurses.h, ncurses/ncurses.h, or ncurs...Clint Adams2007-12-071-1/+1
* 24160: build terminfo module if ncursesw is present but curses.h is not.Clint Adams2007-12-051-1/+22
* 23665: autoloading of module features and related tweaksPeter Stephenson2007-07-061-11/+12
* see 23479: add initial features support for modulesPeter Stephenson2007-05-281-73/+39
* 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-25/+20
* 20605: Use separate structure with get/set/unset methods fro parameters.Peter Stephenson2004-12-071-31/+11
* Marked unused parameters with the new UNUSED() macro.Wayne Davison2004-06-021-5/+5
* 19514: typo in terminfo.cPeter Stephenson2004-03-021-1/+1
* 19460: Another go at fixing the terminfo configuration problemPeter Stephenson2004-02-261-11/+15
* 19076: don't call setupterm with NULL as last argument as that causesClint Adams2003-09-141-1/+4
* 18626: improve echoti's arg support and fix compile problem on 64-bit SolarisOliver Kiddle2003-06-241-18/+24
* users/5986, 18380: arg support for echoti builtin.Clint Adams2003-03-251-4/+23
* 17481 (Karl Tomlinson): get/set for terminfo and termcap parametersPeter Stephenson2002-10-071-10/+19
* 17582: Improved option argument handling.Peter Stephenson2002-08-271-1/+1
* 14125: remove static incleanup flag because it is unusedClint Adams2001-04-261-10/+0
* Fix term* linkage _again_.Bart Schaefer2001-04-241-0/+2
* 14065: decrease termcap/terminfo parameter fishinessClint Adams2001-04-221-0/+4
* Fix term*.h header file collisions.Bart Schaefer2001-04-131-0/+13
* Fiddle with <term.h> vs. <termcap.h> inclusion.Bart Schaefer2001-04-121-6/+3
* 13955: boolnames et al., not boolcodesClint Adams2001-04-121-9/+9
* 13953: use curses capability inventories instead of hardcoding and presumeClint Adams2001-04-121-6/+18
* 13951: working ${(k)terminfo} and ${(kv)terminfo}Clint Adams2001-04-121-0/+104
* Bart's change makes terminfo_nam[] needed when HAVE_TIGETSTR is notWayne Davison2001-04-091-1/+2
* Silence several warnings when HAVE_TIGETSTR is not defined.Wayne Davison2001-04-091-4/+11
* Fixes for 13922.Bart Schaefer2001-04-091-0/+2
* Make termcap and terminfo modules always loadable.Bart Schaefer2001-04-091-21/+34
* 13431: better check for shared libraries.Andrey Borzenkov2001-02-131-1/+1
* 13242: don't segfault on $terminfo[nonexistentcap]Clint Adams2000-12-061-1/+1
* terminfo tweaksPeter Stephenson2000-12-051-1/+1
* 13227: terminfo module fixesClint Adams2000-12-051-48/+55
* 13215: echotc, echoti, terminfoClint Adams2000-12-031-0/+226