summaryrefslogtreecommitdiff
path: root/lib/libcurses/curses_private.h
AgeCommit message (Expand)Author
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