summaryrefslogtreecommitdiff
path: root/lib/libcurses/curses_private.h
AgeCommit message (Expand)Author
2003-08-10Revert most of rev 1.27 of addbytes.c and associated changes.dsl
2003-07-31Do something more sensible for waddbytes(..., "\r\n", ...);dsl
2003-07-30Remove __winlistp, add *screen to WINDOW and initialise in newwin().dsl
2003-06-26Stop refresh(subwin) doing refresh on the other subwin's created before it.dsl
2003-04-05Keep the cr->nl translation state in a separate variable, so that we canjdc
2003-02-17Fix resize of windows with subwins.dsl
2003-01-27ARemove (no longer used) __nca.jdc
2003-01-09Added halfdelay() function.blymn
2002-12-23Changes for pad support - changed function signatures and _ISPAD flag.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
2002-06-26minor KNF (prototype decls should carry no variable name, otherwise macroitojun
2002-06-26handle non-tty cases more gracefully.itojun
2002-06-26PR/17352: David Laight: Curses core-dumps on windows > 1024 wide.christos
2002-01-02Remove extraneous tabs from blank lines.blymn
2001-12-31fix __startwin() so it outputs the init strings to the correct device.blymn
2001-12-11 * Remove termcap globals from public interfaceblymn
2001-12-02* Major change to add support for the newterm/set_term functions.blymn
2001-06-13withough -> withoutwiz
2001-04-21Add missing prototypes.jdc
2001-04-20Implement scrolling regions :jdc
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-20GC __FORCEPAINT.mycroft
2000-05-01* Made erasechar and killchar into functionsblymn
2000-04-29Speed up refresh in the presence of attributes by precalculating a mask formycroft
2000-04-27Add virtual screen for wnoutrefresh()/doupdate().jdc
2000-04-24* Added rcs id line to files missing it.blymn
2000-04-18Add __TERMATTR definition. This makes the code in refresh.c much easier tojdc
2000-04-15Added functions to replace what were previously macros in curses.hblymn
2000-04-14Add a list of windows (used when a colour pair changes).jdc
2000-04-12Private functions/variables moved from curses.hjdc
2000-04-11Made data structures opaqueblymn