summaryrefslogtreecommitdiff
path: root/Src/Modules/terminfo.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-0952526: metafy terminfo capabilitiesMikael Magnusson1-2/+2
2018-08-0143227: fix memory leaks in term{cap,info}.cJun-ichi Takimoto1-10/+4
2016-08-0138971: Start using the new arrlen_ge() / arrlen_le() helpers.Daniel Shahaf1-1/+1
2016-01-3037838: use UNUSED() consistentlyJun-ichi Takimoto1-1/+1
2010-06-0227990: don't use return value from setupterm()Peter Stephenson1-2/+6
2008-03-1324705: rationalise curses and term headers even morePeter Stephenson1-23/+5
2007-12-0724173: fix thinko in 24171Clint Adams1-1/+1
2007-12-0724171: define USE_TERMINFO_MODULE when ncurses.h, ncurses/ncurses.h, or ncurs...Clint Adams1-1/+1
2007-12-0524160: build terminfo module if ncursesw is present but curses.h is not.Clint Adams1-1/+22
2007-07-0623665: autoloading of module features and related tweaksPeter Stephenson1-11/+12
2007-05-28see 23479: add initial features support for modulesPeter Stephenson1-73/+39
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-25/+20
2004-12-0720605: Use separate structure with get/set/unset methods fro parameters.Peter Stephenson1-31/+11
2004-06-02Marked unused parameters with the new UNUSED() macro.Wayne Davison1-5/+5
2004-03-0219514: typo in terminfo.cPeter Stephenson1-1/+1
2004-02-2619460: Another go at fixing the terminfo configuration problemPeter Stephenson1-11/+15
2003-09-1419076: don't call setupterm with NULL as last argument as that causesClint Adams1-1/+4
2003-06-2418626: improve echoti's arg support and fix compile problem on 64-bit SolarisOliver Kiddle1-18/+24
2003-03-25users/5986, 18380: arg support for echoti builtin.Clint Adams1-4/+23
2002-10-0717481 (Karl Tomlinson): get/set for terminfo and termcap parametersPeter Stephenson1-10/+19
2002-08-2717582: Improved option argument handling.Peter Stephenson1-1/+1
2001-04-2614125: remove static incleanup flag because it is unusedClint Adams1-10/+0
2001-04-24Fix term* linkage _again_.Bart Schaefer1-0/+2
2001-04-2214065: decrease termcap/terminfo parameter fishinessClint Adams1-0/+4
2001-04-13Fix term*.h header file collisions.Bart Schaefer1-0/+13
2001-04-12Fiddle with <term.h> vs. <termcap.h> inclusion.Bart Schaefer1-6/+3
2001-04-1213955: boolnames et al., not boolcodesClint Adams1-9/+9
2001-04-1213953: use curses capability inventories instead of hardcoding and presumeClint Adams1-6/+18
2001-04-1213951: working ${(k)terminfo} and ${(kv)terminfo}Clint Adams1-0/+104
2001-04-09Bart's change makes terminfo_nam[] needed when HAVE_TIGETSTR is notWayne Davison1-1/+2
2001-04-09Silence several warnings when HAVE_TIGETSTR is not defined.Wayne Davison1-4/+11
2001-04-09Fixes for 13922.Bart Schaefer1-0/+2
2001-04-09Make termcap and terminfo modules always loadable.Bart Schaefer1-21/+34
2001-02-1313431: better check for shared libraries.Andrey Borzenkov1-1/+1
2000-12-0613242: don't segfault on $terminfo[nonexistentcap]Clint Adams1-1/+1
2000-12-05terminfo tweaksPeter Stephenson1-1/+1
2000-12-0513227: terminfo module fixesClint Adams1-48/+55
2000-12-0313215: echotc, echoti, terminfoClint Adams1-0/+226