History log of /original-bsd/lib/libcurses/setterm.c (Results 1 – 25 of 44)
Revision Date Author Comments
# a325f4ef 25-Oct-1994 bostic <bostic@65305748-3e16-e211-a854-8c89a5c6f760>

handle tgoto functions that return NULL, not "OOPS"


# a96eadc5 27-Jul-1994 bostic <bostic@65305748-3e16-e211-a854-8c89a5c6f760>

I got the sense of the scroll test backwards....


# afb30d2a 27-Jul-1994 bostic <bostic@65305748-3e16-e211-a854-8c89a5c6f760>

add support for CS SF/sf/SR/sr combinations as scrolling commands


# 032a2cb2 19-May-1994 bostic <bostic@65305748-3e16-e211-a854-8c89a5c6f760>

add ioctl.h back in, TIOCGWINSZ on old systems.


# 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


# 84333c79 02-Jan-1994 bostic <bostic@65305748-3e16-e211-a854-8c89a5c6f760>

it's LINES, not ROWS!


# cb907b1b 02-Jan-1994 bostic <bostic@65305748-3e16-e211-a854-8c89a5c6f760>

delete HZ, it's Hazeltine specific, and conflicts with HZ as Hertz


# 1dcb39f9 04-Jun-1993 bostic <bostic@65305748-3e16-e211-a854-8c89a5c6f760>

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


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

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


# 946897f0 10-May-1993 bostic <bostic@65305748-3e16-e211-a854-8c89a5c6f760>

delete a section of code that, as far as I can tell has no effect
only AL and DL are used in the scrolling implementation, and setting them to
empty strings means that no scrolling will happen, since

delete a section of code that, as far as I can tell has no effect
only AL and DL are used in the scrolling implementation, and setting them to
empty strings means that no scrolling will happen, since the test is against
NULL, not an empty string. I have no idea what this was supposed to do.

show more ...


# b2706536 15-Apr-1993 elan <elan@65305748-3e16-e211-a854-8c89a5c6f760>

LINES can be any number. No restriction. COLS should be > 4.


# 6a8e498a 18-Feb-1993 elan <elan@65305748-3e16-e211-a854-8c89a5c6f760>

Deleted vacuous destline and destcol variables.


# 869f2945 03-Feb-1993 elan <elan@65305748-3e16-e211-a854-8c89a5c6f760>

Fixed missing "db".


# 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.


# ddbcc0cc 22-Dec-1992 bostic <bostic@65305748-3e16-e211-a854-8c89a5c6f760>

destcol, destline don't need to be static


# 2dc3bec0 21-Sep-1992 elan <elan@65305748-3e16-e211-a854-8c89a5c6f760>

Added AL, DL, SF, SR support.


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

Converted to new data structures.


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

rewrite for the new tty driver, 4.4BSD


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

new copyright notice


# 0e43a465 13-Sep-1989 bostic <bostic@65305748-3e16-e211-a854-8c89a5c6f760>

typo; tgoto isn't static; bug report 4.3BSD-tahoe/lib/27


# e1cfdebb 29-Jun-1989 bostic <bostic@65305748-3e16-e211-a854-8c89a5c6f760>

remove references to [sg]tty


# 6ed6ac96 13-Apr-1989 bostic <bostic@65305748-3e16-e211-a854-8c89a5c6f760>

longname() steps on the second variable it is passed, so copy type
into xtype so it isn't stepped on when you are least suspecting it.
from John Gilmore


# 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