NetBSD/lib/libcurses
dsl 880234af7e Stop def_prog_mode() saving incorrect termio settings.
Make set_prog_mode() set the correct settings.
I'm not certain how much restoration set_prog_mode() should do, but it
definitely doesn't want to do all of __restartwin().
Maybe __restartwin() should be calling set_prog_mode()?
2003-07-10 12:50:18 +00:00
..
EXAMPLES
PSD.doc Rename a large chunk of the make(1) variables which refer to a 2003-07-10 10:33:58 +00:00
Makefile Add noqiflush() and qiflush() 2003-06-20 06:58:53 +00:00
acs.c Make sure _acs_char[] is copied to screen->acs_char[] even when there is no 2002-04-11 18:06:41 +00:00
addbytes.c Stop blank line being added when newline is processed with __ISPASTEOL set. 2003-06-26 10:22:33 +00:00
addch.c * Added new function idcok - this closes PR 10802 2002-07-19 13:22:41 +00:00
addchnstr.c Make i an int to please lint and remove a cast. 2003-05-22 16:09:09 +00:00
addnstr.c change behavior of waddnstr(w, s, 0) to be more conformant to XCURSES. 2000-08-13 03:26:41 +00:00
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 Rename variables refering to termcap capabilities from NN to __tc_nn. Case 2000-12-19 21:34:24 +00:00
border.c Don't delete attributes when character 0 (default) is passed in. 2001-02-05 21:54:21 +00:00
box.c Added functions to replace what were previously macros in curses.h 2000-04-15 13:17:02 +00:00
clear.c * Major change to add support for the newterm/set_term functions. 2001-12-02 09:14:20 +00:00
clearok.c * Added rcs id line to files missing it. 2000-04-24 14:09:41 +00:00
clrtobot.c GC __FORCEPAINT. 2000-05-20 15:12:15 +00:00
clrtoeol.c Make sure we always update curx, cury and __ISPASTEOL. 2002-08-04 14:13:49 +00:00
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 Remove extraneous tabs from blank lines. 2002-01-02 10:38:27 +00:00
cr_put.c PR/17352: David Laight: Curses core-dumps on windows > 1024 wide. 2002-06-26 18:13:59 +00:00
ctrace.c PR/17352: David Laight: Curses core-dumps on windows > 1024 wide. 2002-06-26 18:13:59 +00:00
cur_hash.c PR/17352: David Laight: Curses core-dumps on windows > 1024 wide. 2002-06-26 18:13:59 +00:00
curs_set.c * Remove termcap globals from public interface 2001-12-11 11:18:17 +00:00
curses.3 Sort list of functions. 2003-07-04 12:40:15 +00:00
curses.c Set the curses default colours to white on black when using colour. 2002-08-04 16:43:04 +00:00
curses.h Add noqiflush() and qiflush() 2003-06-20 06:58:53 +00:00
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 Work around a warning from groff-1.19. 2003-06-26 10:00:24 +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 Add keyname(). 2003-06-20 06:56:29 +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_keyname.3 Fix Dd string and remove trailing whitespace. 2003-07-04 12:38:58 +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 Stop refresh(subwin) doing refresh on the other subwin's created before it. 2003-06-26 17:17:10 +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 Fix typo in macro name, and remove a trailing comma. 2003-06-27 13:05:08 +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
delch.c Make comments match reality (delete-char instead of insert-char). 2001-04-20 12:57:47 +00:00
deleteln.c Added functions to replace what were previously macros in curses.h 2000-04-15 13:17:02 +00:00
delwin.c Added functions to replace what were previously macros in curses.h 2000-04-15 13:17:02 +00:00
erase.c Fix resize of windows with subwins. 2003-02-17 11:07:19 +00:00
flushok.c * Added rcs id line to files missing it. 2000-04-24 14:09:41 +00:00
fullname.c Added functions to replace what were previously macros in curses.h 2000-04-15 13:17:02 +00:00
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 Added 2 new functions and a macro: 2001-10-14 12:36:09 +00:00
id_subwins.c Make subwindows scroll correctly. 2000-04-16 05:48:25 +00:00
idcok.c * Added new function idcok - this closes PR 10802 2002-07-19 13:22:41 +00:00
idlok.c Added functions to replace what were previously macros in curses.h 2000-04-15 13:17:02 +00:00
inch.c Remove extraneous tabs from blank lines. 2002-01-02 10:38:27 +00:00
inchstr.c Remove extraneous tabs from blank lines. 2002-01-02 10:38:27 +00:00
initscr.c ARemove (no longer used) __nca. 2003-01-27 21:09:20 +00:00
insch.c Remove extraneous tabs from blank lines. 2002-01-02 10:38:27 +00:00
insdelln.c Fix resize of windows with subwins. 2003-02-17 11:07:19 +00:00
insertln.c Added functions to replace what were previously macros in curses.h 2000-04-15 13:17:02 +00:00
instr.c Remove extraneous tabs from blank lines. 2002-01-02 10:38:27 +00:00
keyname.c Add keyname(). 2003-06-20 06:56:29 +00:00
keypad.c Fix resize of windows with subwins. 2003-02-17 11:07:19 +00:00
leaveok.c * Added rcs id line to files missing it. 2000-04-24 14:09:41 +00:00
line.c Remove extraneous tabs from blank lines. 2002-01-02 10:38:27 +00:00
longname.c * Major change to add support for the newterm/set_term functions. 2001-12-02 09:14:20 +00:00
meta.c * Major change to add support for the newterm/set_term functions. 2001-12-02 09:14:20 +00:00
move.c Added functions to replace what were previously macros in curses.h 2000-04-15 13:17:02 +00:00
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 New sub-windows should not be marked as pads. 2003-07-05 19:03:32 +00:00
nodelay.c withough -> without 2001-06-13 10:45:57 +00:00
notimeout.c withough -> without 2001-06-13 10:45:57 +00:00
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 * Major change to add support for the newterm/set_term functions. 2001-12-02 09:14:20 +00:00
printw.c __STDC__ is always defined on NetBSD. 2002-05-26 16:53:30 +00:00
putchar.c Remove extraneous tabs from blank lines. 2002-01-02 10:38:27 +00:00
refresh.c Rework the way window/wub-window refresh is done. 2003-07-05 19:07:49 +00:00
resize.c Stop refresh(subwin) doing refresh on the other subwin's created before it. 2003-06-26 17:17:10 +00:00
scanw.c PR/17352: David Laight: Curses core-dumps on windows > 1024 wide. 2002-06-26 18:13:59 +00:00
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 * Added rcs id line to files missing it. 2000-04-24 14:09:41 +00:00
setterm.c Redo the conflict calculation (again). 2003-02-02 17:54:38 +00:00
shlib_version Add noqiflush() and qiflush() 2003-06-20 06:58:53 +00:00
standout.c Remove check for attribute/colour conflict. 2003-01-27 21:04:10 +00:00
timeout.c * Added rcs id line to files missing it. 2000-04-24 14:09:41 +00:00
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 PR/17352: David Laight: Curses core-dumps on windows > 1024 wide. 2002-06-26 18:13:59 +00:00
tstp.c Stop def_prog_mode() saving incorrect termio settings. 2003-07-10 12:50:18 +00:00
tty.c Add noqiflush() and qiflush() 2003-06-20 06:58:53 +00:00
unctrl.c
unctrl.h
underscore.c Remove check for attribute/colour conflict. 2003-01-27 21:04:10 +00:00