Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * 20911: Src/Modules/termcap.c: and set affcnt to 1 unconditionally | Clint Adams | 2005-03-02 | 1 | -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 Adams | 2005-03-02 | 1 | -1/+1 |
| | |||||
* | 20605: Use separate structure with get/set/unset methods fro parameters. | Peter Stephenson | 2004-12-07 | 1 | -26/+8 |
| | | | | Separate justification width of parameters from base/precision. | ||||
* | Marked unused parameters with the new UNUSED() macro. | Wayne Davison | 2004-06-02 | 1 | -5/+5 |
| | |||||
* | 17481 (Karl Tomlinson): get/set for terminfo and termcap parameters | Peter Stephenson | 2002-10-07 | 1 | -8/+14 |
| | |||||
* | 17582: Improved option argument handling. | Peter Stephenson | 2002-08-27 | 1 | -1/+1 |
| | | | | unposted: Updated version to 4.1.0-dev-6 because of interface change. | ||||
* | Untrustworthy return value of tgetflag(). | Bart Schaefer | 2001-06-08 | 1 | -29/+36 |
| | |||||
* | Improve gettermcap(). | Bart Schaefer | 2001-05-30 | 1 | -8/+27 |
| | |||||
* | 14125: remove static incleanup flag because it is unused | Clint Adams | 2001-04-26 | 1 | -10/+0 |
| | |||||
* | 14123: don't include curses.h in termcap.c if term.h doesn't need it | Clint Adams | 2001-04-26 | 1 | -1/+3 |
| | |||||
* | Another HAVE_TERM* compilation tweak. | Bart Schaefer | 2001-04-26 | 1 | -13/+22 |
| | |||||
* | Fix term* linkage _again_. | Bart Schaefer | 2001-04-24 | 1 | -1/+1 |
| | |||||
* | 14065: decrease termcap/terminfo parameter fishiness | Clint Adams | 2001-04-22 | 1 | -0/+4 |
| | |||||
* | More term*.h inclusion un-confusion. | Bart Schaefer | 2001-04-21 | 1 | -12/+16 |
| | |||||
* | 14055: include termio.h in termcap.c for the benefit of Solaris 8 | Clint Adams | 2001-04-20 | 1 | -7/+13 |
| | |||||
* | 14053: add $termcap special parameter | Clint Adams | 2001-04-20 | 1 | -1/+244 |
| | |||||
* | Fix term*.h header file collisions. | Bart Schaefer | 2001-04-13 | 1 | -0/+4 |
| | |||||
* | Make termcap and terminfo modules always loadable. | Bart Schaefer | 2001-04-09 | 1 | -0/+8 |
| | |||||
* | 13431: better check for shared libraries. | Andrey Borzenkov | 2001-02-13 | 1 | -1/+1 |
| | |||||
* | 13215: echotc, echoti, terminfo | Clint Adams | 2000-12-03 | 1 | -0/+134 |