NetBSD/lib/libcurses
jdc e074acd8a2 We can't assume colour won't be turned off if the escape sequences for
turning off attributes aren't the same as the one for colour, so decide
that we've turned off colour when we turn off any attributes.
2000-04-28 17:11:51 +00:00
..
EXAMPLES More trailing white space. 1999-07-02 15:58:35 +00:00
PSD.doc Add wnoutrefresh() and doupdate(). 2000-04-27 00:28:28 +00:00
acs.c * Added rcs id line to files missing it. 2000-04-24 14:09:41 +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 * Added rcs id line to files missing it. 2000-04-24 14:09:41 +00:00
background.c * Added rcs id line to files missing it. 2000-04-24 14:09:41 +00:00
bell.c * Added rcs id line to files missing it. 2000-04-24 14:09:41 +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 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 Fix obvious bugs in init_pair(). 2000-04-27 05:03:22 +00:00
copywin.c * Fixed bug in copywin. 2000-04-26 12:29:47 +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
curs_set.c * Added rcs id line to files missing it. 2000-04-24 14:09:41 +00:00
curses_private.h Add virtual screen for wnoutrefresh()/doupdate(). 2000-04-27 00:22:44 +00:00
curses.3 Add wnoutrefresh() and doupdate(). 2000-04-27 00:28:28 +00:00
curses.c Background colour erase is 'ut' not 'be'. 2000-04-27 00:21:22 +00:00
curses.h Fix a silly bit-shifting error that causes color pairs >=8 to fail. 2000-04-27 19:54:40 +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 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 No, really, make sure ECHO is cleared in cbreak() mode too. 2000-04-27 17:50:01 +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 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 Add virtual screen for wnoutrefresh()/doupdate(). 2000-04-27 00:23:01 +00:00
insch.c Set background character and attributes for added characters. 2000-04-18 22:45:23 +00:00
insdelln.c * Added rcs id line to files missing it. 2000-04-24 14:09:41 +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 rcs id line to files missing it. 2000-04-24 14:09:41 +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
Makefile * Added rcs id line to files missing it. 2000-04-24 14:09:41 +00:00
meta.c * Added rcs id line to files missing it. 2000-04-24 14:09:41 +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
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 We can't assume colour won't be turned off if the escape sequences for 2000-04-28 17:11:51 +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 rcs id line to files missing it. 2000-04-24 14:09:41 +00:00
setterm.c Background colour erase is 'ut' not 'be'. 2000-04-27 00:21:43 +00:00
shlib_version Bump libcurses minor (new functions - wnoutrefresh() and doupdate()). 2000-04-27 00:28:58 +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 rcs id line to files missing it. 2000-04-24 14:09:41 +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 * Fixed bug in copywin. 2000-04-26 12:29:47 +00:00
tscroll.c Fix gcc -Wuninitialized. 2000-04-27 00:27:56 +00:00
tstp.c Use __unsetattr() to unset attributes on 'curscr'. 2000-04-27 00:27:23 +00:00
tty.c No, really, make sure ECHO is cleared in cbreak() mode too. 2000-04-27 17:50:01 +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 rcs id line to files missing it. 2000-04-24 14:09:41 +00:00