summaryrefslogtreecommitdiff
path: root/lib/libcurses
AgeCommit message (Expand)Author
1999-12-07Only unctrl() the first 256 input values.simonb
1999-12-07Use unsigned offsets into __unctrl and __unctrllen.simonb
1999-12-07Another unctrl() %s fix.simonb
1999-12-07In a debugging check, use %s for unctrl (it returns a char *).simonb
1999-10-04update post change to return value of tputs() third argumentlukem
1999-09-29Change attr in __LDATA from a char to an int. Fixes a few annoyingsimonb
1999-09-17When dumping the attributes for a line, put a space between each attributesimonb
1999-09-17Include current line number in CTRACE of line being deleted.simonb
1999-08-17In name section, use .Dq macro rather than writing double quote directly.enami
1999-08-08Remove extra semicolons that crept in previous. Noted by Julian Coleman.simonb
1999-08-08Use waddnstr() instead of __waddbytes() in *addstr(), so we don't needsimonb
1999-07-02More trailing white space.simonb
1999-06-28Get rid of the evil trailing spaces and tabs.simonb
1999-06-28Remove the test for NOQCH, and print the line flags in the CTRACE insimonb
1999-06-28In struct __window, change flags back to an "unsigned int" from ansimonb
1999-06-27Little nit - major first, then minor.simonb
1999-06-23- protect NULL attributes from de-referencingchristos
1999-06-23Silence castschristos
1999-06-15Make a few private variables and functions static.simonb
1999-06-06Re-arrange some code to approach our regular style.pk
1999-06-06Hang on to the termcap buffer that we have tgetent() fill.pk
1999-04-22Initialization of the backing store pointers in __set_subwin() was justmycroft
1999-04-13Upgrades the standard NetBSD curses library to provide somemrg
1999-03-22Last of the .Os cleanups. .Os is defined in the tmac.doc-common file,garbled
1999-02-25Add a note to update src/distrib/sets/lists/base/shl.*, and add a missingabs
1999-01-26Patch by Greg A. Woods to prevent creation of files in source directorytron
1998-08-29first pass at fixing up capitalization of function names andlukem
1998-08-19Add some braces to make egcs happy.thorpej
1998-02-18Ncurses (like SysV/XOpen based curses implementations) includesjtc
1998-02-05add LIBRARY section to man pageperry
1998-02-03remove obsolete register declarationsperry
1998-01-30merge with lite-2perry
1998-01-09RCS Id Police.perry
1998-01-05RCSID Police.perry
1997-12-21use ${SOELIM} instead of soelimchristos
1997-12-21Make this use object directories.christos
1997-11-13Changes to make endwin() act like a SIGSTP in terms of nicely restartingphil
1997-11-05add addnstr() to curses.3 man page per PR#2305fair
1997-10-22use CPPFLAGS instead of CFLAGSlukem
1997-10-13use <termcap.h> instead of defining termcap(3) stuff herelukem
1997-10-11Use bsd.subdir.mk as appropriate.mycroft
1997-10-09- define WARNS?=1 in the top-level Makefile.inc, and don't definelukem
1997-09-12Make endwin() save state so a subsequent call to wrefresh restores cursesphil
1997-07-23RCSid police, set WARNS?=1mikel
1997-07-23RCSid policemikel
1997-07-22RCSid police, fix warningsmikel
1997-07-22RCSid police, fix warningsmikel
1997-05-24Add get{beg,max}yx and get{cur,beg,max}[yx] macros like XPG4.2 curses.jtc
1997-05-23Fix tipo: flusok -> flushokjtc
1997-05-23Moved unctrl.h from games/mille.jtc