NetBSD/lib/libcurses
uwe 82b5ace373 curses_input.3: wtimeout() returns void too 2022-05-21 12:34:44 +00:00
..
EXAMPLES
PSD.doc fix various typos in comments, log messages and documentation. 2021-12-03 13:27:37 +00:00
Makefile Always autogen fileio.h. 2021-09-06 15:17:25 +00:00
acs.c Expand __CTRACE() to __nothing #ifndef DEBUG. 2021-09-06 07:03:49 +00:00
add_wch.c Rework previous fix for getch cursor position when cursor is moved 2019-06-09 07:40:14 +00:00
add_wchstr.c * Don't redraw the background if the new background character is the 2022-05-03 07:25:34 +00:00
addbytes.c Set the last change pointer after adding a character at the bottom right 2022-05-19 07:41:26 +00:00
addch.c Style fixes most for __CTRACE(). 2021-09-06 07:45:48 +00:00
addchnstr.c Expand __CTRACE() to __nothing #ifndef DEBUG. 2021-09-06 07:03:49 +00:00
addnstr.c Add a bit more debug. 2021-10-19 06:41:03 +00:00
addwstr.c Style fixes most for __CTRACE(). 2021-09-06 07:45:48 +00:00
attributes.c Make the default colour pair be pair 0 which appears to match other 2022-04-12 07:03:04 +00:00
background.c Don't force the refresh, it doesn't really need it. 2022-05-05 22:02:17 +00:00
bell.c Expand __CTRACE() to __nothing #ifndef DEBUG. 2021-09-06 07:03:49 +00:00
border.c * Don't redraw the background if the new background character is the 2022-05-03 07:25:34 +00:00
box.c
cchar.c setcchar - don't lose combining marks to a typo. 2020-07-02 23:43:01 +00:00
chgat.c Don't waste time setting the dirty flag multiple times. 2021-11-22 21:25:25 +00:00
clear.c
clearok.c
clrtobot.c * Don't redraw the background if the new background character is the 2022-05-03 07:25:34 +00:00
clrtoeol.c Make clrtoeol match the ncurses behaviour where it seems to make the 2022-05-12 22:25:38 +00:00
color.c Make the default colour pair be pair 0 which appears to match other 2022-04-12 07:03:04 +00:00
copywin.c Make the default colour pair be pair 0 which appears to match other 2022-04-12 07:03:04 +00:00
cr_put.c fix various typos in comments and output/log messages. 2022-04-10 09:50:44 +00:00
ctrace.c __CTRACE - don't call gettimeofday() twice. 2018-10-29 00:31:57 +00:00
cur_hash.c PR lib/56388 2021-09-07 01:23:09 +00:00
curs_set.c Style fixes most for __CTRACE(). 2021-09-06 07:45:48 +00:00
curses.3 curses(3): add curses_version() 2019-09-02 09:08:29 +00:00
curses.c * Don't redraw the background if the new background character is the 2022-05-03 07:25:34 +00:00
curses.h curses.h: proofread, indent a bit more consistently 2021-02-13 10:37:00 +00:00
curses_addch.3 Rename curses_insertch.3 to curses_insch.3 to match the function names 2018-10-25 10:36:56 +00:00
curses_addchstr.3
curses_addstr.3 typo 2019-07-28 14:28:50 +00:00
curses_attributes.3 curses: clarify standout as the "best" _supported_ highlighting mode 2021-08-03 07:58:50 +00:00
curses_background.3 Correct function prototypes in curses_background(3) 2018-09-29 11:23:18 +00:00
curses_border.3
curses_cchar.3 remove duplicate the article in documentation. 2021-10-04 14:35:20 +00:00
curses_chgat.3
curses_clear.3 At some point we lost the text that explains the difference between 2019-01-11 06:14:39 +00:00
curses_color.3 Remove workaround for ancient HTML generation code. 2017-07-03 21:28:48 +00:00
curses_cursor.3
curses_default_colors.3
curses_delch.3 Rename curses_insertch.3 to curses_insch.3 to match the function names 2018-10-25 10:36:56 +00:00
curses_deleteln.3
curses_echochar.3
curses_fileio.3
curses_inch.3 Add comma in enumeration. 2018-10-29 21:06:13 +00:00
curses_input.3 curses_input.3: wtimeout() returns void too 2022-05-21 12:34:44 +00:00
curses_insch.3 Oops, update name in .Dt, bump date. 2018-10-25 10:41:00 +00:00
curses_insdelln.3
curses_insertln.3
curses_keyname.3
curses_line.3
curses_mouse.3 Fix synopsis, use more markup. 2020-03-23 16:14:20 +00:00
curses_pad.3
curses_print.3
curses_private.h * Don't redraw the background if the new background character is the 2022-05-03 07:25:34 +00:00
curses_refresh.3
curses_scanw.3
curses_screen.3 curses_screen.3: fix typo 2021-02-07 23:00:57 +00:00
curses_scroll.3
curses_slk.3 Fix the documented function prototype of slk_attr_set(3) 2018-09-29 22:04:57 +00:00
curses_standout.3 curses: clarify standout as the "best" _supported_ highlighting mode 2021-08-03 07:58:50 +00:00
curses_termcap.3
curses_touch.3 Typos. 2018-02-08 09:05:16 +00:00
curses_tty.3 Use Dv for non-errno return values (instead of Er). 2017-09-18 08:49:20 +00:00
curses_underscore.3 Fix function prototypes in curses_underscore.3 2018-09-29 21:52:29 +00:00
curses_version.3 curses(3): add curses_version() 2019-09-02 09:08:29 +00:00
curses_window.3
delch.c * Don't redraw the background if the new background character is the 2022-05-03 07:25:34 +00:00
deleteln.c
delwin.c Expand __CTRACE() to __nothing #ifndef DEBUG. 2021-09-06 07:03:49 +00:00
echo_wchar.c Drop HAVE_WCHAR ifdefs from code that is not even compiled with !HAVE_WCHAR. 2018-11-22 22:16:45 +00:00
echochar.c
erase.c * Don't redraw the background if the new background character is the 2022-05-03 07:25:34 +00:00
fileio.c Do not compile in whole fileio.c for LIBHACK. 2021-09-07 12:36:57 +00:00
flushok.c
fullname.c
genfileioh.awk
get_wch.c Style fixes most for __CTRACE(). 2021-09-06 07:45:48 +00:00
get_wstr.c Make the default colour pair be pair 0 which appears to match other 2022-04-12 07:03:04 +00:00
getch.c Fix for PR pkg/55931 2021-10-19 06:37:29 +00:00
getstr.c Expand __CTRACE() to __nothing #ifndef DEBUG. 2021-09-06 07:03:49 +00:00
getyx.c s/postion/position/ 2022-04-08 10:27:04 +00:00
id_subwins.c
idcok.c
idlok.c
immedok.c
in_wch.c Correct (hopefully) the handling of wide characters. 2022-01-25 03:05:06 +00:00
in_wchstr.c Correct (hopefully) the handling of wide characters. 2022-01-25 03:05:06 +00:00
inch.c Rework previous fix for getch cursor position when cursor is moved 2019-06-09 07:40:14 +00:00
inchstr.c libcurses: fix usage of __warn_references 2021-08-15 15:12:36 +00:00
initscr.c Expand __CTRACE() to __nothing #ifndef DEBUG. 2021-09-06 07:03:49 +00:00
ins_wch.c Make the default colour pair be pair 0 which appears to match other 2022-04-12 07:03:04 +00:00
ins_wstr.c Make the default colour pair be pair 0 which appears to match other 2022-04-12 07:03:04 +00:00
insch.c Correct (hopefully) the handling of wide characters. 2022-01-25 03:05:06 +00:00
insdelln.c Fix compile breakage when wide char support is disabled. 2022-04-12 21:54:16 +00:00
insertln.c
insstr.c Correct (hopefully) the handling of wide characters. 2022-01-25 03:05:06 +00:00
instr.c libcurses: fix usage of __warn_references 2021-08-15 15:12:36 +00:00
inwstr.c Correct (hopefully) the handling of wide characters. 2022-01-25 03:05:06 +00:00
keymap.h lib: remove CONSTCOND comment 2022-04-19 20:32:14 +00:00
keyname.c Fix typo for unknown key keyname return. 2019-06-11 10:17:24 +00:00
keypad.c Expand __CTRACE() to __nothing #ifndef DEBUG. 2021-09-06 07:03:49 +00:00
leaveok.c
line.c Expand __CTRACE() to __nothing #ifndef DEBUG. 2021-09-06 07:03:49 +00:00
meta.c Expand __CTRACE() to __nothing #ifndef DEBUG. 2021-09-06 07:03:49 +00:00
mouse.c curses: Add stubs for mouse functions 2020-03-23 13:37:36 +00:00
move.c Fix for PR 56243 2022-04-27 22:04:04 +00:00
mvwin.c Make the default colour pair be pair 0 which appears to match other 2022-04-12 07:03:04 +00:00
newwin.c * Don't redraw the background if the new background character is the 2022-05-03 07:25:34 +00:00
nodelay.c
notimeout.c
overlay.c Expand __CTRACE() to __nothing #ifndef DEBUG. 2021-09-06 07:03:49 +00:00
overwrite.c Expand __CTRACE() to __nothing #ifndef DEBUG. 2021-09-06 07:03:49 +00:00
pause.c Expand __CTRACE() to __nothing #ifndef DEBUG. 2021-09-06 07:03:49 +00:00
printw.c Rework previous fix for getch cursor position when cursor is moved 2019-06-09 07:40:14 +00:00
putchar.c Expand __CTRACE() to __nothing #ifndef DEBUG. 2021-09-06 07:03:49 +00:00
refresh.c * Don't redraw the background if the new background character is the 2022-05-03 07:25:34 +00:00
resize.c Fix for PR 55517. 2022-04-26 22:40:32 +00:00
ripoffline.c s/implemenation/implementation/ in comment. 2022-01-01 08:34:34 +00:00
scanw.c Fix return for mvscanw to return ERR/OK instead of the number of 2019-06-30 22:16:20 +00:00
screen.c fix various typos, mainly in comments, but also log messages, docs, game text. 2022-04-08 10:17:52 +00:00
scroll.c Expand __CTRACE() to __nothing #ifndef DEBUG. 2021-09-06 07:03:49 +00:00
scrollok.c
setterm.c Style fixes most for __CTRACE(). 2021-09-06 07:45:48 +00:00
shlib_version Make the default colour pair be pair 0 which appears to match other 2022-04-12 07:03:04 +00:00
slk.c Make the default colour pair be pair 0 which appears to match other 2022-04-12 07:03:04 +00:00
standout.c Use the window's screen's terminal. 2017-01-10 23:49:20 +00:00
syncok.c
timeout.c
toucholap.c Expand __CTRACE() to __nothing #ifndef DEBUG. 2021-09-06 07:03:49 +00:00
touchwin.c Make the default colour pair be pair 0 which appears to match other 2022-04-12 07:03:04 +00:00
tscroll.c Expand __CTRACE() to __nothing #ifndef DEBUG. 2021-09-06 07:03:49 +00:00
tstp.c Expand __CTRACE() to __nothing #ifndef DEBUG. 2021-09-06 07:03:49 +00:00
tty.c Expand __CTRACE() to __nothing #ifndef DEBUG. 2021-09-06 07:03:49 +00:00
unctrl.c
unctrl.h
underscore.c Expand __CTRACE() to __nothing #ifndef DEBUG. 2021-09-06 07:03:49 +00:00
version.c Fix old-style definition: curses_version() --> curses_version(void) 2021-09-06 02:50:43 +00:00