NetBSD/lib/libcurses
blymn ec6e2540fe Multiple fixes:
* Added Bill's fixes for errors when compiling with WARNS=1
* Incorporated fixes to make usage of unctrl consistent in debug and
  made improvements to ctrace - it now timestamps it's output better.
* Reduced the number of mallocs done by __init_getch by allocating key
  structs in bunches instead of singly.
* Removed the shadowing of global declarations in newwin and subwin
  functions
2000-04-17 12:25:45 +00:00
..
EXAMPLES More trailing white space. 1999-07-02 15:58:35 +00:00
PSD.doc Add COLORS and COLOR_PAIRS. 2000-04-12 21:49:50 +00:00
Makefile Add color.c, background.c, getyx.c. 2000-04-12 21:50:46 +00:00
acs.c Added functions to replace what were previously macros in curses.h 2000-04-15 13:17:02 +00:00
addbytes.c Don't reset firstchp and lastchp even if this line was not dirty. 2000-04-15 22:53:05 +00:00
addch.c Added functions to replace what were previously macros in curses.h 2000-04-15 13:17:02 +00:00
addnstr.c Multiple fixes: 2000-04-17 12:25:45 +00:00
attributes.c Add extra debug output (for wattrset()). 2000-04-16 09:48:09 +00:00
background.c Add bkgd() and bkgdset() (which were previously just macros). 2000-04-16 09:52:49 +00:00
bell.c Copyright assgned to TNF. 2000-04-12 21:33:12 +00:00
border.c Added functions to replace what were previously macros in curses.h 2000-04-15 13:17:02 +00:00
box.c Added functions to replace what were previously macros in curses.h 2000-04-15 13:17:02 +00:00
clear.c Added functions to replace what were previously macros in curses.h 2000-04-15 13:17:02 +00:00
clearok.c Added functions to replace what were previously macros in curses.h 2000-04-15 13:17:02 +00:00
clrtobot.c Added functions to replace what were previously macros in curses.h 2000-04-15 13:17:02 +00:00
clrtoeol.c Added functions to replace what were previously macros in curses.h 2000-04-15 13:17:02 +00:00
color.c Multiple fixes: 2000-04-17 12:25:45 +00:00
cr_put.c Added functions to replace what were previously macros in curses.h 2000-04-15 13:17:02 +00:00
ctrace.c Multiple fixes: 2000-04-17 12:25:45 +00:00
cur_hash.c Added functions to replace what were previously macros in curses.h 2000-04-15 13:17:02 +00:00
curses.3 Add colour capabilities and functions. 2000-04-12 21:49:29 +00:00
curses.c Multiple fixes: 2000-04-17 12:25:45 +00:00
curses.h Multiple fixes: 2000-04-17 12:25:45 +00:00
curses_private.h Added functions to replace what were previously macros in curses.h 2000-04-15 13:17:02 +00:00
delch.c Added functions to replace what were previously macros in curses.h 2000-04-15 13:17:02 +00:00
deleteln.c Added functions to replace what were previously macros in curses.h 2000-04-15 13:17:02 +00:00
delwin.c Added functions to replace what were previously macros in curses.h 2000-04-15 13:17:02 +00:00
erase.c Added functions to replace what were previously macros in curses.h 2000-04-15 13:17:02 +00:00
flushok.c Added functions to replace what were previously macros in curses.h 2000-04-15 13:17:02 +00:00
fullname.c Added functions to replace what were previously macros in curses.h 2000-04-15 13:17:02 +00:00
getch.c Multiple fixes: 2000-04-17 12:25:45 +00:00
getstr.c Added functions to replace what were previously macros in curses.h 2000-04-15 13:17:02 +00:00
getyx.c Added functions to replace what were previously macros in curses.h 2000-04-15 13:17:02 +00:00
id_subwins.c Make subwindows scroll correctly. 2000-04-16 05:48:25 +00:00
idlok.c Added functions to replace what were previously macros in curses.h 2000-04-15 13:17:02 +00:00
inch.c Added functions to replace what were previously macros in curses.h 2000-04-15 13:17:02 +00:00
initscr.c Multiple fixes: 2000-04-17 12:25:45 +00:00
insch.c Added functions to replace what were previously macros in curses.h 2000-04-15 13:17:02 +00:00
insdelln.c Make subwindows scroll correctly. 2000-04-16 05:48:25 +00:00
insertln.c Added functions to replace what were previously macros in curses.h 2000-04-15 13:17:02 +00:00
keypad.c Added functions to replace what were previously macros in curses.h 2000-04-15 13:17:02 +00:00
leaveok.c Added functions to replace what were previously macros in curses.h 2000-04-15 13:17:02 +00:00
longname.c Added functions to replace what were previously macros in curses.h 2000-04-15 13:17:02 +00:00
move.c Added functions to replace what were previously macros in curses.h 2000-04-15 13:17:02 +00:00
mvwin.c Added functions to replace what were previously macros in curses.h 2000-04-15 13:17:02 +00:00
newwin.c Multiple fixes: 2000-04-17 12:25:45 +00:00
nodelay.c Added functions to replace what were previously macros in curses.h 2000-04-15 13:17:02 +00:00
notimeout.c Added functions to replace what were previously macros in curses.h 2000-04-15 13:17:02 +00:00
overlay.c Added functions to replace what were previously macros in curses.h 2000-04-15 13:17:02 +00:00
overwrite.c Added functions to replace what were previously macros in curses.h 2000-04-15 13:17:02 +00:00
printw.c Added functions to replace what were previously macros in curses.h 2000-04-15 13:17:02 +00:00
putchar.c Added functions to replace what were previously macros in curses.h 2000-04-15 13:17:02 +00:00
refresh.c Really don't move with altcharset set. 2000-04-16 09:55:16 +00:00
scanw.c Added functions to replace what were previously macros in curses.h 2000-04-15 13:17:02 +00:00
scroll.c Added functions to replace what were previously macros in curses.h 2000-04-15 13:17:02 +00:00
scrollok.c Added functions to replace what were previously macros in curses.h 2000-04-15 13:17:02 +00:00
setterm.c Multiple fixes: 2000-04-17 12:25:45 +00:00
shlib_version Made data structures opaque 2000-04-11 13:57:08 +00:00
standout.c Added functions to replace what were previously macros in curses.h 2000-04-15 13:17:02 +00:00
timeout.c Added functions to replace what were previously macros in curses.h 2000-04-15 13:17:02 +00:00
toucholap.c Added functions to replace what were previously macros in curses.h 2000-04-15 13:17:02 +00:00
touchwin.c Don't reset firstchp and lastchp even if this line was not dirty. 2000-04-15 22:53:05 +00:00
tscroll.c Multiple fixes: 2000-04-17 12:25:45 +00:00
tstp.c Added functions to replace what were previously macros in curses.h 2000-04-15 13:17:02 +00:00
tty.c Multiple fixes: 2000-04-17 12:25:45 +00:00
unctrl.c Upgrades the standard NetBSD curses library to provide some 1999-04-13 14:08:17 +00:00
unctrl.h Moved unctrl.h from games/mille. 1997-05-23 23:12:31 +00:00
underscore.c Added functions to replace what were previously macros in curses.h 2000-04-15 13:17:02 +00:00
wchar.h Made data structures opaque 2000-04-11 13:57:08 +00:00