summaryrefslogtreecommitdiff
path: root/lib/libncurses/lib_vidattr.c
Commit message (Collapse)AuthorAgeFilesLines
* Use src/contrib/ncurses, v5.0.990821 prerelease.Peter Wemm1999-08-301-205/+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
* Low level use of 'vidattr()' can cause a NULL pointer to beAndrey A. Chernov1998-05-151-5/+11
| | | | | | | | | | | | dereferenced. This is because 'SP' is only initialized via 'newterm()' (which is not required if you are going to interact with the 'terminfo' database without using 'ncurses'). PR: 6648 Submitted by: Max Euston <meuston@jmrodgers.com> Notes: svn path=/head/; revision=36083
* Fix possible coredump on BW displaysAndrey A. Chernov1997-09-021-2/+6
| | | | Notes: svn path=/head/; revision=29038
* Fix handling of mixed colors+attributes case by merging from ncurses 4.1Andrey A. Chernov1997-07-301-7/+21
| | | | Notes: svn path=/head/; revision=27774
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-4/+4
| | | | Notes: svn path=/head/; revision=8870
* Fix compiler warnings about tputs argumentAndrey A. Chernov1994-12-281-2/+2
| | | | Notes: svn path=/head/; revision=5274
* exit_standout don't turn most attributes off, fixedAndrey A. Chernov1994-12-031-22/+15
| | | | Notes: svn path=/head/; revision=4921
* Upgrade to version 1.8.6Andrey A. Chernov1994-12-021-75/+76
| | | | Notes: svn path=/head/; revision=4898
* Forget to exit alt charset mode, critical for non-cons25rAndrey A. Chernov1994-11-241-0/+2
| | | | | | | terminals wits as/ae Notes: svn path=/head/; revision=4798
* Moved from ports with several enhancementsAndrey A. Chernov1994-10-071-0/+185
Notes: svn path=/cvs2svn/branches/zmbenhal/; revision=3410