NetBSD/lib/libcurses
jdc cc935fb60f Initialise colour pairs to default (white on black).
Move colour initialisation so we don't reinitialise the first 8 colours.
2000-04-21 15:54:42 +00:00
..
EXAMPLES
PSD.doc Add COLORS and COLOR_PAIRS. 2000-04-12 21:49:50 +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 Set background character and attributes for added characters. 2000-04-18 22:45:23 +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 Don't replace background character with null character. 2000-04-18 22:44:21 +00:00
bell.c * Fix longname behaviour so it returns the last alias for the terminal 2000-04-20 09:36:11 +00:00
border.c Set background character and attributes for added characters. 2000-04-18 22:45:23 +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 Set background character and attributes for added characters. 2000-04-18 22:45:23 +00:00
clrtoeol.c Set background character and attributes for added characters. 2000-04-18 22:45:23 +00:00
color.c Initialise colour pairs to default (white on black). 2000-04-21 15:54:42 +00:00
copywin.c * Added new function dupwin. 2000-04-20 13:12:14 +00:00
cr_put.c Converted all termcap library calls to the "new" interface, this fixes 2000-04-19 13:52:39 +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
curses_private.h Add __TERMATTR definition. This makes the code in refresh.c much easier to 2000-04-18 22:43:25 +00:00
curses.3 * Added new function dupwin. 2000-04-20 13:12:14 +00:00
curses.c Multiple fixes: 2000-04-17 12:25:45 +00:00
curses.h * Added new function dupwin. 2000-04-20 13:12:14 +00:00
delch.c Set background character and attributes for added characters. 2000-04-18 22:45:23 +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 Set background character and attributes for added characters. 2000-04-18 22:45:23 +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 Make sure we don't read a negative character value (again). 2000-04-18 21:44:48 +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 Set background character and attributes for added characters. 2000-04-18 22:45:23 +00:00
insdelln.c Set background character and attributes for added characters. 2000-04-18 22:45:23 +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 * Fix longname behaviour so it returns the last alias for the terminal 2000-04-20 09:36:11 +00:00
Makefile * Move <wchar.h> from libcurses to include (for the missing functionality 2000-04-20 09:56:36 +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 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 More multiple changes: 2000-04-18 12:23:01 +00:00
overwrite.c More multiple changes: 2000-04-18 12:23:01 +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 Converted all termcap library calls to the "new" interface, this fixes 2000-04-19 13:52:39 +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 Converted all termcap library calls to the "new" interface, this fixes 2000-04-19 13:52:39 +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
unctrl.h
underscore.c Added functions to replace what were previously macros in curses.h 2000-04-15 13:17:02 +00:00