Peter Wemm
b589b6f200
Fix a merge glitch - put our FREEBSD_NATIVE hack back in the original
...
place. The author saw fit to reindent the code which messed this up.
2000-07-03 09:38:46 +00:00
Peter Wemm
bd2a88692c
Merge vendor changes onto mainline
2000-07-03 09:35:22 +00:00
Peter Wemm
60b9f94d09
Merge conflicting vendor changes onto mainline. This essentially reverts
...
this file to the vendor version except for the added $FreeBSD$.
(The rev 1.2 IEXTEN change has been implemented more cleanly)
2000-07-03 09:30:28 +00:00
Peter Wemm
b0607d4eea
This commit was generated by cvs2svn to compensate for changes in r62449,
...
which included commits to RCS files with non-trunk default branches.
2000-07-03 09:24:12 +00:00
Peter Wemm
15589c42fa
Import the most recent ncurses 5.1 prerelease (20000701).
...
Mostly this is intended to resolve the trace() badness once and for all.
Obtained from: ftp://dickey.his.com/ncurses/
2000-07-03 09:24:12 +00:00
Peter Wemm
6b9085fd58
Bring in the fix for the trace/_nc_trace issue, without breaking the
...
vendor branching. The author has fixed this also so we can do this
safely.
2000-05-24 10:44:45 +00:00
Peter Wemm
e49b03b90b
This commit was generated by cvs2svn to compensate for changes in r60867,
...
which included commits to RCS files with non-trunk default branches.
2000-05-24 10:44:45 +00:00
Bruce Evans
d0fb0d6db9
Fixed IEXTEN handling in raw mode again. The effect of IEXTEN when
...
ICANON is off is implementation-defined. Under BSD, IEXTEN is
independent of ICANON, so it must be turned off to get "raw" mode.
This was first fixed in rev.1.4 (1995/10/21) of libncurses/lib_raw.c,
but the change was lost in the downgrade to the contrib version.
The fix here is the same as in the old rev.1.4, less style bugs. A
better fix would use cfmakeraw(3) to actually handle all of the
complications for switching to raw mode.
2000-01-29 13:55:02 +00:00
Peter Wemm
5bd21f8a0a
Revision 1.3 is now taken care of in the base ncurses source.
2000-01-26 16:55:09 +00:00
Peter Wemm
1759abf3ae
Import ncurses-5.0-release to update the 5.0-prerelease that we had.
2000-01-26 16:43:25 +00:00
Peter Wemm
f8370a60ad
This commit was generated by cvs2svn to compensate for changes in r56639,
...
which included commits to RCS files with non-trunk default branches.
2000-01-26 16:43:25 +00:00
Luoqi Chen
77b3485b11
Remove GCC_UNUSED under FREEBSD_NATIVE option.
...
Requested by: ache
1999-09-03 17:56:05 +00:00
Luoqi Chen
2a0434714f
Restore documented tgetstr() behavior.
1999-09-03 05:15:33 +00:00
Peter Wemm
c8b9c85ee5
Tweaks for using natively under FreeBSD (with native termcap)
1999-08-30 07:50:31 +00:00
Peter Wemm
0e3d540892
Import unmodified (but trimmed) ncurses 5.0 prerelease 990821.
...
This contains the full eti (panel, form, menu) extensions.
bmake glue to follow.
Obtained from: ftp://ftp.clark.net/pub/dickey/ncurses
1999-08-24 01:06:48 +00:00