History log of /csrg-svn/lib/libcurses/curses.h (Results 1 – 25 of 60)
Revision Date Author Comments
# 69111 29-Apr-1995 bostic

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


# 67630 10-Aug-1994 bostic

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


# 67569 27-Jul-1994 bostic

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


# 65310 02-Jan-1994 bostic

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


# 62542 07-Jun-1993 bostic

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


# 62541 07-Jun-1993 bostic

prettiness police


# 61229 04-Jun-1993 marc

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


# 60403 25-May-1993 bostic

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


# 60107 17-May-1993 bostic

make a few private functions public so the prototypes work


# 60070 16-May-1993 bostic

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


# 60058 16-May-1993 bostic

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


# 59929 11-May-1993 elan

Added __mvcur and made mvcur a #define.


# 59789 07-May-1993 bostic

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


# 58191 24-Feb-1993 elan

Fixed typo in insch decl.


# 58048 18-Feb-1993 elan

Added waddch and hash prototypes.


# 58042 18-Feb-1993 elan

bcopy, bcmp -> memcpy, memcmp.


# 57972 13-Feb-1993 bostic

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


# 57941 12-Feb-1993 bostic

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


# 57830 03-Feb-1993 elan

0x80 -> 0xff in unctrl().


# 57712 24-Jan-1993 bostic

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


# 57479 11-Jan-1993 elan

unctrl -> 8-bit characters,


# 57477 11-Jan-1993 bostic

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


# 57362 30-Dec-1992 elan

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


# 56722 12-Nov-1992 elan

Corrected previous fix.


# 56721 12-Nov-1992 elan

Fixed bug in winch() definition.


123