NetBSD/lib/libcurses
jdc 7a083b2f6e Libcurses minor bump. 2000-12-22 17:08:32 +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 Rename variables refering to termcap capabilities from NN to __tc_nn. Case 2000-12-19 21:34:24 +00:00
addbytes.c Rename variables refering to termcap capabilities from NN to __tc_nn. Case 2000-12-19 21:34:24 +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 change behavior of waddnstr(w, s, 0) to be more conformant to XCURSES. 2000-08-13 03:26:41 +00:00
attributes.c Rename variables refering to termcap capabilities from NN to __tc_nn. Case 2000-12-19 21:34:24 +00:00
background.c * Added rcs id line to files missing it. 2000-04-24 14:09:41 +00:00
bell.c Rename variables refering to termcap capabilities from NN to __tc_nn. Case 2000-12-19 21:34:24 +00:00
border.c * Added rcs id line to files missing it. 2000-04-24 14:09:41 +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 rcs id line to files missing it. 2000-04-24 14:09:41 +00:00
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 Rename variables refering to termcap capabilities from NN to __tc_nn. Case 2000-12-19 21:34:24 +00:00
copywin.c * Fixed bug in copywin. 2000-04-26 12:29:47 +00:00
cr_put.c Rename variables refering to termcap capabilities from NN to __tc_nn. Case 2000-12-19 21:34:24 +00:00
ctrace.c * Fix longname behaviour so it returns the last alias for the terminal 2000-04-20 09:36:11 +00:00
cur_hash.c Added functions to replace what were previously macros in curses.h 2000-04-15 13:17:02 +00:00
curs_set.c Rename variables refering to termcap capabilities from NN to __tc_nn. Case 2000-12-19 21:34:24 +00:00
curses.3 Minor formatting nit. 2000-06-04 21:07:22 +00:00
curses.c Revert the change to the `pc' capability from the previous change. Pointed 2000-12-22 17:07:12 +00:00
curses.h Revert the change to the `pc' capability from the previous change. Pointed 2000-12-22 17:07:12 +00:00
curses_private.h Revert the change to the `pc' capability from the previous change. Pointed 2000-12-22 17:07:12 +00:00
delch.c GC __FORCEPAINT. 2000-05-20 15:12:15 +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 GC __FORCEPAINT. 2000-05-20 15:12:15 +00:00
flushok.c * Added rcs id line to files missing it. 2000-04-24 14:09:41 +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 do not call wrefresh() uncondintionally from wgetch(). call it only 2000-09-23 09:34:07 +00:00
getstr.c * Made erasechar and killchar into functions 2000-05-01 12:30:30 +00:00
getyx.c * Added rcs id line to files missing it. 2000-04-24 14:09:41 +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 rcs id line to files missing it. 2000-04-24 14:09:41 +00:00
initscr.c Rename variables refering to termcap capabilities from NN to __tc_nn. Case 2000-12-19 21:34:24 +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 Added functions to replace what were previously macros in curses.h 2000-04-15 13:17:02 +00:00
keypad.c Rename variables refering to termcap capabilities from NN to __tc_nn. Case 2000-12-19 21:34:24 +00:00
leaveok.c * Added rcs id line to files missing it. 2000-04-24 14:09:41 +00:00
line.c * Added rcs id line to files missing it. 2000-04-24 14:09:41 +00:00
longname.c * Fix longname behaviour so it returns the last alias for the terminal 2000-04-20 09:36:11 +00:00
meta.c Rename variables refering to termcap capabilities from NN to __tc_nn. Case 2000-12-19 21:34:24 +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 * Added new function dupwin. 2000-04-20 13:12:14 +00:00
nodelay.c * Added rcs id line to files missing it. 2000-04-24 14:09:41 +00:00
notimeout.c * Added rcs id line to files missing it. 2000-04-24 14:09:41 +00:00
overlay.c More multiple changes: 2000-04-18 12:23:01 +00:00
overwrite.c * Fixed bug in copywin. 2000-04-26 12:29:47 +00:00
pause.c Revert the change to the `pc' capability from the previous change. Pointed 2000-12-22 17:07:12 +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 * Fix longname behaviour so it returns the last alias for the terminal 2000-04-20 09:36:11 +00:00
refresh.c Rename variables refering to termcap capabilities from NN to __tc_nn. Case 2000-12-19 21:34:24 +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 Rename variables refering to termcap capabilities from NN to __tc_nn. Case 2000-12-19 21:34:24 +00:00
scrollok.c * Added rcs id line to files missing it. 2000-04-24 14:09:41 +00:00
setterm.c Revert the change to the `pc' capability from the previous change. Pointed 2000-12-22 17:07:12 +00:00
shlib_version Libcurses minor bump. 2000-12-22 17:08:32 +00:00
standout.c Rename variables refering to termcap capabilities from NN to __tc_nn. Case 2000-12-19 21:34:24 +00:00
timeout.c * Added rcs id line to files missing it. 2000-04-24 14:09:41 +00:00
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 Fix `gcc -Wuninitialized`. 2000-04-27 00:27:56 +00:00
tstp.c Rename variables refering to termcap capabilities from NN to __tc_nn. Case 2000-12-19 21:34:24 +00:00
tty.c Rename variables refering to termcap capabilities from NN to __tc_nn. Case 2000-12-19 21:34:24 +00:00
unctrl.c
unctrl.h
underscore.c Rename variables refering to termcap capabilities from NN to __tc_nn. Case 2000-12-19 21:34:24 +00:00