summaryrefslogtreecommitdiffstats
path: root/lib/libncurses/lib_newterm.c
Commit message (Collapse)AuthorAgeFilesLines
* Go back to sigaction again now that Peter has found the problem.jkh1996-08-161-3/+3
| | | | | Mine was just a "let's move on" kinda fix, Peter's does it right. :) Submitted-by: peter
* Switch from using sigaction to signal.jkh1996-08-151-8/+5
|
* Make libncurses catch SIGWINCH and update the values for LINES and COLS.jkh1996-08-151-0/+15
| | | | | | | I was perplexed when an example I'd written to show the values for these variables changing as an xterm window was resized didn't work, and looking into it I see that size tracking for LINES and COLS seems to be one SVR4 enhancement which didn't come across with libncurses.
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
|
* Upgrade to version 1.8.6ache1994-12-021-7/+13
|
* Add SIGTERM reaction -- cleanupache1994-10-311-0/+1
|
* Now COLS/LINES uses window cols/lines, not cols/lines from termcap entryache1994-10-311-2/+2
|
* Implement meta bit in more cosher way after contacting with zmbenhalache1994-10-111-0/+1
| | | | Shut up compiler warning
* Move copyright link from initscr to newterm (initscr may be not called).ache1994-10-091-0/+2
| | | | Small cleanup.
* Moved from ports with several enhancementsache1994-10-071-0/+154
OpenPOWER on IntegriCloud