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
acs.c
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
addchnstr.c
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
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
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
curs_set.c
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_background.3
curses_border.3
curses_cchar.3
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_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
echo_wchar.c
echochar.c
erase.c Fixes for lib/56926 amongst other things: 2022-10-19 06:09:27 +00:00
fileio.c
flushok.c
fullname.c
genfileioh.awk
get_wch.c
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
getstr.c
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
initscr.c
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
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
leaveok.c
line.c
meta.c
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
overwrite.c
pause.c
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
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
scrollok.c
setterm.c
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
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
tstp.c
tty.c
unctrl.c
unctrl.h
underscore.c
version.c