NetBSD/lib/libcurses
2017-01-04 02:05:23 +00:00
..
EXAMPLES
PSD.doc Use TOOL_VFONTEDPR 2014-07-15 13:27:58 +00:00
acs.c Add capfile(5) to describe the termcap format. 2012-04-21 12:27:24 +00:00
add_wch.c Add missing new line in debug print. 2016-01-07 07:36:35 +00:00
add_wchstr.c remove bogus malloc casts 2016-10-22 21:55:06 +00:00
addbytes.c Implement POSIX Curses functions immedok(3) and syncok(3). 2017-01-02 10:28:34 +00:00
addch.c Rename the old __waddbytes function to _cursesi_waddbytes and add a 2013-11-09 11:16:59 +00:00
addchnstr.c Rename the old __waddbytes function to _cursesi_waddbytes and add a 2013-11-09 11:16:59 +00:00
addnstr.c Remove bogus length check - SUSV2 says add(n)str wraps and performs 2014-07-13 01:58:08 +00:00
addwstr.c
attributes.c Little bit more debug information. 2010-12-25 10:08:20 +00:00
background.c remove bogus malloc casts 2016-10-22 21:55:06 +00:00
bell.c Userland now builds and uses terminfo instead of termcap. 2010-02-03 15:34:37 +00:00
border.c remove bogus malloc casts 2016-10-22 21:55:06 +00:00
box.c
cchar.c Observe the following spelling: 2010-12-16 17:42:25 +00:00
chgat.c Add more debug to mvchgat. 2012-09-28 06:05:19 +00:00
clear.c
clearok.c
clrtobot.c Implement POSIX Curses functions immedok(3) and syncok(3). 2017-01-02 10:28:34 +00:00
clrtoeol.c Implement POSIX Curses functions immedok(3) and syncok(3). 2017-01-02 10:28:34 +00:00
color.c Now that we have the initialize_color capability, 2017-01-03 12:39:44 +00:00
copywin.c Improve debug information. 2016-12-11 21:25:22 +00:00
cr_put.c Use tiparm instead of vtparm. 2011-10-03 12:32:15 +00:00
ctrace.c
cur_hash.c
curs_set.c fflush the outfd after setting the cursor visibility so it takes effect 2011-03-30 09:47:02 +00:00
curses_addch.3
curses_addchstr.3
curses_addstr.3
curses_attributes.3
curses_background.3
curses_border.3
curses_chgat.3 Fix typo. 2011-02-10 08:54:12 +00:00
curses_clear.3
curses_color.3
curses_cursor.3 Implement ncurses extensions is_leaveok and is_keypad. 2016-12-31 13:50:16 +00:00
curses_default_colors.3
curses_delch.3
curses_deleteln.3
curses_echochar.3
curses_fileio.3 Add missing space in fread xref. 2010-12-09 11:21:49 +00:00
curses_inch.3 Add serial comma, remove trailing whitespace, bump date for previous. 2011-08-07 11:37:06 +00:00
curses_input.3 Implement ncurses extension has_key. 2017-01-01 03:06:06 +00:00
curses_insdelln.3
curses_insertch.3
curses_insertln.3
curses_keyname.3
curses_line.3 Bump date for previous. 2010-02-20 10:23:04 +00:00
curses_pad.3 Implement ncurses extensions is_leaveok and is_keypad. 2016-12-31 13:50:16 +00:00
curses_print.3 Fix PR # 41894. 2011-04-06 08:38:43 +00:00
curses_private.h Support 256 colour terms. 2017-01-03 12:42:06 +00:00
curses_refresh.3 Implement POSIX Curses functions immedok(3) and syncok(3). 2017-01-02 10:28:34 +00:00
curses_scanw.3
curses_screen.3 Implement POSIX curses use_env function. 2016-12-31 17:46:35 +00:00
curses_scroll.3
curses_standout.3 PR/51673: Carsten Kunze: curses: standend() does not turn off A_BOLD; 2016-11-29 17:33:48 +00:00
curses_termcap.3 Add capfile(5) to describe the termcap format. 2012-04-21 12:27:24 +00:00
curses_touch.3 Implement POSIX Curses functions immedok(3) and syncok(3). 2017-01-02 10:28:34 +00:00
curses_tty.3 Implement POSIX Curses typeahead function. 2016-12-31 22:47:01 +00:00
curses_underscore.3
curses_window.3 Note that delwin(3) is a null-op if win is NULL. 2013-10-15 22:15:17 +00:00
curses.3 Add capfile(5) to describe the termcap format. 2012-04-21 12:27:24 +00:00
curses.c remove bogus malloc casts 2016-10-22 21:55:06 +00:00
curses.h Allow C++ to link with all curses parts. 2017-01-04 02:05:23 +00:00
delch.c Implement POSIX Curses functions immedok(3) and syncok(3). 2017-01-02 10:28:34 +00:00
deleteln.c
delwin.c It is expensive to open and close files for every printf, keep it around. 2016-10-23 21:20:56 +00:00
echo_wchar.c
echochar.c
erase.c Set the background attributes when erasing. 2011-07-10 12:11:49 +00:00
fileio.c remove bogus malloc casts 2016-10-22 21:55:06 +00:00
fileio.h Bump libcurses to 7.1 for prior additions. 2017-01-02 12:38:16 +00:00
flushok.c
fullname.c
genfileioh.awk
get_wch.c * Size argument for memset when clearing cbuf was wrong, cbuf is an array 2012-06-29 10:40:29 +00:00
get_wstr.c
getch.c Implement ncurses extension has_key. 2017-01-01 03:06:06 +00:00
getstr.c Use the internal version of touchline to update the line. 2013-10-01 11:41:14 +00:00
getyx.c
id_subwins.c
idcok.c
idlok.c
immedok.c Implement POSIX Curses functions immedok(3) and syncok(3). 2017-01-02 10:28:34 +00:00
in_wch.c
in_wchstr.c
inch.c Return the same information whether or not we have wide characters. 2009-10-06 20:03:27 +00:00
inchstr.c Fix build break if curses is built without wide char support 2012-04-21 11:33:16 +00:00
initscr.c
ins_wch.c Implement POSIX Curses functions immedok(3) and syncok(3). 2017-01-02 10:28:34 +00:00
ins_wstr.c Implement POSIX Curses functions immedok(3) and syncok(3). 2017-01-02 10:28:34 +00:00
insch.c
insdelln.c Implement POSIX Curses functions immedok(3) and syncok(3). 2017-01-02 10:28:34 +00:00
insertln.c
insstr.c Implement POSIX Curses functions immedok(3) and syncok(3). 2017-01-02 10:28:34 +00:00
instr.c Fix a bug that prevented instr and friends returning OK. 2011-08-07 10:54:53 +00:00
inwstr.c
keymap.h Add capfile(5) to describe the termcap format. 2012-04-21 12:27:24 +00:00
keyname.c
keypad.c Implement ncurses extensions is_leaveok and is_keypad. 2016-12-31 13:50:16 +00:00
leaveok.c Implement ncurses extensions is_leaveok and is_keypad. 2016-12-31 13:50:16 +00:00
line.c Implement POSIX Curses functions immedok(3) and syncok(3). 2017-01-02 10:28:34 +00:00
Makefile Add missing man pages for wsyncup.3 and wcursyncup.3 2017-01-03 13:21:40 +00:00
meta.c flush the output after writing the meta sequence. 2011-08-07 10:52:18 +00:00
move.c misc fixes and improvements: 2010-02-23 19:48:26 +00:00
mvwin.c Correct the implementation of mvderwin, it now works as specified by 2014-02-20 09:42:42 +00:00
newwin.c It is expensive to open and close files for every printf, keep it around. 2016-10-23 21:20:56 +00:00
nodelay.c
notimeout.c Fix reversed logic in the notimeout call. 2014-02-28 07:58:42 +00:00
overlay.c
overwrite.c
pause.c
printw.c It is expensive to open and close files for every printf, keep it around. 2016-10-23 21:20:56 +00:00
putchar.c Userland now builds and uses terminfo instead of termcap. 2010-02-03 15:34:37 +00:00
refresh.c Implement POSIX Curses typeahead function. 2016-12-31 22:47:01 +00:00
resize.c
scanw.c Retire varargs.h support. Move machine/stdarg.h logic into MI 2011-07-17 20:54:30 +00:00
screen.c Implement POSIX Curses typeahead function. 2016-12-31 22:47:01 +00:00
scroll.c Userland now builds and uses terminfo instead of termcap. 2010-02-03 15:34:37 +00:00
scrollok.c
setterm.c Implement POSIX curses use_env function. 2016-12-31 17:46:35 +00:00
shlib_version Bump libcurses to 7.1 for prior additions. 2017-01-02 12:38:16 +00:00
standout.c PR/51673: Carsten Kunze: curses: standend() does not turn off A_BOLD; 2016-11-29 17:33:48 +00:00
syncok.c Implement POSIX Curses functions immedok(3) and syncok(3). 2017-01-02 10:28:34 +00:00
timeout.c Round timeout values up. 2009-11-04 21:24:57 +00:00
toucholap.c Fix x/y edito. 2015-10-17 00:35:25 +00:00
touchwin.c Implement POSIX Curses functions immedok(3) and syncok(3). 2017-01-02 10:28:34 +00:00
tscroll.c
tstp.c don't coredump if we call endwin when initscr fails. 2016-11-24 14:49:08 +00:00
tty.c Implement POSIX Curses typeahead function. 2016-12-31 22:47:01 +00:00
unctrl.c
unctrl.h Fix quoting in macro. 2015-05-28 06:28:37 +00:00
underscore.c Userland now builds and uses terminfo instead of termcap. 2010-02-03 15:34:37 +00:00