aboutsummaryrefslogtreecommitdiff
path: root/lib/libncurses/lib_newterm.c
Commit message (Collapse)AuthorAgeFilesLines
* Use src/contrib/ncurses, v5.0.990821 prerelease.Peter Wemm1999-08-301-177/+0
| | | | | | | | | | | | | | | This isn't quite finished yet, there are still some unresolved problems with ospeed and the sgtty.h (non-posix) terminal interface. Mostly this only causes problems with src/games. The other tools and libraries (libform,libpanel,libmenu) will come shortly but are seperate. Beware, there be dragons here! (The build will be broken for a short while) Notes: svn path=/head/; revision=50624
* More egcs warning fixes:Warner Losh1999-04-251-1/+2
| | | | | | | | | | | | | o use braces to avoid potentially ambiguous else o don't default to type int (and also remove a useless register modifier). o Use parens around assignment values used as truth values. o Remove unused function. Reviewed by: obrien and chuckr Notes: svn path=/head/; revision=46079
* Go back to sigaction again now that Peter has found the problem.Jordan K. Hubbard1996-08-161-3/+3
| | | | | | | | Mine was just a "let's move on" kinda fix, Peter's does it right. :) Submitted-by: peter Notes: svn path=/head/; revision=17625
* Switch from using sigaction to signal.Jordan K. Hubbard1996-08-151-8/+5
| | | | Notes: svn path=/head/; revision=17618
* Make libncurses catch SIGWINCH and update the values for LINES and COLS.Jordan K. Hubbard1996-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. Notes: svn path=/head/; revision=17616
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
| | | | Notes: svn path=/head/; revision=8870
* Upgrade to version 1.8.6Andrey A. Chernov1994-12-021-7/+13
| | | | Notes: svn path=/head/; revision=4898
* Add SIGTERM reaction -- cleanupAndrey A. Chernov1994-10-311-0/+1
| | | | Notes: svn path=/head/; revision=4023
* Now COLS/LINES uses window cols/lines, not cols/lines from termcap entryAndrey A. Chernov1994-10-311-2/+2
| | | | Notes: svn path=/head/; revision=4021
* Implement meta bit in more cosher way after contacting with zmbenhalAndrey A. Chernov1994-10-111-0/+1
| | | | | | | Shut up compiler warning Notes: svn path=/head/; revision=3508
* Move copyright link from initscr to newterm (initscr may be not called).Andrey A. Chernov1994-10-091-0/+2
| | | | | | | Small cleanup. Notes: svn path=/head/; revision=3479
* Moved from ports with several enhancementsAndrey A. Chernov1994-10-071-0/+154
Notes: svn path=/cvs2svn/branches/zmbenhal/; revision=3410