This website requires JavaScript.
Explore
Help
Sign In
Aren
/
NetBSD
Watch
1
Star
0
Fork
You've already forked NetBSD
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
d2e4059844
NetBSD
/
lib
/
libcurses
History
dsl
c58f95b0f5
Don't read entry after end of array.
...
Discovered by Neil Ludban running curses under 'ElecticFence'
2005-10-23 18:38:52 +00:00
..
EXAMPLES
…
PSD.doc
Make these work with today's curses and termcap reality.
2005-05-23 04:04:49 +00:00
Makefile
…
acs.c
…
addbytes.c
…
addch.c
…
addchnstr.c
…
addnstr.c
…
attributes.c
…
background.c
…
bell.c
…
border.c
…
box.c
…
clear.c
…
clearok.c
…
clrtobot.c
…
clrtoeol.c
…
color.c
…
copywin.c
Fix (I hope) the bounding checks against the source window.
2004-08-02 18:47:52 +00:00
cr_put.c
Remove _cursesi_genbuf, it was not being set and caused a SIGSEGV
2004-07-24 13:10:47 +00:00
ctrace.c
Change first arg of __hash_more to const void * to remove need for double casts
2005-02-18 22:16:27 +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
…
curses.3
…
curses.c
…
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
…
curses_border.3
…
curses_clear.3
…
curses_color.3
…
curses_cursor.3
…
curses_default_colors.3
…
curses_delch.3
…
curses_deleteln.3
…
curses_echochar.3
…
curses_inch.3
…
curses_input.3
fix mvgetch prototype.
2004-12-13 23:51:11 +00:00
curses_insdelln.3
…
curses_insertch.3
…
curses_insertln.3
…
curses_keyname.3
…
curses_line.3
…
curses_pad.3
…
curses_print.3
…
curses_private.h
Change first arg of __hash_more to const void * to remove need for double casts
2005-02-18 22:16:27 +00:00
curses_refresh.3
…
curses_scanw.3
…
curses_screen.3
…
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
…
curses_underscore.3
…
curses_window.3
…
delch.c
…
deleteln.c
…
delwin.c
…
echochar.c
…
erase.c
Make sure that werase() always marks the window as dirty. This fixes a
2005-07-27 20:17:42 +00:00
flushok.c
…
fullname.c
…
getch.c
…
getstr.c
…
getyx.c
…
id_subwins.c
…
idcok.c
…
idlok.c
…
inch.c
…
inchstr.c
…
initscr.c
…
insch.c
…
insdelln.c
…
insertln.c
…
instr.c
…
keyname.c
…
keypad.c
…
leaveok.c
…
line.c
…
longname.c
…
meta.c
…
move.c
…
mvwin.c
…
newwin.c
…
nodelay.c
…
notimeout.c
…
overlay.c
overwrite() wasn't copying enough lines or columns.
2004-08-01 21:48:24 +00:00
overwrite.c
overwrite() wasn't copying enough lines or columns.
2004-08-01 21:48:24 +00:00
pause.c
…
printw.c
…
putchar.c
…
refresh.c
Don't read entry after end of array.
2005-10-23 18:38:52 +00:00
resize.c
…
scanw.c
…
screen.c
…
scroll.c
…
scrollok.c
…
setterm.c
Remove _cursesi_genbuf, it was not being set and caused a SIGSEGV
2004-07-24 13:10:47 +00:00
shlib_version
…
standout.c
…
timeout.c
…
toucholap.c
…
touchwin.c
…
tscroll.c
…
tstp.c
…
tty.c
…
unctrl.c
…
unctrl.h
…
underscore.c
…