summaryrefslogtreecommitdiff
path: root/lib/libcurses/curses.h
AgeCommit message (Expand)Author
2001-12-11 * Remove termcap globals from public interfaceblymn
2001-12-02lib/14813: Jason R. Thorpe: worm(6) no longer builds w/ new libcurseschristos
2001-12-02* Major change to add support for the newterm/set_term functions.blymn
2001-10-14Added 2 new functions and a macro:blymn
2001-10-08Add mvderwin function.blymn
2001-09-20Add code to allow resizing of windows and the underlying terminal.blymn
2001-09-16Spell 'occurred' with two 'r's.wiz
2001-06-11Fix various misspellings of compatible/compatibility.wiz
2001-04-21Add missing prototypes.jdc
2001-04-20Implement scrolling regions :jdc
2001-01-05de-lint:christos
2001-01-05remove redundant declarations.christos
2001-01-01Add the instr and inchstr families of functions.simonb
2000-12-31Libcurses-4.0jdc
2000-12-22Revert the change to the `pc' capability from the previous change. Pointedjdc
2000-12-19Rename variables refering to termcap capabilities from NN to __tc_nn. Casejdc
2000-05-11Add getattrs(), delay_output() and napms().jdc
2000-05-11* Applied patch by mrg to remove variable names from functionblymn
2000-05-01* Made erasechar and killchar into functionsblymn
2000-04-27Fix a silly bit-shifting error that causes color pairs >=8 to fail.mycroft
2000-04-27Background colour erase is 'ut' not 'be'.jdc
2000-04-26* Fixed bug in copywin.blymn
2000-04-24* Added rcs id line to files missing it.blymn
2000-04-22* Added ungetchblymn
2000-04-22* Fixed need for duplicate namp string in setterm.cblymn
2000-04-20* Added new function dupwin.blymn
2000-04-18More multiple changes:blymn
2000-04-17Multiple fixes:blymn
2000-04-16Add bkgd() and bkgdset() (which were previously just macros).jdc
2000-04-16Add a couple of missing prototypes.thorpej
2000-04-15Add prototype for waddstr()jdc
2000-04-15Added functions to replace what were previously macros in curses.hblymn
2000-04-13Restore const after the Open Group decided it was OK.jdc
2000-04-12Add colour capabilities and functions.jdc
2000-04-11Made data structures opaqueblymn
1999-12-07Use unsigned offsets into __unctrl and __unctrllen.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-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-06-28Get rid of the evil trailing spaces and tabs.simonb
1999-06-28In struct __window, change flags back to an "unsigned int" from ansimonb
1999-04-13Upgrades the standard NetBSD curses library to provide somemrg
1998-01-30merge with lite-2perry
1997-10-13use <termcap.h> instead of defining termcap(3) stuff herelukem
1997-09-12Make endwin() save state so a subsequent call to wrefresh restores cursesphil
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
1996-03-26Expand "u_int" to "unsigned int" so that curses.h can be used whenjtc
1995-06-06Declare tputs() as void.pk