History log of /original-bsd/lib/libcurses/cr_put.c (Results 1 – 25 of 32)
Revision Date Author Comments
# f8557398 04-May-1994 bostic <bostic@65305748-3e16-e211-a854-8c89a5c6f760>

upgrade some includes, make curses.h local
helps out nvi, but it's cleaner regardless


# f912f884 09-Jan-1994 bostic <bostic@65305748-3e16-e211-a854-8c89a5c6f760>

don't need termios.h any longer


# fc5797f4 11-Jun-1993 bostic <bostic@65305748-3e16-e211-a854-8c89a5c6f760>

4.4BSD snapshot (revision 8.1); add 1993 to copyright


# df6f83fa 11-Jun-1993 bostic <bostic@65305748-3e16-e211-a854-8c89a5c6f760>

Round #4; try to get ONLCR/NONL right once again


# 88a727bb 07-Jun-1993 bostic <bostic@65305748-3e16-e211-a854-8c89a5c6f760>

original NONL test was flipped, and was simply translated forward


# 78fe3dfd 04-Jun-1993 marc <marc@65305748-3e16-e211-a854-8c89a5c6f760>

changed to remember and restore TSTP handler, and also to resnapshot tty state when restarting from TSTP. Also, hardwire GT variable since we always turn tab expansion off. We still aren't sure wha

changed to remember and restore TSTP handler, and also to resnapshot tty state when restarting from TSTP. Also, hardwire GT variable since we always turn tab expansion off. We still aren't sure what pfast is for, but we haven't given up yet.

show more ...


# a4cd847a 25-May-1993 bostic <bostic@65305748-3e16-e211-a854-8c89a5c6f760>

make mvcur a real function, it's just too painful otherwise


# cf7cc3f4 16-May-1993 bostic <bostic@65305748-3e16-e211-a854-8c89a5c6f760>

change __TRACE to __CTRACE, so it doesn't collide with nvi


# 2e4284f8 11-May-1993 elan <elan@65305748-3e16-e211-a854-8c89a5c6f760>

Fixed typo -- polarity of in_refresh check in plod().


# 6d85614d 11-May-1993 elan <elan@65305748-3e16-e211-a854-8c89a5c6f760>

Deleted ugly (and stupid) _win stuff for notifying mvcur() that
we are in refresh. Added __mvcur as a private function. Mvcur() is now a
macro that calls __mvcur().


# e55d149b 24-Jan-1993 bostic <bostic@65305748-3e16-e211-a854-8c89a5c6f760>

rename origtermio to be __orig_termios


# 2989bfca 11-Jan-1993 bostic <bostic@65305748-3e16-e211-a854-8c89a5c6f760>

CURSES_{OK,ERR} -> OK,ERR


# 9113cbaf 30-Dec-1992 elan <elan@65305748-3e16-e211-a854-8c89a5c6f760>

Changed ERR to CURSES_ERR and OK to CURSES_OK.


# 5a7b7a40 05-Nov-1992 elan <elan@65305748-3e16-e211-a854-8c89a5c6f760>

Bypassed plod if on last column due to inconsistent behavior of
backspace on last column.


# 16ec850b 26-Oct-1992 elan <elan@65305748-3e16-e211-a854-8c89a5c6f760>

Changed to new line data structures (__LDATA and __LINE) and
eliminated linked list representation of window (not useful).


# cc21c20b 20-Oct-1992 elan <elan@65305748-3e16-e211-a854-8c89a5c6f760>

Changes standout character representation so that characters are
eight bit clean.


# a2343a38 22-Sep-1992 elan <elan@65305748-3e16-e211-a854-8c89a5c6f760>

Fixed standout bug.


# bcc2d588 14-Sep-1992 elan <elan@65305748-3e16-e211-a854-8c89a5c6f760>

Converted to new data structures.


# 7b453048 31-Aug-1992 elan <elan@65305748-3e16-e211-a854-8c89a5c6f760>

deleted references to NONL.


# feb2ad4f 23-Aug-1992 bostic <bostic@65305748-3e16-e211-a854-8c89a5c6f760>

lint


# 6918c7da 23-Aug-1992 bostic <bostic@65305748-3e16-e211-a854-8c89a5c6f760>

KNF, lint


# 833fc2a5 01-Jun-1990 bostic <bostic@65305748-3e16-e211-a854-8c89a5c6f760>

new copyright notice


# 76bdea6e 23-Jan-1989 bostic <bostic@65305748-3e16-e211-a854-8c89a5c6f760>

can output chars with 8th bit set; bug report 4.3BSD-tahoe/usr.lib/5


# a50a5017 30-Jun-1988 bostic <bostic@65305748-3e16-e211-a854-8c89a5c6f760>

install approved copyright notice


# 0c41a22e 08-Jun-1988 bostic <bostic@65305748-3e16-e211-a854-8c89a5c6f760>

written by Ken Arnold; add Berkeley specific header


12