NetBSD/lib/libcurses
jdc 3ad888c757 Pull down the following from the wcurses branch:
ctrace.c: revision 1.16.2.2
  initscr.c: revision 1.27.18.2
Orginal commit message:

Do the debug initialisation only in ctrace.c.  Otherwise, it might not
get done, for example, if we start curses with setterm() and not initscr().
2007-01-22 21:14:53 +00:00
..
EXAMPLES This file originates from the ncurses distribution, thanks to the ncurses people for letting us use it 2007-01-21 11:38:58 +00:00
PSD.doc Make these work with today's curses and termcap reality. 2005-05-23 04:04:49 +00:00
Makefile Add missing mvin* and mvwin* manual pages. 2004-04-21 06:24:32 +00:00
acs.c Add debug "areas" that allow selective debugging by setting the 2007-01-21 13:25:36 +00:00
add_wch.c Wide curses merge 2007-01-21 11:38:58 +00:00
add_wchstr.c Wide curses merge 2007-01-21 11:38:58 +00:00
addbytes.c Add debug "areas" that allow selective debugging by setting the 2007-01-21 13:25:36 +00:00
addch.c Add debug "areas" that allow selective debugging by setting the 2007-01-21 13:25:36 +00:00
addchnstr.c Add debug "areas" that allow selective debugging by setting the 2007-01-21 13:25:36 +00:00
addnstr.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:42:00 +00:00
addwstr.c Wide curses merge 2007-01-21 11:38:58 +00:00
attributes.c Add debug "areas" that allow selective debugging by setting the 2007-01-21 13:25:36 +00:00
background.c Add debug "areas" that allow selective debugging by setting the 2007-01-21 13:25:36 +00:00
bell.c Add debug "areas" that allow selective debugging by setting the 2007-01-21 13:25:36 +00:00
border.c Add debug "areas" that allow selective debugging by setting the 2007-01-21 13:25:36 +00:00
box.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:42:00 +00:00
cchar.c Wide curses merge 2007-01-21 11:38:58 +00:00
clear.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:42:00 +00:00
clearok.c
clrtobot.c Handle both background character and background attribute. 2006-02-05 17:39:52 +00:00
clrtoeol.c Add debug "areas" that allow selective debugging by setting the 2007-01-21 13:25:36 +00:00
color.c Add debug "areas" that allow selective debugging by setting the 2007-01-21 13:25:36 +00:00
copywin.c Add debug "areas" that allow selective debugging by setting the 2007-01-21 13:25:36 +00:00
cr_put.c Add debug "areas" that allow selective debugging by setting the 2007-01-21 13:25:36 +00:00
ctrace.c Pull down the following from the wcurses branch: 2007-01-22 21:14:53 +00:00
cur_hash.c Change first arg of __hash_more to const void * to remove need for double casts 2005-02-18 22:16:27 +00:00
curs_set.c Add debug "areas" that allow selective debugging by setting the 2007-01-21 13:25:36 +00:00
curses.3 s/can_change_colors/can_change_color/ 2004-03-16 07:55:05 +00:00
curses.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:42:00 +00:00
curses.h Deal with modern c++ casts. 2005-08-09 02:33:38 +00:00
curses_addch.3
curses_addchstr.3
curses_addstr.3
curses_attributes.3
curses_background.3 Fix Xref, bump date for previous. 2006-01-15 11:45:54 +00:00
curses_border.3 Spelling fix. 2004-03-16 19:20:20 +00:00
curses_clear.3
curses_color.3 s/the the/the/ (only in sources that aren't regularly imported from 2004-04-23 02:58:27 +00:00
curses_cursor.3 getcurx, getcury, getparx, and getpary also seem to be extensions. 2004-07-23 13:42:16 +00:00
curses_default_colors.3
curses_delch.3
curses_deleteln.3
curses_echochar.3 Add a newline, remove a comma, and reword STANDARDS section 2004-03-28 12:23:21 +00:00
curses_inch.3 Add missing mvin* and mvwin* manual pages. 2004-04-21 06:24:32 +00:00
curses_input.3 Bump date for previous. 2006-07-29 23:47:39 +00:00
curses_insdelln.3
curses_insertch.3 Curses_insert has been split into curses_insertch and curses_insertln for 2006-02-05 17:07:13 +00:00
curses_insertln.3 Curses_insert has been split into curses_insertch and curses_insertln for 2006-02-05 17:07:13 +00:00
curses_keyname.3 Spelling fixes. 2004-03-16 19:25:39 +00:00
curses_line.3
curses_pad.3
curses_print.3
curses_private.h Add debug "areas" that allow selective debugging by setting the 2007-01-21 13:25:36 +00:00
curses_refresh.3
curses_scanw.3
curses_screen.3 No comma in an enumeration of only two elements. 2004-03-22 19:51:18 +00:00
curses_scroll.3
curses_standout.3
curses_termcap.3
curses_touch.3 Bump date for touchline() correction, and drop trailing whitespace. 2005-03-04 11:41:36 +00:00
curses_tty.3 Spelling fixes. 2004-03-16 19:27:35 +00:00
curses_underscore.3
curses_window.3 Note that subwindows inherit the background character and attributes 2006-01-15 16:57:45 +00:00
delch.c Handle both background character and background attribute. 2006-02-05 17:39:52 +00:00
deleteln.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:42:00 +00:00
delwin.c Add debug "areas" that allow selective debugging by setting the 2007-01-21 13:25:36 +00:00
echo_wchar.c Wide curses merge 2007-01-21 11:38:58 +00:00
echochar.c Implement *echochar(). 2004-03-28 08:58:13 +00:00
erase.c Add debug "areas" that allow selective debugging by setting the 2007-01-21 13:25:36 +00:00
flushok.c
fullname.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:42:00 +00:00
get_wch.c Wide curses merge 2007-01-21 11:38:58 +00:00
get_wstr.c Wide curses merge 2007-01-21 11:38:58 +00:00
getch.c Add debug "areas" that allow selective debugging by setting the 2007-01-21 13:25:36 +00:00
getstr.c Add debug "areas" that allow selective debugging by setting the 2007-01-21 13:25:36 +00:00
getyx.c
id_subwins.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:42:00 +00:00
idcok.c
idlok.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:42:00 +00:00
in_wch.c Wide curses merge 2007-01-21 11:38:58 +00:00
in_wchstr.c Wide curses merge 2007-01-21 11:38:58 +00:00
inch.c Mini KNF. From Douwe Kiela. 2004-01-20 08:29:09 +00:00
inchstr.c
initscr.c Pull down the following from the wcurses branch: 2007-01-22 21:14:53 +00:00
ins_wch.c Wide curses merge 2007-01-21 11:38:58 +00:00
ins_wstr.c Wide curses merge 2007-01-21 11:38:58 +00:00
insch.c Use the background attributes for the background when inserting characters. 2006-02-05 17:04:46 +00:00
insdelln.c Add debug "areas" that allow selective debugging by setting the 2007-01-21 13:25:36 +00:00
insertln.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:42:00 +00:00
insstr.c Wide curses merge 2007-01-21 11:38:58 +00:00
instr.c
inwstr.c Wide curses merge 2007-01-21 11:38:58 +00:00
keymap.h Wide curses merge 2007-01-21 11:38:58 +00:00
keyname.c Coverity 1552: Don't leak memory. 2006-03-19 01:53:11 +00:00
keypad.c Add debug "areas" that allow selective debugging by setting the 2007-01-21 13:25:36 +00:00
leaveok.c
line.c
longname.c Grammer fix. From Douwe Kiela. 2004-01-20 08:29:29 +00:00
meta.c Add debug "areas" that allow selective debugging by setting the 2007-01-21 13:25:36 +00:00
move.c Add debug "areas" that allow selective debugging by setting the 2007-01-21 13:25:36 +00:00
mvwin.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:42:00 +00:00
newwin.c Add debug "areas" that allow selective debugging by setting the 2007-01-21 13:25:36 +00:00
nodelay.c Make nodelay() return an int. 2003-12-04 21:24:36 +00:00
notimeout.c
overlay.c Add debug "areas" that allow selective debugging by setting the 2007-01-21 13:25:36 +00:00
overwrite.c Add debug "areas" that allow selective debugging by setting the 2007-01-21 13:25:36 +00:00
pause.c Add debug "areas" that allow selective debugging by setting the 2007-01-21 13:25:36 +00:00
printw.c Add debug "areas" that allow selective debugging by setting the 2007-01-21 13:25:36 +00:00
putchar.c Add debug "areas" that allow selective debugging by setting the 2007-01-21 13:25:36 +00:00
refresh.c Add debug "areas" that allow selective debugging by setting the 2007-01-21 13:25:36 +00:00
resize.c Add debug "areas" that allow selective debugging by setting the 2007-01-21 13:25:36 +00:00
scanw.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:42:00 +00:00
screen.c Add debug "areas" that allow selective debugging by setting the 2007-01-21 13:25:36 +00:00
scroll.c Add debug "areas" that allow selective debugging by setting the 2007-01-21 13:25:36 +00:00
scrollok.c
setterm.c Add debug "areas" that allow selective debugging by setting the 2007-01-21 13:25:36 +00:00
shlib_version Increment libcurses minor to 1 (addition of *echochar()). 2004-03-28 08:59:15 +00:00
standout.c Improve function descriptions. From Douwe Kiela. 2004-01-20 08:30:41 +00:00
timeout.c PR/34011: Julian Coleman: Limit timeout to 25.5 seconds. 2006-07-25 21:45:00 +00:00
toucholap.c Add debug "areas" that allow selective debugging by setting the 2007-01-21 13:25:36 +00:00
touchwin.c Add debug "areas" that allow selective debugging by setting the 2007-01-21 13:25:36 +00:00
tscroll.c Add debug "areas" that allow selective debugging by setting the 2007-01-21 13:25:36 +00:00
tstp.c Add debug "areas" that allow selective debugging by setting the 2007-01-21 13:25:36 +00:00
tty.c Add debug "areas" that allow selective debugging by setting the 2007-01-21 13:25:36 +00:00
unctrl.c Fix the non working unctrl mess: 2004-02-14 18:23:45 +00:00
unctrl.h Fix the non working unctrl mess: 2004-02-14 18:23:45 +00:00
underscore.c Add debug "areas" that allow selective debugging by setting the 2007-01-21 13:25:36 +00:00