NetBSD/lib/libcurses
uwe fadf4dba80 Fix spelling of Kurt Shoens surname.
PR misc/57389
2023-05-04 11:30:25 +00:00
..
EXAMPLES
PSD.doc Fix spelling of Kurt Shoens surname. 2023-05-04 11:30:25 +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
add_wchstr.c Fixes for lib/56926 amongst other things: 2022-10-19 06:09:27 +00:00
addbytes.c Backout change to addnstr that broke other applications as n should be 2022-12-20 04:57:01 +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 more debug so a call to waddbytes can be traced to the caller. 2022-12-21 06:18:01 +00:00
addwstr.c Style fixes most for __CTRACE(). 2021-09-06 07:45:48 +00:00
attributes.c Fix for lib/57050 2022-10-25 06:20:01 +00:00
background.c Fixes for lib/56926 amongst other things: 2022-10-19 06:09:27 +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
chgat.c Fixes for lib/56926 amongst other things: 2022-10-19 06:09:27 +00:00
clear.c
clearok.c
clrtobot.c Fixes for lib/56926 amongst other things: 2022-10-19 06:09:27 +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 Fixes for lib/56926 amongst other things: 2022-10-19 06:09:27 +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 Fixes for lib/56926 amongst other things: 2022-10-19 06:09:27 +00:00
ctrace.c
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.c Fixes for lib/56926 amongst other things: 2022-10-19 06:09:27 +00:00
curses.h
curses_addch.3
curses_addchstr.3
curses_addstr.3
curses_attributes.3 curses: clarify standout as the "best" _supported_ highlighting mode 2021-08-03 07:58:50 +00:00
curses_background.3
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
curses_color.3
curses_cursor.3
curses_default_colors.3
curses_delch.3
curses_deleteln.3
curses_echochar.3
curses_fileio.3
curses_inch.3
curses_input.3 curses_input.3: wtimeout() returns void too 2022-05-21 12:34:44 +00:00
curses_insch.3
curses_insdelln.3
curses_insertln.3
curses_keyname.3
curses_line.3
curses_mouse.3
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_scroll.3
curses_slk.3
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
curses_tty.3
curses_underscore.3
curses_version.3
curses_window.3
delch.c Fixes for lib/56926 amongst other things: 2022-10-19 06:09:27 +00:00
deleteln.c
delwin.c Expand __CTRACE() to __nothing #ifndef DEBUG. 2021-09-06 07:03:49 +00:00
echo_wchar.c
echochar.c
erase.c Fixes for lib/56926 amongst other things: 2022-10-19 06:09:27 +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
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 Fixes for lib/56926 amongst other things: 2022-10-19 06:09:27 +00:00
ins_wstr.c Fixes for lib/56926 amongst other things: 2022-10-19 06:09:27 +00:00
insch.c Fixes for lib/56926 amongst other things: 2022-10-19 06:09:27 +00:00
insdelln.c Fixes for lib/56926 amongst other things: 2022-10-19 06:09:27 +00:00
insertln.c
insstr.c Fixes for lib/56926 amongst other things: 2022-10-19 06:09:27 +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
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
move.c PR bin/57072 2022-11-04 06:12:22 +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 Add more debug so a call to waddbytes can be traced to the caller. 2022-12-21 06:18:01 +00:00
putchar.c Expand __CTRACE() to __nothing #ifndef DEBUG. 2021-09-06 07:03:49 +00:00
refresh.c Don't set the clear_to_eol variable in doupdate to NULL, this was a 2023-04-28 07:12:39 +00:00
resize.c Fixes for lib/56926 amongst other things: 2022-10-19 06:09:27 +00:00
ripoffline.c s/implemenation/implementation/ in comment. 2022-01-01 08:34:34 +00:00
scanw.c
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 Backout change to addnstr that broke other applications as n should be 2022-12-20 04:57:01 +00:00
standout.c
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