Go to file
alm 75de25bb93 added Andrew Chernov's patch set:
Standard curses library use eight bit for standout mode, so
8-bit characters displays like highlighted 7-bit characters.

This patch produce library which is fully compatible with all curses
programs and add 8-bit chars to all input/display functions.
---
I don't think, that any programs wish to use internal curses
attribute _STANDOUT directly, in expressions like:
        addch( ch | _STANDOUT );
        Normal interface use standout() and standend() functions instead.
        Many programs use 'char' type (with sign extention) for input characters
        and sign extention becomes _STANDOUT mode in this case.
        So, I refuse this future and allow 8-bit characters for programs,
        which is designed for 7-bit only ('char' type using instead of
        'unsigned char').
---
This small patch fix unpleasant standard curses bug:
curses can't expand TAB at all (but tries).
A man who wrote this curses misplace SYNC_IN and SYNCH_OUT,
this patch exchange macro calls.

This patch useful for standard 7-bit curses too, for this
you must delete '_' symbol before waddbytes and apply patch.
---
Oh, NO! This curses are really buggy!

This small patch fix following problem:
[ assumed scrollok(stdscr, TRUE) ]
when addch(ch) at lower right corner of screen, curses are realy
gone mad instead if simple scrolling... Curses code assumed that
this will be done correctly, but implement it with two bugs.
1993-07-09 05:34:14 +00:00
bin IEEE 1003.2 (D11.2.2.3) requires that the system's true and false be accessed 1993-07-07 01:11:56 +00:00
etc changes for init... 1993-07-08 01:50:42 +00:00
games BADSIG --> SIG_ERR 1993-06-21 00:55:05 +00:00
gnu use rcs 5.6.0.1 1993-07-09 02:05:20 +00:00
include convert magic numbers to network byte order, and attendent changes 1993-06-18 06:49:30 +00:00
lib added Andrew Chernov's patch set: 1993-07-09 05:34:14 +00:00
libexec Uucpd from Net2 1993-06-29 18:53:47 +00:00
regress update db code to v1.6 from vangogh, and put it in "db" rather than "DB" 1993-06-14 23:52:39 +00:00
sbin get rid of the bogus changes i made to init. note that /etc/ttys 1993-07-08 01:47:31 +00:00
share Add comment about oddity in find for anyone who might wonder. 1993-07-09 04:27:33 +00:00
sys fix evil interaction with new physio; don't set error bit for short reads. 1993-07-09 04:28:55 +00:00
usr.bin Clean up deleted files. 1993-07-09 02:42:23 +00:00
usr.sbin Clean up deleted files. 1993-07-08 16:58:04 +00:00
Makefile Make regress only if directory exists. It can be optional. 1993-07-07 12:55:48 +00:00