NetBSD/lib/libcurses
wrstuden 1cbd0d8d38 Last revision had some problems. One .De was missing, and a number of
.De's were really .Ds's. Problems were causing output not to be rendered-
number of output pages more than doubled after these fixes, and made much more
sense.
2000-09-27 22:56:00 +00:00
..
EXAMPLES
PSD.doc Last revision had some problems. One .De was missing, and a number of 2000-09-27 22:56:00 +00:00
Makefile build a trace version of libcurses, with "make -DDEBUG_CURSES" 2000-08-13 03:20:07 +00:00
acs.c
addbytes.c
addch.c
addnstr.c change behavior of waddnstr(w, s, 0) to be more conformant to XCURSES. 2000-08-13 03:26:41 +00:00
attributes.c New function getattrs(). 2000-05-11 22:44:45 +00:00
background.c
bell.c
border.c
box.c
clear.c
clearok.c
clrtobot.c GC __FORCEPAINT. 2000-05-20 15:12:15 +00:00
clrtoeol.c GC __FORCEPAINT. 2000-05-20 15:12:15 +00:00
color.c
copywin.c
cr_put.c use __cputchar(), not putchar(). 2000-08-01 04:17:09 +00:00
ctrace.c
cur_hash.c
curs_set.c
curses.3 Minor formatting nit. 2000-06-04 21:07:22 +00:00
curses.c
curses.h Add getattrs(), delay_output() and napms(). 2000-05-11 22:50:23 +00:00
curses_private.h GC __FORCEPAINT. 2000-05-20 15:12:15 +00:00
delch.c GC __FORCEPAINT. 2000-05-20 15:12:15 +00:00
deleteln.c
delwin.c
erase.c GC __FORCEPAINT. 2000-05-20 15:12:15 +00:00
flushok.c
fullname.c
getch.c do not call wrefresh() uncondintionally from wgetch(). call it only 2000-09-23 09:34:07 +00:00
getstr.c
getyx.c
id_subwins.c
idlok.c
inch.c
initscr.c Move setting of __endwin so that we also change it from the stop handler. 2000-06-15 21:20:16 +00:00
insch.c GC __FORCEPAINT. 2000-05-20 15:12:15 +00:00
insdelln.c GC __FORCEPAINT. 2000-05-20 15:12:15 +00:00
insertln.c
keypad.c Send 'ks' sequence from first call to keypad(win, TRUE) only and not from 2000-05-25 06:46:26 +00:00
leaveok.c
line.c
longname.c
meta.c
move.c
mvwin.c
newwin.c
nodelay.c
notimeout.c
overlay.c
overwrite.c
pause.c New functions delay_output() and napms(). 2000-05-11 22:49:13 +00:00
printw.c
putchar.c
refresh.c on repaint, we must look at attributes present on curscr. 2000-08-02 10:50:49 +00:00
scanw.c
scroll.c use __cputchar(), not putchar(). 2000-08-01 04:17:09 +00:00
scrollok.c
setterm.c Restore changes 1.23->1.24 that were accidently overwritten. 2000-06-12 21:04:08 +00:00
shlib_version libcurses minor++. 2000-05-11 22:56:46 +00:00
standout.c
timeout.c
toucholap.c GC __FORCEPAINT. 2000-05-20 15:12:15 +00:00
touchwin.c GC __FORCEPAINT. 2000-05-20 15:12:15 +00:00
tscroll.c
tstp.c Move setting of __endwin so that we also change it from the stop handler. 2000-06-15 21:20:16 +00:00
tty.c Really fix the __endwin/stop handler problem. 2000-06-16 06:32:19 +00:00
unctrl.c
unctrl.h
underscore.c