The NetBSD Project

CVS log for src/lib/libcurses/tstp.c

[BACK] Up to [cvs.NetBSD.org] / src / lib / libcurses

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.45 / (download) - annotate - [select for diffs], Mon Sep 6 07:03:50 2021 UTC (2 years, 7 months ago) by rin
Branch: MAIN
CVS Tags: netbsd-10-base, netbsd-10-0-RELEASE, netbsd-10-0-RC6, netbsd-10-0-RC5, netbsd-10-0-RC4, netbsd-10-0-RC3, netbsd-10-0-RC2, netbsd-10-0-RC1, netbsd-10, HEAD
Changes since 1.44: +2 -18 lines
Diff to previous 1.44 (unified)

Expand __CTRACE() to __nothing #ifndef DEBUG.

Remove most of #ifdef DEBUG around __CTRACE() calls.

No binary changes, except for line numbers for assert().

Revision 1.42.14.1 / (download) - annotate - [select for diffs], Mon Jun 10 22:05:22 2019 UTC (4 years, 10 months ago) by christos
Branch: phil-wifi
Changes since 1.42: +9 -3 lines
Diff to previous 1.42 (unified) next main 1.43 (unified)

Sync with HEAD

Revision 1.42.12.2 / (download) - annotate - [select for diffs], Sat Oct 20 06:58:22 2018 UTC (5 years, 6 months ago) by pgoyette
Branch: pgoyette-compat
CVS Tags: pgoyette-compat-merge-20190127
Changes since 1.42.12.1: +5 -2 lines
Diff to previous 1.42.12.1 (unified) to branchpoint 1.42 (unified) next main 1.43 (unified)

Sync with head

Revision 1.44 / (download) - annotate - [select for diffs], Thu Oct 18 07:53:13 2018 UTC (5 years, 6 months ago) by roy
Branch: MAIN
CVS Tags: phil-wifi-20200421, phil-wifi-20200411, phil-wifi-20200406, phil-wifi-20191119, phil-wifi-20190609, pgoyette-compat-20190127, pgoyette-compat-20190118, pgoyette-compat-1226, pgoyette-compat-1126, pgoyette-compat-1020, netbsd-9-base, netbsd-9-3-RELEASE, netbsd-9-2-RELEASE, netbsd-9-1-RELEASE, netbsd-9-0-RELEASE, netbsd-9-0-RC2, netbsd-9-0-RC1, netbsd-9, is-mlppp-base, is-mlppp, cjep_sun2x-base1, cjep_sun2x-base, cjep_sun2x, cjep_staticlib_x-base1, cjep_staticlib_x-base, cjep_staticlib_x
Changes since 1.43: +5 -2 lines
Diff to previous 1.43 (unified)

curses: don't optimize stdout buffer for non BSD platforms

The way BSD setvbuf works is not portable and should not be relied on.
This is only important if curses is started, stopped and started in the
same session which is how portable applications handle terminal resizing.

Revision 1.42.12.1 / (download) - annotate - [select for diffs], Sun Sep 30 01:45:33 2018 UTC (5 years, 6 months ago) by pgoyette
Branch: pgoyette-compat
Changes since 1.42: +6 -3 lines
Diff to previous 1.42 (unified)

Ssync with HEAD

Revision 1.42.6.1 / (download) - annotate - [select for diffs], Thu Sep 27 14:59:28 2018 UTC (5 years, 6 months ago) by martin
Branch: netbsd-8
CVS Tags: netbsd-8-2-RELEASE, netbsd-8-1-RELEASE, netbsd-8-1-RC1
Changes since 1.42: +6 -3 lines
Diff to previous 1.42 (unified) next main 1.43 (unified)

