History log of /csrg-svn/lib/libcurses/ (Results 1 – 25 of 626)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
6911129-Apr-1995 bostic

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

6818310-Jan-1995 bostic

typo, wrong parameter to __mvcur in endwin()

6785225-Oct-1994 bostic

handle tgoto functions that return NULL, not "OOPS"

6766613-Aug-1994 bostic

use 8K buffering for stdout -- some C libraries use 1K

6766513-Aug-1994 bostic

the cursor must be at the screen bottom for SF/sf

6763210-Aug-1994 bostic

don't leave the screen in stadnout mode
bug fix taken from FreeBSD sources, fixes Sun console bug for nvi

6763110-Aug-1994 bostic

don't reenter standout mode on every character
(test for already in standout mode was wrong)

6763010-Aug-1994 bostic

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

6762910-Aug-1994 bostic

simplify the code, return an int (that's what System V does)

6758304-Aug-1994 bostic

rework scrolling to us AL/DL if scrolling most of the screen, in
preference to sf/sr

6757427-Jul-1994 bostic

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

6757327-Jul-1994 bostic

__tscroll has to take a second integer argument for CS string

6757227-Jul-1994 bostic

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

6757127-Jul-1994 bostic

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

6757027-Jul-1994 bostic

delete __FULLLINE, it's never used

6756927-Jul-1994 bostic

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

6729201-Jun-1994 ah

page breaks for the 4.4BSD manuals

6723424-May-1994 mckusick

fix running head

6722423-May-1994 mckusick

syntax fixes

6717619-May-1994 bostic

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

6717418-May-1994 bostic

fix return values for tty function

6708204-May-1994 bostic

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

6679515-Apr-1994 bostic

add %p, so we can load against System V terminfo files
lots of random cleanup

6639219-Mar-1994 bostic

It seems to me that addbytes() (and thus addch()) should return ERR if
you try to go past the end of the window and SCROLLOK is not set. The
old code also used to do this; the current code does not.

It seems to me that addbytes() (and thus addch()) should return ERR if
you try to go past the end of the window and SCROLLOK is not set. The
old code also used to do this; the current code does not.
This breaks at least one program, mille(6).
From: Charles Hannum <mycroft@sun-lamp.cs.berkeley.edu>

show more ...

6559009-Jan-1994 bostic

don't need termios.h any longer

12345678910>>...26