NetBSD/lib/libcurses
jdc 8dded85639 Change TSTP handler back to using signal().
This fixes a problem where vi would not suspend.
Also, make sure that the signal handlers aren't set or removed multiple times.
Finally, add debug output when the signal handlers are set and removed.
2004-03-25 07:35:40 +00:00
..
EXAMPLES Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:42:00 +00:00
PSD.doc Typo; from Jared Yanovich via jmc@openbsd. 2003-11-02 11:16:03 +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 Revert most of rev 1.27 of addbytes.c and associated changes. 2003-08-10 07:37:11 +00:00
addch.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:42:00 +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 Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:42:00 +00:00
attributes.c Don't use NULL to compare against an int. 2003-10-21 00:16:55 +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 Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:42:00 +00:00
clear.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:42:00 +00:00
clearok.c
clrtobot.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:42:00 +00:00
clrtoeol.c Fix __CTRACE arguments. 2003-10-05 08:26:02 +00:00
color.c Because we are changing the libcurses major number, remove can_change_colors() 2004-03-22 18:57:38 +00:00
copywin.c Remove extraneous tabs from blank lines. 2002-01-02 10:38:27 +00:00
cr_put.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:42:00 +00:00
ctrace.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:42:00 +00:00
cur_hash.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:42:00 +00:00
curs_set.c * Remove termcap globals from public interface 2001-12-11 11:18:17 +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 Spelling fix. 2004-03-16 19:20:20 +00:00
curses_clear.3 Use 2003-04-16 13:34:34 +00:00
curses_color.3 Fix off-by-one, okayed by jdc. 2004-03-16 10:58:25 +00:00
curses_cursor.3 Spelling fix. 2004-03-16 19:20:20 +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 Remove duplicate article. 2004-03-16 19:51:08 +00:00
curses_input.3 Clarify the getch() family return values. 2004-03-23 21:53: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_keyname.3 Spelling fixes. 2004-03-16 19:25:39 +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 Because we are changing the libcurses major number, remove can_change_colors() 2004-03-22 18:57:38 +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 No comma in an enumeration of only two elements. 2004-03-22 19:51:18 +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 Spelling fix. 2004-03-16 19:26:56 +00:00
curses_tty.3 Spelling fixes. 2004-03-16 19:27:35 +00:00
curses_underscore.3 Use 2003-04-16 13:34:34 +00:00
curses_window.3 "New sentence, new line". 2004-03-22 19:11:28 +00:00
curses.3 s/can_change_colors/can_change_color/ 2004-03-16 07:55:05 +00:00
curses.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:42:00 +00:00
curses.h Change the values of ERR and OK. 2004-03-23 21:35:29 +00:00
delch.c Fix recurring typo in comments. From Douwe Kiela. 2004-01-20 08:28:26 +00:00
deleteln.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:42:00 +00:00
delwin.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:42:00 +00:00
erase.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:42:00 +00:00
flushok.c
fullname.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:42:00 +00:00
getch.c Add KEY_RESIZE support and a SIGWINCH handler. 2004-03-22 18:57:10 +00:00
getstr.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:42:00 +00:00
getyx.c Added 2 new functions and a macro: 2001-10-14 12:36:09 +00:00
id_subwins.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:42:00 +00:00
idcok.c * Added new function idcok - this closes PR 10802 2002-07-19 13:22:41 +00:00
idlok.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:42:00 +00:00
inch.c Mini KNF. From Douwe Kiela. 2004-01-20 08:29:09 +00:00
inchstr.c Remove extraneous tabs from blank lines. 2002-01-02 10:38:27 +00:00
initscr.c We no longer need <signal.h>. 2004-03-16 07:48:18 +00:00
insch.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:42:00 +00:00
insdelln.c Copy correct size of 1 line when doing insert/delete line on a subwin. 2003-07-29 16:42:55 +00:00
insertln.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:42:00 +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
line.c Remove extraneous tabs from blank lines. 2002-01-02 10:38:27 +00:00
longname.c Grammer fix. From Douwe Kiela. 2004-01-20 08:29:29 +00:00
Makefile Add (missing) mvgetch() and mvwgetch() manual pages. 2004-03-23 21:56:53 +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 Revert most of rev 1.27 of addbytes.c and associated changes. 2003-08-10 07:37:11 +00:00
mvwin.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:42:00 +00:00
newwin.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:42:00 +00:00
nodelay.c Make nodelay() return an int. 2003-12-04 21:24:36 +00:00
notimeout.c withough -> without 2001-06-13 10:45:57 +00:00
overlay.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:42:00 +00:00
overwrite.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:42:00 +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 Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:42:00 +00:00
putchar.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:42:00 +00:00
refresh.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:42:00 +00:00
resize.c gcc -Wuninitialized 2004-03-16 07:49:01 +00:00
scanw.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:42:00 +00:00
screen.c We should check against NULL here. 2004-03-23 21:17:20 +00:00
scroll.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:42:00 +00:00
scrollok.c
setterm.c Don't compare a char to NULL. 2003-10-21 00:30:05 +00:00
shlib_version Increment major number (to 6) because of the change to KEY_MAX, 2004-03-22 18:57:58 +00:00
standout.c Improve function descriptions. From Douwe Kiela. 2004-01-20 08:30:41 +00:00
timeout.c
toucholap.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:42:00 +00:00
touchwin.c Add redrawwin() and wredrawln(). 2003-10-05 10:13:02 +00:00
tscroll.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:42:00 +00:00
tstp.c Change TSTP handler back to using signal(). 2004-03-25 07:35:40 +00:00
tty.c Add function descriptions. From Douwe Kiela. 2004-01-20 08:30:55 +00:00
unctrl.c Fix the non working unctrl mess: 2004-02-14 18:23:45 +00:00
unctrl.h Fix the non working unctrl mess: 2004-02-14 18:23:45 +00:00
underscore.c Use standard comment format. Fix typo. From Douwe Kiela. 2004-01-20 08:31:46 +00:00