Pull up following revision(s) (requested by kamil in ticket #1039):

	lib/libcurses/getch.c: revision 1.66
	lib/libcurses/getch.c: revision 1.67
	lib/libcurses/tstp.c: revision 1.43
	lib/libcurses/get_wch.c: revision 1.15
	lib/libcurses/get_wch.c: revision 1.16

PR lib/53615
getch() and get_wch() should return KEY_RESIZE when interrupted by SIGWIN=
CH.

OK roy

 -

PR lib/53615
Before invoking a previous signal handler, make sure it is not SIG_*.
Fix potential crash with SIGWINCH.

OK roy

 -

Correct detecting of terminal resize in curses(3) with keypad(,TRUE)
A previous change fixed only keypad(,FALSE) scenarios.

 -

Handle catching terminal resize in INKEY_NORM and INKEY_ASSEMBLING (in the
middle of assembling a key code from passed codes) as both accept keys with
fgetc(3) and both can be in theory interrupted with a resize.

PR lib/53615

Revision 1.43 / (download) - annotate - [select for diffs], Tue Sep 18 22:51:00 2018 UTC (5 years, 7 months ago) by rin
Branch: MAIN
CVS Tags: pgoyette-compat-0930
Changes since 1.42: +6 -3 lines
Diff to previous 1.42 (unified)

PR lib/53615

Before invoking a previous signal handler, make sure it is not SIG_*.
Fix potential crash with SIGWINCH.

OK roy

Revision 1.40.8.1 / (download) - annotate - [select for diffs], Sat Jan 7 08:56:04 2017 UTC (7 years, 3 months ago) by pgoyette
Branch: pgoyette-localcount
Changes since 1.40: +46 -36 lines
Diff to previous 1.40 (unified) next main 1.41 (unified)

Sync with HEAD.  (Note that most of these changes are simply $NetBSD$
tag issues.)

Revision 1.42 / (download) - annotate - [select for diffs], Fri Jan 6 13:53:18 2017 UTC (7 years, 3 months ago) by roy
Branch: MAIN
CVS Tags: prg-localcount2-base3, prg-localcount2-base2, prg-localcount2-base1, prg-localcount2-base, prg-localcount2, phil-wifi-base, pgoyette-localcount-20170426, pgoyette-localcount-20170320, pgoyette-localcount-20170107, pgoyette-compat-base, pgoyette-compat-0906, pgoyette-compat-0728, pgoyette-compat-0625, pgoyette-compat-0521, pgoyette-compat-0502, pgoyette-compat-0422, pgoyette-compat-0415, pgoyette-compat-0407, pgoyette-compat-0330, pgoyette-compat-0322, pgoyette-compat-0315, perseant-stdc-iso10646-base, perseant-stdc-iso10646, netbsd-8-base, netbsd-8-0-RELEASE, netbsd-8-0-RC2, netbsd-8-0-RC1, matt-nb8-mediatek-base, matt-nb8-mediatek, bouyer-socketcan-base1, bouyer-socketcan-base, bouyer-socketcan
Branch point for: phil-wifi, pgoyette-compat, netbsd-8
Changes since 1.41: +44 -36 lines
Diff to previous 1.41 (unified)

KNF.
Normalise coding style.
White space police.
Sprinkle some extra braces to make the flow more clear.

No functional changes.

Revision 1.41 / (download) - annotate - [select for diffs], Thu Nov 24 14:49:08 2016 UTC (7 years, 4 months ago) by christos
Branch: MAIN
Changes since 1.40: +4 -2 lines
Diff to previous 1.40 (unified)

don't coredump if we call endwin when initscr fails.

Revision 1.39.8.1 / (download) - annotate - [select for diffs], Wed Aug 20 00:02:17 2014 UTC (9 years, 8 months ago) by tls
Branch: tls-maxphys
Changes since 1.39: +4 -4 lines
Diff to previous 1.39 (unified) next main 1.40 (unified)

Rebase to HEAD as of a few days ago.

Revision 1.39.2.1 / (download) - annotate - [select for diffs], Thu May 22 11:36:55 2014 UTC (9 years, 11 months ago) by yamt
Branch: yamt-pagecache
Changes since 1.39: +4 -4 lines
Diff to previous 1.39 (unified) next main 1.40 (unified)

sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs.  ("Protocol error: too many arguments")

Revision 1.40 / (download) - annotate - [select for diffs], Tue Oct 15 13:00:52 2013 UTC (10 years, 6 months ago) by christos
Branch: MAIN
CVS Tags: yamt-pagecache-base9, tls-maxphys-base, tls-earlyentropy-base, tls-earlyentropy, riastradh-xf86-video-intel-2-7-1-pre-2-21-15, riastradh-drm2-base3, pgoyette-localcount-base, pgoyette-localcount-20161104, pgoyette-localcount-20160806, pgoyette-localcount-20160726, netbsd-7-nhusb-base-20170116, netbsd-7-nhusb-base, netbsd-7-nhusb, netbsd-7-base, netbsd-7-2-RELEASE, netbsd-7-1-RELEASE, netbsd-7-1-RC2, netbsd-7-1-RC1, netbsd-7-1-2-RELEASE, netbsd-7-1-1-RELEASE, netbsd-7-1, netbsd-7-0-RELEASE, netbsd-7-0-RC3, netbsd-7-0-RC2, netbsd-7-0-RC1, netbsd-7-0-2-RELEASE, netbsd-7-0-1-RELEASE, netbsd-7-0, netbsd-7, localcount-20160914
Branch point for: pgoyette-localcount
Changes since 1.39: +4 -4 lines
Diff to previous 1.39 (unified)

Instead of turning off the 8th bit on resume, turn it on, as it is on by
default. Problem reported by atatat@ when suspending vi and resuming loses
the ability to use the alt key.

Revision 1.39 / (download) - annotate - [select for diffs], Mon Aug 29 11:07:38 2011 UTC (12 years, 7 months ago) by christos
Branch: MAIN
CVS Tags: yamt-pagecache-tag8, yamt-pagecache-base8, yamt-pagecache-base7, yamt-pagecache-base6, yamt-pagecache-base5, yamt-pagecache-base4, yamt-pagecache-base3, yamt-pagecache-base2, yamt-pagecache-base, riastradh-drm2-base2, riastradh-drm2-base1, riastradh-drm2-base, riastradh-drm2, netbsd-6-base, netbsd-6-1-RELEASE, netbsd-6-1-RC4, netbsd-6-1-RC3, netbsd-6-1-RC2, netbsd-6-1-RC1, netbsd-6-1-5-RELEASE, netbsd-6-1-4-RELEASE, netbsd-6-1-3-RELEASE, netbsd-6-1-2-RELEASE, netbsd-6-1-1-RELEASE, netbsd-6-1, netbsd-6-0-RELEASE, netbsd-6-0-RC2, netbsd-6-0-RC1, netbsd-6-0-6-RELEASE, netbsd-6-0-5-RELEASE, netbsd-6-0-4-RELEASE, netbsd-6-0-3-RELEASE, netbsd-6-0-2-RELEASE, netbsd-6-0-1-RELEASE, netbsd-6-0, netbsd-6, matt-nb6-plus-nbase, matt-nb6-plus-base, matt-nb6-plus, agc-symver-base, agc-symver
Branch point for: yamt-pagecache, tls-maxphys
Changes since 1.38: +16 -16 lines
Diff to previous 1.38 (unified)

Fix for systems that don't have TCSASOFT as intended originally. Simplify.

Revision 1.38 / (download) - annotate - [select for diffs], Wed Feb 3 15:34:40 2010 UTC (14 years, 2 months ago) by roy
Branch: MAIN
CVS Tags: matt-mips64-premerge-20101231, cherry-xenmp-base, cherry-xenmp, bouyer-quota2-nbase, bouyer-quota2-base, bouyer-quota2
Changes since 1.37: +7 -7 lines
Diff to previous 1.37 (unified)

Userland now builds and uses terminfo instead of termcap.

OK: core@, jdc@

Revision 1.37 / (download) - annotate - [select for diffs], Wed Jul 22 16:57:15 2009 UTC (14 years, 9 months ago) by roy
Branch: MAIN
CVS Tags: matt-premerge-20091211
Changes since 1.36: +9 -9 lines
Diff to previous 1.36 (unified)

Prepare curses for the possibility of changing from termcap to terminfo.
term.h #defines lines, pad_char and no_color_video macros which conflict
with existing curses code. We change lines to alines and nlines depending
on use, pad_char to padchar and no_color_video becomes no_color_attributes
but with a strong alias from no_color_video.

Revision 1.35.4.1 / (download) - annotate - [select for diffs], Tue Nov 6 23:11:27 2007 UTC (16 years, 5 months ago) by matt
Branch: matt-armv6
CVS Tags: matt-armv6-prevmlocking
Changes since 1.35: +15 -9 lines
Diff to previous 1.35 (unified) next main 1.36 (unified)

sync with HEAD

Revision 1.34.6.1 / (download) - annotate - [select for diffs], Mon Sep 3 07:02:20 2007 UTC (16 years, 7 months ago) by wrstuden
Branch: wrstuden-fixsa
Changes since 1.34: +15 -9 lines
Diff to previous 1.34 (unified) next main 1.35 (unified)

Sync w/ NetBSD-4-RC_1

Revision 1.34.2.1 / (download) - annotate - [select for diffs], Tue Aug 28 11:54:49 2007 UTC (16 years, 7 months ago) by liamjfoy
Branch: netbsd-4
CVS Tags: wrstuden-fixsa-newbase, wrstuden-fixsa-base-1, wrstuden-fixsa-base, netbsd-4-0-RELEASE, netbsd-4-0-RC5, netbsd-4-0-RC4, netbsd-4-0-RC3, netbsd-4-0-RC2, netbsd-4-0-RC1, netbsd-4-0-1-RELEASE, netbsd-4-0
Changes since 1.34: +15 -9 lines
Diff to previous 1.34 (unified) next main 1.35 (unified)

Pull up following revision(s) (requested by jdc in ticket #842):
	lib/libcurses/tstp.c: revision 1.36
	lib/libcurses/resize.c: revision 1.15
Fix resizing bug where the values of LINES and/or COLS changed while we
were resizing windows, leading to inconsistencies between the sizes of
stdscr and curscr.
Should fix the curses part of PR lib/36702.

Revision 1.36 / (download) - annotate - [select for diffs], Mon Aug 27 19:54:29 2007 UTC (16 years, 7 months ago) by jdc
Branch: MAIN
CVS Tags: yamt-pf42-baseX, yamt-pf42-base4, yamt-pf42-base3, yamt-pf42-base2, yamt-pf42-base, yamt-pf42, wrstuden-revivesa-base-3, wrstuden-revivesa-base-2, wrstuden-revivesa-base-1, wrstuden-revivesa-base, wrstuden-revivesa, netbsd-5-base, netbsd-5-2-RELEASE, netbsd-5-2-RC1, netbsd-5-2-3-RELEASE, netbsd-5-2-2-RELEASE, netbsd-5-2-1-RELEASE, netbsd-5-2, netbsd-5-1-RELEASE, netbsd-5-1-RC4, netbsd-5-1-RC3, netbsd-5-1-RC2, netbsd-5-1-RC1, netbsd-5-1-5-RELEASE, netbsd-5-1-4-RELEASE, netbsd-5-1-3-RELEASE, netbsd-5-1-2-RELEASE, netbsd-5-1-1-RELEASE, netbsd-5-1, netbsd-5-0-RELEASE, netbsd-5-0-RC4, netbsd-5-0-RC3, netbsd-5-0-RC2, netbsd-5-0-RC1, netbsd-5-0-2-RELEASE, netbsd-5-0-1-RELEASE, netbsd-5-0, netbsd-5, mjf-devfs2-base, mjf-devfs2, matt-nb5-pq3-base, matt-nb5-pq3, matt-nb5-mips64-u2-k2-k4-k7-k8-k9, matt-nb5-mips64-u1-k1-k5, matt-nb5-mips64-premerge-20101231, matt-nb5-mips64-premerge-20091211, matt-nb5-mips64-k15, matt-nb5-mips64, matt-nb4-mips64-k7-u2a-k9b, matt-mips64-base2, matt-armv6-nbase, matt-armv6-base, keiichi-mipv6-base, keiichi-mipv6, jym-xensuspend-nbase, jym-xensuspend-base, jym-xensuspend, hpcarm-cleanup-nbase, hpcarm-cleanup-base, cube-autoconf-base, cube-autoconf
Changes since 1.35: +15 -9 lines
Diff to previous 1.35 (unified)

Fix resizing bug where the values of LINES and/or COLS changed while we
were resizing windows, leading to inconsistencies between the sizes of
stdscr and curscr.

Should fix the curses part of PR lib/36702.

Revision 1.34.4.1 / (download) - annotate - [select for diffs], Sun Jan 21 17:43:36 2007 UTC (17 years, 3 months ago) by jdc
Branch: wcurses
Changes since 1.34: +12 -10 lines
Diff to previous 1.34 (unified) next main 1.35 (unified)

Apply the changes that add debug "areas" on HEAD to the wcurses branch.
Add correspending changes to the debug code that is only present on the branch.

Revision 1.35 / (download) - annotate - [select for diffs], Sun Jan 21 13:25:36 2007 UTC (17 years, 3 months ago) by jdc
Branch: MAIN
CVS Tags: matt-mips64-base, matt-mips64, hpcarm-cleanup
Branch point for: matt-armv6
Changes since 1.34: +12 -10 lines
Diff to previous 1.34 (unified)

Add debug "areas" that allow selective debugging by setting the
"CURSES_TRACE_MASK" environment variable.  Postive vales include
debug areas, negative values exclude them.

Revision 1.32.12.2 / (download) - annotate - [select for diffs], Mon Aug 28 15:07:32 2006 UTC (17 years, 7 months ago) by tron
Branch: abandoned-netbsd-4
Changes since 1.32.12.1: +31 -6 lines
Diff to previous 1.32.12.1 (unified) to branchpoint 1.32 (unified) next main 1.33 (unified)

Pull up following revision(s) (requested by jdc in ticket #76):
	lib/libcurses/tstp.c: revision 1.34
Handle cases where the application installs a SIGWINCH handler after the
curses one is installed by:
1.  not reinstalling the curses one after restarting
2.  not sending KEY_RESIZE
Also, update the size of curscr, stdscr and __virtscr to match the new
screen size, so that their sizes are always updated.
Fixes the cases where applications call endwin() and then refresh() in
their SIGWINCH handler (i.e. the resizing problems in PR pkg/27777).

Revision 1.32.12.1 / (download) - annotate - [select for diffs], Mon Aug 28 15:06:24 2006 UTC (17 years, 7 months ago) by tron
Branch: abandoned-netbsd-4
Changes since 1.32: +14 -3 lines
Diff to previous 1.32 (unified)

Pull up following revision(s) (requested by jdc in ticket #75):
	lib/libcurses/tty.c: revision 1.38
	lib/libcurses/tstp.c: revision 1.33
	lib/libcurses/touchwin.c: revision 1.22
Add some more debugging information.

Revision 1.34 / (download) - annotate - [select for diffs], Fri Aug 25 17:04:32 2006 UTC (17 years, 7 months ago) by jdc
Branch: MAIN
CVS Tags: wcurses-base, netbsd-4-base
Branch point for: wrstuden-fixsa, wcurses, netbsd-4
Changes since 1.33: +31 -6 lines
Diff to previous 1.33 (unified)

Handle cases where the application installs a SIGWINCH handler after the
curses one is installed by:

  1.  not reinstalling the curses one after restarting
  2.  not sending KEY_RESIZE

Also, update the size of curscr, stdscr and __virtscr to match the new
screen size, so that their sizes are always updated.

Fixes the cases where applications call endwin() and then refresh() in
their SIGWINCH handler (i.e. the resizing problems in PR pkg/27777).

Revision 1.33 / (download) - annotate - [select for diffs], Wed Aug 23 19:23:55 2006 UTC (17 years, 8 months ago) by jdc
Branch: MAIN
Changes since 1.32: +14 -3 lines
Diff to previous 1.32 (unified)

Add some more debugging information.

Revision 1.32 / (download) - annotate - [select for diffs], Thu Mar 25 07:35:40 2004 UTC (20 years ago) by jdc
Branch: MAIN
CVS Tags: netbsd-3-base, netbsd-3-1-RELEASE, netbsd-3-1-RC4, netbsd-3-1-RC3, netbsd-3-1-RC2, netbsd-3-1-RC1, netbsd-3-1-1-RELEASE, netbsd-3-1, netbsd-3-0-RELEASE, netbsd-3-0-RC6, netbsd-3-0-RC5, netbsd-3-0-RC4, netbsd-3-0-RC3, netbsd-3-0-RC2, netbsd-3-0-RC1, netbsd-3-0-3-RELEASE, netbsd-3-0-2-RELEASE, netbsd-3-0-1-RELEASE, netbsd-3-0, netbsd-3, netbsd-2-base, netbsd-2-1-RELEASE, netbsd-2-1-RC6, netbsd-2-1-RC5, netbsd-2-1-RC4, netbsd-2-1-RC3, netbsd-2-1-RC2, netbsd-2-1-RC1, netbsd-2-1, netbsd-2-0-base, netbsd-2-0-RELEASE, netbsd-2-0-RC5, netbsd-2-0-RC4, netbsd-2-0-RC3, netbsd-2-0-RC2, netbsd-2-0-RC1, netbsd-2-0-3-RELEASE, netbsd-2-0-2-RELEASE, netbsd-2-0-1-RELEASE, netbsd-2-0, netbsd-2, abandoned-netbsd-4-base
Branch point for: abandoned-netbsd-4
Changes since 1.31: +42 -15 lines
Diff to previous 1.31 (unified)

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.

Revision 1.31 / (download) - annotate - [select for diffs], Mon Mar 22 18:57:10 2004 UTC (20 years, 1 month ago) by jdc
Branch: MAIN
Changes since 1.30: +75 -8 lines
Diff to previous 1.30 (unified)

Add KEY_RESIZE support and a SIGWINCH handler.
Fixes PR bin/20032.
This requires a change to KEY_MAX, which affects libform and libmenu, so we
need to change libcurses major number.

Revision 1.30 / (download) - annotate - [select for diffs], Thu Aug 7 16:44:25 2003 UTC (20 years, 8 months ago) by agc
Branch: MAIN
Changes since 1.29: +3 -7 lines
Diff to previous 1.29 (unified)

Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22280, verified by myself.

Revision 1.29 / (download) - annotate - [select for diffs], Thu Jul 10 12:50:18 2003 UTC (20 years, 9 months ago) by dsl
Branch: MAIN
Changes since 1.28: +12 -8 lines
Diff to previous 1.28 (unified)

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()?

Revision 1.28 / (download) - annotate - [select for diffs], Wed May 28 20:19:42 2003 UTC (20 years, 10 months ago) by dsl
Branch: MAIN
Changes since 1.27: +5 -2 lines
Diff to previous 1.27 (unified)

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.

Revision 1.27 / (download) - annotate - [select for diffs], Sun May 18 10:02:07 2003 UTC (20 years, 11 months ago) by dsl
Branch: MAIN
Changes since 1.26: +5 -2 lines
Diff to previous 1.26 (unified)

Don't do __stopwin() if it is already stopped.
Allows error messages from programs like sysinst() to be seen.
(There is an explicit stopwin() before the error message is output,
and a second in the atexit() called cleanup() routine)

Revision 1.26 / (download) - annotate - [select for diffs], Sun Aug 4 14:11:59 2002 UTC (21 years, 8 months ago) by jdc
Branch: MAIN
CVS Tags: fvdl_fs64_base
Changes since 1.25: +5 -5 lines
Diff to previous 1.25 (unified)

Reset cursor visibility after restarting the screen, as the cursor visibility
setting can be changed when the screen is restarted.

Revision 1.25 / (download) - annotate - [select for diffs], Wed Jan 2 10:38:29 2002 UTC (22 years, 3 months ago) by blymn
Branch: MAIN
CVS Tags: netbsd-1-6-base, netbsd-1-6-RELEASE, netbsd-1-6-RC3, netbsd-1-6-RC2, netbsd-1-6-RC1, netbsd-1-6-PATCH002-RELEASE, netbsd-1-6-PATCH002-RC4, netbsd-1-6-PATCH002-RC3, netbsd-1-6-PATCH002-RC2, netbsd-1-6-PATCH002-RC1, netbsd-1-6-PATCH002, netbsd-1-6-PATCH001-RELEASE, netbsd-1-6-PATCH001-RC3, netbsd-1-6-PATCH001-RC2, netbsd-1-6-PATCH001-RC1, netbsd-1-6-PATCH001, netbsd-1-6
Changes since 1.24: +4 -4 lines
Diff to previous 1.24 (unified)

Remove extraneous tabs from blank lines.

Revision 1.24 / (download) - annotate - [select for diffs], Sun Dec 2 09:14:23 2001 UTC (22 years, 4 months ago) by blymn
Branch: MAIN
Changes since 1.23: +21 -16 lines
Diff to previous 1.23 (unified)

* Major change to add support for the newterm/set_term functions.
* Added fix to getch.c suggested by Gabriel Rosenkoetter (thanks :-)

Revision 1.23 / (download) - annotate - [select for diffs], Sun Jan 14 08:12:47 2001 UTC (23 years, 3 months ago) by blymn
Branch: MAIN
Changes since 1.22: +3 -3 lines
Diff to previous 1.22 (unified)

There was a missing check for curscr != NULL, fixed.

Revision 1.22 / (download) - annotate - [select for diffs], Tue Dec 19 21:34:24 2000 UTC (23 years, 4 months ago) by jdc
Branch: MAIN
Changes since 1.21: +7 -7 lines
Diff to previous 1.21 (unified)

Rename variables refering to termcap capabilities from NN to __tc_nn.  Case
adjusted to match termcap capability.  A few other variable names renamed too
(ones related to or derived from termcap variables).

Revision 1.20.2.1 / (download) - annotate - [select for diffs], Fri Jun 23 16:16:28 2000 UTC (23 years, 10 months ago) by minoura
Branch: minoura-xpg4dl
Changes since 1.20: +4 -2 lines
Diff to previous 1.20 (unified) next main 1.21 (unified)

Sync w/ netbsd-1-5-base.

Revision 1.21 / (download) - annotate - [select for diffs], Thu Jun 15 21:20:16 2000 UTC (23 years, 10 months ago) by jdc
Branch: MAIN
CVS Tags: netbsd-1-5-base, netbsd-1-5-RELEASE, netbsd-1-5-PATCH003, netbsd-1-5-PATCH002, netbsd-1-5-PATCH001, netbsd-1-5-BETA2, netbsd-1-5-BETA, netbsd-1-5-ALPHA2, netbsd-1-5
Changes since 1.20: +4 -2 lines
Diff to previous 1.20 (unified)

Move setting of __endwin so that we also change it from the stop handler.

Revision 1.20 / (download) - annotate - [select for diffs], Mon May 22 05:54:37 2000 UTC (23 years, 11 months ago) by jdc
Branch: MAIN
CVS Tags: minoura-xpg4dl-base
Branch point for: minoura-xpg4dl
Changes since 1.19: +14 -2 lines
Diff to previous 1.19 (unified)

Use __restartwin() in reset_prog_mode() and __stopwin() in
reset_shell_mode().

Revision 1.19 / (download) - annotate - [select for diffs], Wed May 17 16:23:49 2000 UTC (23 years, 11 months ago) by jdc
Branch: MAIN
Changes since 1.18: +4 -3 lines
Diff to previous 1.18 (unified)

Send, if necessary, 'ks' or 'ke' sequences from keypad() and wgetch().
Fixes PR 10116.

Revision 1.18 / (download) - annotate - [select for diffs], Thu Apr 27 00:27:23 2000 UTC (23 years, 11 months ago) by jdc
Branch: MAIN
Changes since 1.17: +3 -44 lines
Diff to previous 1.17 (unified)

Use __unsetattr() to unset attributes on 'curscr'.

Revision 1.17 / (download) - annotate - [select for diffs], Mon Apr 24 14:09:44 2000 UTC (24 years ago) by blymn
Branch: MAIN
Changes since 1.16: +11 -2 lines
Diff to previous 1.16 (unified)

* Added rcs id line to files missing it.
* Added code to __restartwin to restore meta and cursor visibility states
* Added code to __stopwin to disable meta.
* Added the *line group of functions for drawing character lines.

Revision 1.16 / (download) - annotate - [select for diffs], Sat Apr 15 13:17:05 2000 UTC (24 years ago) by blymn
Branch: MAIN
Changes since 1.15: +9 -10 lines
Diff to previous 1.15 (unified)

Added functions to replace what were previously macros in curses.h
(this is a requirement of SUSv2) - the old macro behaviour can be
restored by defining _CURSES_USE_MACROS.
Changed function prototypes to use ANSI style.
All externally visible functions now have ANSI style declarations.

Revision 1.15 / (download) - annotate - [select for diffs], Wed Apr 12 21:36:36 2000 UTC (24 years ago) by jdc
Branch: MAIN
Changes since 1.14: +41 -5 lines
Diff to previous 1.14 (unified)

Replace __TERMATTR with __ATTRIBUTES (includes colour).
Add def_prog_mode() and reset_prog_mode().

Revision 1.14 / (download) - annotate - [select for diffs], Tue Apr 11 13:57:10 2000 UTC (24 years ago) by blymn
Branch: MAIN
Changes since 1.13: +17 -16 lines
Diff to previous 1.13 (unified)

Made data structures opaque

Revision 1.13.6.1 / (download) - annotate - [select for diffs], Sun Jan 9 20:43:22 2000 UTC (24 years, 3 months ago) by jdc
Branch: curses-v3
Changes since 1.13: +16 -16 lines
Diff to previous 1.13 (unified) next main 1.14 (unified)

Changes to make libcurses SUS v2 compatible.

Revision 1.13 / (download) - annotate - [select for diffs], Tue Apr 13 14:08:19 1999 UTC (25 years ago) by mrg
Branch: MAIN
CVS Tags: wrstuden-devbsize-base, wrstuden-devbsize-19991221, wrstuden-devbsize, curses-v3-base, comdex-fall-1999-base, comdex-fall-1999
Branch point for: curses-v3
Changes since 1.12: +46 -26 lines
Diff to previous 1.12 (unified)

Upgrades the standard NetBSD curses library to provide some
of the SYSV curses facilities.  The added features are the collapsing
of arrow and function keysequences (as defined by termcap for the
terminal) into symbolic code returns thus relieving the application of
recognising multi-character key sequences.  Other features are the
capability to perform a timed wait for a key (good for when you are
not sure if there is a keypress ready or not) and the capability for
turning off the inter-key timeout when assembling multi-character
function keys.

this work was done by Julian Coleman <J.D.Coleman@newcastle.ac.uk>
and blymn@baea.com.au (Brett Lymn).  i'm just integrating it.  thanks
HEAPS guys!

Revision 1.12 / (download) - annotate - [select for diffs], Fri Jan 30 04:33:35 1998 UTC (26 years, 2 months ago) by perry
Branch: MAIN
CVS Tags: netbsd-1-4-base, netbsd-1-4-RELEASE, netbsd-1-4-PATCH003, netbsd-1-4-PATCH002, netbsd-1-4-PATCH001, netbsd-1-4
Changes since 1.11: +3 -3 lines
Diff to previous 1.11 (unified)

merge with lite-2

Revision 1.10.2.1 / (download) - annotate - [select for diffs], Sat Nov 15 00:45:27 1997 UTC (26 years, 5 months ago) by mellon
Branch: netbsd-1-3
CVS Tags: netbsd-1-3-RELEASE, netbsd-1-3-PATCH003-CANDIDATE2, netbsd-1-3-PATCH003-CANDIDATE1, netbsd-1-3-PATCH003-CANDIDATE0, netbsd-1-3-PATCH003, netbsd-1-3-PATCH002, netbsd-1-3-PATCH001, netbsd-1-3-BETA
Changes since 1.10: +8 -8 lines
Diff to previous 1.10 (unified) next main 1.11 (unified)

Pull rev 1.11 up from trunk (phil)

Revision 1.11 / (download) - annotate - [select for diffs], Thu Nov 13 00:40:27 1997 UTC (26 years, 5 months ago) by phil
Branch: MAIN
Changes since 1.10: +8 -8 lines
Diff to previous 1.10 (unified)

Changes to make endwin() act like a SIGSTP in terms of nicely restarting
curses mode.  Taken from e-mail about PR 3981.  (Still some stuff left
in PR3981 to deal with.)

Revision 1.10 / (download) - annotate - [select for diffs], Fri Sep 12 21:08:25 1997 UTC (26 years, 7 months ago) by phil
Branch: MAIN
CVS Tags: netbsd-1-3-base
Branch point for: netbsd-1-3
Changes since 1.9: +54 -21 lines
Diff to previous 1.9 (unified)

Make endwin() save state so a subsequent call to wrefresh restores curses
and makes endwin()/wrefresh() act like a SIGTSTP.

Revision 1.9 / (download) - annotate - [select for diffs], Tue Jul 22 07:37:09 1997 UTC (26 years, 9 months ago) by mikel
Branch: MAIN
Changes since 1.8: +8 -1 lines
Diff to previous 1.8 (unified)

RCSid police, fix warnings

Revision 1.8.2.2 / (download) - annotate - [select for diffs], Wed Aug 17 21:52:53 1994 UTC (29 years, 8 months ago) by cgd
Branch: netbsd-1-0
Changes since 1.8.2.1: +124 -0 lines
Diff to previous 1.8.2.1 (unified) to branchpoint 1.8 (unified) next main 1.9 (unified)

clean up import

Revision 1.8.2.1, Wed Aug 17 21:52:52 1994 UTC (29 years, 8 months ago) by cgd
Branch: netbsd-1-0
Changes since 1.8: +0 -124 lines
FILE REMOVED

file tstp.c was added on branch netbsd-1-0 on 1994-08-17 21:52:53 +0000

Revision 1.8 / (download) - annotate - [select for diffs], Wed Aug 17 21:52:52 1994 UTC (29 years, 8 months ago) by cgd
Branch: MAIN
CVS Tags: netbsd-1-2-base, netbsd-1-2-RELEASE, netbsd-1-2-PATCH001, netbsd-1-2-BETA, netbsd-1-2, netbsd-1-1-base, netbsd-1-1-RELEASE, netbsd-1-1-PATCH001, netbsd-1-1, netbsd-1-0-RELEASE, netbsd-1-0-PATCH1, netbsd-1-0-PATCH06, netbsd-1-0-PATCH05, netbsd-1-0-PATCH04, netbsd-1-0-PATCH03, netbsd-1-0-PATCH02, netbsd-1-0-PATCH0
Branch point for: netbsd-1-0
Changes since 1.7: +3 -4 lines
Diff to previous 1.7 (unified)

clean up import

Revision 1.1.1.2 / (download) - annotate - [select for diffs] (vendor branch), Wed Aug 17 21:13:33 1994 UTC (29 years, 8 months ago) by cgd
Branch: WFJ-920714, CSRG
CVS Tags: lite-2, CSRG-94-08-17
Changes since 1.1.1.1: +81 -30 lines
Diff to previous 1.1.1.1 (unified)

new libcurses, from new nvi

Revision 1.7 / (download) - annotate - [select for diffs], Mon Jan 24 08:36:58 1994 UTC (30 years, 3 months ago) by cgd
Branch: MAIN
CVS Tags: netbsd-1-0-base
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (unified)

changes from branch

Revision 1.5.2.1 / (download) - annotate - [select for diffs], Mon Jan 24 08:17:34 1994 UTC (30 years, 3 months ago) by cgd
CVS Tags: CSRG-last, CSRG-94-01-23
Changes since 1.5: +1 -1 lines
Diff to previous 1.5 (unified) next main 1.6 (unified)

minor fixups

Revision 1.6 / (download) - annotate - [select for diffs], Tue Nov 9 04:08:55 1993 UTC (30 years, 5 months ago) by cgd
Branch: MAIN
Changes since 1.5: +2 -1 lines
Diff to previous 1.5 (unified)

repeat after me: "I hate rcs ids"

Revision 1.5 / (download) - annotate - [select for diffs], Tue Nov 9 03:34:59 1993 UTC (30 years, 5 months ago) by cgd
Branch: MAIN
CVS Tags: CSRG-93-11-06
Changes since 1.4: +62 -21 lines
Diff to previous 1.4 (unified)

update to new version from berkeley.  doesn't compile yet, nor
does it have rcsid's.  this is for diffs.

Revision 1.4 / (download) - annotate - [select for diffs], Tue Aug 10 02:12:47 1993 UTC (30 years, 8 months ago) by mycroft
Branch: MAIN
Changes since 1.3: +5 -5 lines
Diff to previous 1.3 (unified)

Actually use the signal number we're passed.

Revision 1.3 / (download) - annotate - [select for diffs], Sat Aug 7 05:49:09 1993 UTC (30 years, 8 months ago) by mycroft
Branch: MAIN
Changes since 1.2: +36 -27 lines
Diff to previous 1.2 (unified)

New version from uunet.

Revision 1.2 / (download) - annotate - [select for diffs], Sun Aug 1 18:35:20 1993 UTC (30 years, 8 months ago) by mycroft
Branch: MAIN
Changes since 1.1: +2 -1 lines
Diff to previous 1.1 (unified)

Add RCS identifiers.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Sun Mar 21 09:45:37 1993 UTC (31 years, 1 month ago) by cgd
Branch: WFJ-920714, CSRG
CVS Tags: patchkit-0-2-2, netbsd-alpha-1, netbsd-0-9-base, netbsd-0-9-RELEASE, netbsd-0-9-BETA, netbsd-0-9-ALPHA2, netbsd-0-9-ALPHA, netbsd-0-9, netbsd-0-8, WFJ-386bsd-01
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (unified)

initial import of 386bsd-0.1 sources

Revision 1.1 / (download) - annotate - [select for diffs], Sun Mar 21 09:45:37 1993 UTC (31 years, 1 month ago) by cgd
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>