mckay
f23f10a032
The fix for PR#bin/722 made it into 2.1.5 and 2.1.6, but not into -current.
...
Without it, the last row and last column don't get their background updated.
I think this should be in 2.2.
Submitted by: Paul Koch <koch@thehub.com.au> (again)
Passing observation: The fixes that pst put in on 1996/09/22 then backed out
look like they should be put in again. If sysinstall is depending on bugs,
then it should be fixed.
1996-12-22 14:24:49 +00:00
wosch
0afb8360fb
delete doubled words, e.g.: "the the" -> "the"
1996-10-05 22:27:30 +00:00
alex
6b85da6d45
Added parens to noecho in screen initialization example.
1996-09-28 11:09:33 +00:00
pst
2ba70eba80
Back out my recent compilation clean-up changes, sysinstall is now weird.
1996-09-26 01:08:51 +00:00
pst
7aac850467
Fix some compilation warnings
1996-09-22 01:05:21 +00:00
jkh
4b86ce1527
Don't smash attributes when turning color values off. This was submitted
...
as a PR to GNATs but it evidently went astray somehow since I can't find
it in the database now, nor does an assigned PR# appear on the mail I got.
Sorry about that, Danny!
Submitted-By: Danny R. Johnston <danny@simn.com>
1996-09-06 05:55:48 +00:00
bde
218243765f
Fixed DPADD.
1996-09-05 17:16:10 +00:00
peter
8a1778a6d9
cmp -s || install -c ==> install -C
1996-08-30 02:12:07 +00:00
peter
aa7d5a0e80
.include "bsd.prog.mk" -> .include <bsd.prog.mk>
1996-08-30 01:59:14 +00:00
peter
c77e076643
Delete -DGOOD_SELECT from CFLAGS, we don't have it. This is used to
...
indicate that select() returns the leftover time remaining in the timeval
arg of select, we don't do that (yet :-).
1996-08-26 09:25:20 +00:00
jkh
db282523f9
Go back to sigaction again now that Peter has found the problem.
...
Mine was just a "let's move on" kinda fix, Peter's does it right. :)
Submitted-by: peter
1996-08-16 07:53:29 +00:00
jkh
25c8cb23d8
Switch from using sigaction to signal.
1996-08-15 21:13:53 +00:00
jkh
1ed578711f
Make libncurses catch SIGWINCH and update the values for LINES and COLS.
...
I was perplexed when an example I'd written to show the values for these
variables changing as an xterm window was resized didn't work, and looking
into it I see that size tracking for LINES and COLS seems to be one SVR4
enhancement which didn't come across with libncurses.
1996-08-15 21:06:52 +00:00
jkh
034630759a
Add something so that you can solve the puzzle automatically by pressing
...
`a' (I'm using this code as a test for something else, and just happened
to add this in the process :).
1996-08-15 20:15:18 +00:00
wosch
4075eb0fee
remove MLINKS tparm.3 due name clash with libtermcap
1996-05-27 22:58:29 +00:00
jkh
acd2db746e
The traceon and traceoff directives aren't in this version ncurses.
...
Guess nobody's built these tests for quite awhile!
1996-04-25 01:18:30 +00:00
mpp
37272cd2d1
Another round of man page cleanups.
...
Down to only about 100 items left to cleanup! :-)
1996-02-12 04:57:03 +00:00
mpp
8370a72faa
Correct man page section number references (e.g. don't use the
...
old 1M, 3X and 3S section numbers) and make some minor formatting
changes to silence manck.
1996-02-11 23:29:40 +00:00
mpp
bd901d38da
Added some missing MLINKS for section 3 man pages.
...
Also corrected a few minor formatting errors, file location and cross
references in some of the section 3 man pages.
This shuts up a lot of the output from "manck" for section 3.
1996-02-09 00:45:45 +00:00
mpp
82b32b7c96
Fix some minor formatting problems in the curs_termin.3 man page.
1996-02-08 22:25:44 +00:00
mpp
3c88447e66
Fix a typo in one of the function names.
1996-02-08 22:16:13 +00:00
mpp
b56c7090ff
Another round of spelling fixes.
1996-01-30 18:13:11 +00:00
peter
6470cdf2a0
This commit was generated by cvs2svn to compensate for changes in r13122,
...
which included commits to RCS files with non-trunk default branches.
1995-12-30 19:02:48 +00:00
peter
639da796bd
recording cvs-1.6 file death
1995-12-30 19:02:48 +00:00
joerg
0b635b41bb
Finally catch up with the Frenchmen, and create the German message
...
catalog.
:-)
1995-10-21 23:47:43 +00:00
bde
c681abc576
Install source files with the -c flag, not with the optional flag ${COPY}.
1995-08-06 12:37:41 +00:00
ache
95d4e75253
Allow any speeds in baudrate
1995-08-04 11:06:00 +00:00
ache
815685bf2a
Add SA_RESTART to ^Z reaction, EIO was returned in other case
1995-08-04 11:05:29 +00:00
rgrimes
1c444a9f7e
Remove trailing whitespace.
1995-05-30 05:51:47 +00:00
ache
e5056bc6fd
Bump major number instead of minor
1995-05-08 16:08:49 +00:00
ache
d164263fdc
Bump minor number
1995-05-03 18:54:09 +00:00
ache
f0be3595ba
Add a bit more docs
1995-04-20 21:36:15 +00:00
ache
bb9737716c
Fix bug using CSR for partial scrolling
1995-03-27 01:19:14 +00:00
ache
ce8b5e0aff
Fix wbkgdset macro
...
Submitted by: Andreas Wetzel <mickey@deadline.snafu.de>
1995-03-13 19:02:04 +00:00
ache
392e303064
Add missing lib_window.c to SRCS
1995-02-13 17:23:18 +00:00
ache
58c224af30
Back out bkgd changes, now acts per braindamaged sysv standard
1995-01-16 17:33:33 +00:00
ache
955bc0aaab
Fix compiler warnings about tputs argument
1994-12-28 14:30:19 +00:00
ache
5bfe7373e6
tputs prototypes...
1994-12-10 23:10:41 +00:00
ache
1fd643ec5b
Fix tputs/tparm declarations
1994-12-09 22:02:19 +00:00
ache
867b2b7b91
termcap.h now belongs to system
1994-12-04 02:43:41 +00:00
ache
d6f34be3cf
Move gdc/bs to games
1994-12-03 04:42:49 +00:00
ache
5106e2559d
exit_standout don't turn most attributes off, fixed
1994-12-03 04:27:08 +00:00
ache
7d928ccee6
#ifdef out check for pending input, cause problems with
...
output-only pgms
1994-12-03 03:35:30 +00:00
ache
2971a9b5f7
bkgd() family fixes
1994-12-02 19:43:34 +00:00
ache
7a3e472a21
Implement chage_scroll_region properly
1994-12-02 07:35:48 +00:00
ache
8a2a333ba2
Upgrade to version 1.8.6
1994-12-02 06:40:24 +00:00
ache
bf34068be4
wscrl: implement partial scrolling via al/dl
...
winsdel: implemented via wscrl
winsertln/deleteln: implemented as macros via winsdel
1994-11-29 02:48:20 +00:00
ache
91dd4f8da4
Fix many duplicated attribute sets
1994-11-27 05:23:52 +00:00
ache
178744f0e2
Add wrefresh before doing putp when idlok
1994-11-27 03:08:12 +00:00
ache
b1affeefa7
Make idlok works properly with back color erase.
1994-11-27 02:22:09 +00:00