NetBSD/lib/libcurses
dsl 386a8e5059 Don't restartwin() if it isn't stopped.
Ensures we don't save the modified tty flags (as well as doing all the
initialisation twice) if the application (eg systat) calls curses functions
in its own restart code.
2003-05-28 20:19:42 +00:00
..
EXAMPLES
PSD.doc Add addchstr() family of functions. 2003-05-21 21:19:52 +00:00
acs.c
addbytes.c Fix resize of windows with subwins. 2003-02-17 11:07:19 +00:00
addch.c
addchnstr.c Make i an int to please lint and remove a cast. 2003-05-22 16:09:09 +00:00
addnstr.c
attributes.c Add attr_set() group of functions. 2003-03-30 07:38:41 +00:00
background.c Fix resize of windows with subwins. 2003-02-17 11:07:19 +00:00
bell.c
border.c
box.c
clear.c
clearok.c
clrtobot.c
clrtoeol.c
color.c Swap red/blue and yellow/cyan when working with Sb/Sf colour. Problem noticed 2003-04-06 07:22:13 +00:00
copywin.c
cr_put.c
ctrace.c
cur_hash.c
curs_set.c
curses_addch.3 Cross reference curses_addchstr.3. 2003-05-21 21:22:15 +00:00
curses_addchstr.3 Grammar fix; no functions returnint pointers here, so remove section 2003-05-22 09:25:52 +00:00
curses_addstr.3 Cross reference curses_addchstr.3. 2003-05-21 21:22:15 +00:00
curses_attributes.3 Cross reference curses_addchstr.3. 2003-05-21 21:22:15 +00:00
curses_background.3 Use 2003-04-16 13:34:34 +00:00
curses_border.3 Use 2003-04-16 13:34:34 +00:00
curses_clear.3 Use 2003-04-16 13:34:34 +00:00
curses_color.3 Use 2003-04-16 13:34:34 +00:00
curses_cursor.3 Use 2003-04-16 13:34:34 +00:00
curses_default_colors.3 Use 2003-04-16 13:34:34 +00:00
curses_delch.3 Use 2003-04-16 13:34:34 +00:00
curses_deleteln.3 Use 2003-04-16 13:34:34 +00:00
curses_inch.3 Fix typo reported by Douwe Kiela in PR 21677. 2003-05-25 17:19:42 +00:00
curses_input.3 Use 2003-04-16 13:34:34 +00:00
curses_insdelln.3 Use 2003-04-16 13:34:34 +00:00
curses_insertch.3 Use 2003-04-16 13:34:34 +00:00
curses_insertln.3 Use 2003-04-16 13:34:34 +00:00
curses_line.3 Use 2003-04-16 13:34:34 +00:00
curses_pad.3 Use 2003-04-16 13:34:34 +00:00
curses_print.3 Use 2003-04-16 13:34:34 +00:00
curses_private.h Keep the cr->nl translation state in a separate variable, so that we can 2003-04-05 10:06:59 +00:00
curses_refresh.3 Use 2003-04-16 13:34:34 +00:00
curses_scanw.3 Use 2003-04-16 13:34:34 +00:00
curses_screen.3 Use 2003-04-16 13:34:34 +00:00
curses_scroll.3 Use 2003-04-16 13:34:34 +00:00
curses_standout.3 Use 2003-04-16 13:34:34 +00:00
curses_termcap.3 Use 2003-04-16 13:34:34 +00:00
curses_touch.3 Use 2003-04-16 13:34:34 +00:00
curses_tty.3 Use 2003-04-16 13:34:34 +00:00
curses_underscore.3 Use 2003-04-16 13:34:34 +00:00
curses_window.3 Use 2003-04-16 13:34:34 +00:00
curses.3 Add addchstr() family of functions. 2003-05-21 21:19:52 +00:00
curses.c
curses.h Add addchstr() family of functions. 2003-05-21 21:19:52 +00:00
delch.c
deleteln.c
delwin.c
erase.c Fix resize of windows with subwins. 2003-02-17 11:07:19 +00:00
flushok.c
fullname.c
getch.c Add ESCDELAY variable to control the inter-key delay in escape sequences. 2003-04-08 18:55:43 +00:00
getstr.c Fix resize of windows with subwins. 2003-02-17 11:07:19 +00:00
getyx.c
id_subwins.c
idcok.c
idlok.c
inch.c
inchstr.c
initscr.c ARemove (no longer used) __nca. 2003-01-27 21:09:20 +00:00
insch.c
insdelln.c Fix resize of windows with subwins. 2003-02-17 11:07:19 +00:00
insertln.c
instr.c
keypad.c Fix resize of windows with subwins. 2003-02-17 11:07:19 +00:00
leaveok.c
line.c
longname.c
Makefile Add addchstr() family of functions. 2003-05-21 21:19:52 +00:00
meta.c
move.c
mvwin.c Make sure that windows are not off the left or top edges of the screen. 2003-04-08 05:56:01 +00:00
newwin.c Make sure that windows are not off the left or top edges of the screen. 2003-04-08 05:56:01 +00:00
nodelay.c
notimeout.c
overlay.c Fix resize of windows with subwins. 2003-02-17 11:07:19 +00:00
overwrite.c Fix resize of windows with subwins. 2003-02-17 11:07:19 +00:00
pause.c
printw.c
putchar.c
refresh.c Now refresh() refreshes subwindows too. 2003-03-29 21:43:22 +00:00
resize.c Fix resize of windows with subwins. 2003-02-17 11:07:19 +00:00
scanw.c
screen.c Keep the cr->nl translation state in a separate variable, so that we can 2003-04-05 10:06:59 +00:00
scroll.c Fix resize of windows with subwins. 2003-02-17 11:07:19 +00:00
scrollok.c
setterm.c Redo the conflict calculation (again). 2003-02-02 17:54:38 +00:00
shlib_version Increment libcurses minor for addition of addchstr() functions. 2003-05-21 21:21:14 +00:00
standout.c Remove check for attribute/colour conflict. 2003-01-27 21:04:10 +00:00
timeout.c
toucholap.c Fix resize of windows with subwins. 2003-02-17 11:07:19 +00:00
touchwin.c Fix resize of windows with subwins. 2003-02-17 11:07:19 +00:00
tscroll.c
tstp.c Don't restartwin() if it isn't stopped. 2003-05-28 20:19:42 +00:00
tty.c Keep the cr->nl translation state in a separate variable, so that we can 2003-04-05 10:06:59 +00:00
unctrl.c
unctrl.h
underscore.c Remove check for attribute/colour conflict. 2003-01-27 21:04:10 +00:00