summaryrefslogtreecommitdiff
path: root/lib/libcurses/curses.h
AgeCommit message (Expand)Author
2003-12-23Avoid array type is char warning.christos
2003-12-04Make nodelay() return an int.jdc
2003-10-05Add redrawwin() and wredrawln().jdc
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-06-20Add noqiflush() and qiflush()jdc
2003-06-20Add keyname().jdc
2003-05-21Add addchstr() family of functions.jdc
2003-04-08Add ESCDELAY variable to control the inter-key delay in escape sequences.jdc
2003-03-30Add attr_set() group of functions.jdc
2003-01-27Add can_change_color() and no_color_video().jdc
2003-01-09Added halfdelay() function.blymn
2002-12-23Add entries for newpad(), subpad(), prefresh() and pnoutrefresh().jdc
2002-10-22Added the ncurses extensions define_key and keyok.blymn
2002-10-14Remove duplicate definitions of getyx, getbegyx and getmaxyx.jdc
2002-08-04Sort attr* functions/macros.jdc
2002-08-04Set the curses default colours to white on black when using colour.jdc
2002-07-19* Added new function idcok - this closes PR 10802blymn
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