NetBSD/lib/libcurses
jdc 978ab4ad4e Background characters and attributes don't need to be kept per character
cell, as they are merged when characters are added.  Remove the per cell
storage and clarify the manual page.  Pointed out by ruibiao@.
2006-01-15 11:43:54 +00:00
..
EXAMPLES
PSD.doc
Makefile
acs.c
addbytes.c Background characters and attributes don't need to be kept per character 2006-01-15 11:43:54 +00:00
addch.c
addchnstr.c
addnstr.c
attributes.c
background.c Background characters and attributes don't need to be kept per character 2006-01-15 11:43:54 +00:00
bell.c
border.c Background characters and attributes don't need to be kept per character 2006-01-15 11:43:54 +00:00
box.c
clear.c
clearok.c
clrtobot.c Background characters and attributes don't need to be kept per character 2006-01-15 11:43:54 +00:00
clrtoeol.c Background characters and attributes don't need to be kept per character 2006-01-15 11:43:54 +00:00
color.c Background characters and attributes don't need to be kept per character 2006-01-15 11:43:54 +00:00
copywin.c
cr_put.c
ctrace.c
cur_hash.c
curs_set.c
curses.3
curses.c
curses.h
curses_addch.3
curses_addchstr.3
curses_addstr.3
curses_attributes.3
curses_background.3 Background characters and attributes don't need to be kept per character 2006-01-15 11:43:54 +00:00
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
curses_insdelln.3
curses_insertch.3
curses_insertln.3
curses_keyname.3
curses_line.3
curses_pad.3
curses_print.3
curses_private.h Background characters and attributes don't need to be kept per character 2006-01-15 11:43:54 +00:00
curses_refresh.3
curses_scanw.3
curses_screen.3
curses_scroll.3
curses_standout.3
curses_termcap.3
curses_touch.3
curses_tty.3
curses_underscore.3
curses_window.3
delch.c Background characters and attributes don't need to be kept per character 2006-01-15 11:43:54 +00:00
deleteln.c
delwin.c
echochar.c
erase.c Background characters and attributes don't need to be kept per character 2006-01-15 11:43:54 +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 Background characters and attributes don't need to be kept per character 2006-01-15 11:43:54 +00:00
insdelln.c Background characters and attributes don't need to be kept per character 2006-01-15 11:43:54 +00:00
insertln.c
instr.c
keyname.c
keypad.c
leaveok.c
line.c
longname.c
meta.c
move.c
mvwin.c
newwin.c Background characters and attributes don't need to be kept per character 2006-01-15 11:43:54 +00:00
nodelay.c
notimeout.c
overlay.c
overwrite.c
pause.c
printw.c
putchar.c
refresh.c Background characters and attributes don't need to be kept per character 2006-01-15 11:43:54 +00:00
resize.c Background characters and attributes don't need to be kept per character 2006-01-15 11:43:54 +00:00
scanw.c
screen.c
scroll.c
scrollok.c
setterm.c
shlib_version
standout.c
timeout.c
toucholap.c
touchwin.c Don't crash if asked to touch more lines than there are in a window. 2006-01-01 11:48:31 +00:00
tscroll.c
tstp.c
tty.c
unctrl.c
unctrl.h
underscore.c