History log of /original-bsd/lib/libcurses/curses.h (Results 1 – 25 of 60)
Revision Date Author Comments
# 50de8500 29-Apr-1995 bostic <bostic@65305748-3e16-e211-a854-8c89a5c6f760>

bool means something to C++
From: Chris Torek <torek@BSDI.COM>


# 328a462b 10-Aug-1994 bostic <bostic@65305748-3e16-e211-a854-8c89a5c6f760>

wstandend/wstandout return an int (that's what System V does)


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

delete __FULLLINE, it's never used
__tscroll has to take a second integer argument for CS string


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

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


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

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


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

prettiness police


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


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

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


# 1e0ed48d 17-May-1993 bostic <bostic@65305748-3e16-e211-a854-8c89a5c6f760>

make a few private functions public so the prototypes work


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

some preprocessors try to redefine the mvcur prototype to be __mvcur
which fails miserably; don't use mvcur internally, either


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

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


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

Added __mvcur and made mvcur a #define.


# 3983f497 07-May-1993 bostic <bostic@65305748-3e16-e211-a854-8c89a5c6f760>

make __cputchar visible, the back compatibility stuff uses it
bug report 4.4BSD-alpha/include/0


# 2637c007 24-Feb-1993 elan <elan@65305748-3e16-e211-a854-8c89a5c6f760>

Fixed typo in insch decl.


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

Added waddch and hash prototypes.


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

bcopy, bcmp -> memcpy, memcmp.


# f9302bb9 13-Feb-1993 bostic <bostic@65305748-3e16-e211-a854-8c89a5c6f760>

add the System V C-string oriented functions (from curs_addstr(TI_LIB));
make waddstr a macro, minor cleanups


# 24273d97 12-Feb-1993 bostic <bostic@65305748-3e16-e211-a854-8c89a5c6f760>

make strings to addbytes and addstr const char * (for gcc2)


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

0x80 -> 0xff in unctrl().


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

rename origtermio to __orig_termios; delete tstp, add
__stop_signal_handler and __startwin


# 4b2fb64d 11-Jan-1993 elan <elan@65305748-3e16-e211-a854-8c89a5c6f760>

unctrl -> 8-bit characters,


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

make GT, NONL, UPPERCASE and termcap strings `backward compat only'
export waddbytes(); tscroll -> __tscroll; make __cputchar private;
prettiness police


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

Made _sprintw and _sscans global and public. Changed the names to
vwprintw and vwscanw respectively.


# 1a3fce59 12-Nov-1992 elan <elan@65305748-3e16-e211-a854-8c89a5c6f760>

Corrected previous fix.


# ee86a04d 12-Nov-1992 elan <elan@65305748-3e16-e211-a854-8c89a5c6f760>

Fixed bug in winch() definition.


123