69111 | 29-Apr-1995 |
bostic |
bool means something to C++ From: Chris Torek <torek@BSDI.COM> |
68183 | 10-Jan-1995 |
bostic |
typo, wrong parameter to __mvcur in endwin() |
67852 | 25-Oct-1994 |
bostic |
handle tgoto functions that return NULL, not "OOPS" |
67666 | 13-Aug-1994 |
bostic |
use 8K buffering for stdout -- some C libraries use 1K |
67665 | 13-Aug-1994 |
bostic |
the cursor must be at the screen bottom for SF/sf |
67632 | 10-Aug-1994 |
bostic |
don't leave the screen in stadnout mode bug fix taken from FreeBSD sources, fixes Sun console bug for nvi |
67631 | 10-Aug-1994 |
bostic |
don't reenter standout mode on every character (test for already in standout mode was wrong) |
67630 | 10-Aug-1994 |
bostic |
wstandend/wstandout return an int (that's what System V does) |
67629 | 10-Aug-1994 |
bostic |
simplify the code, return an int (that's what System V does) |
67583 | 04-Aug-1994 |
bostic |
rework scrolling to us AL/DL if scrolling most of the screen, in preference to sf/sr |
67574 | 27-Jul-1994 |
bostic |
I got the sense of the scroll test backwards.... |
67573 | 27-Jul-1994 |
bostic |
__tscroll has to take a second integer argument for CS string |
67572 | 27-Jul-1994 |
bostic |
add support for CS SF/sf/SR/sr combinations as scrolling commands |
67571 | 27-Jul-1994 |
bostic |
add support for CS SF/sf/SR/sr combinations as scrolling commands |
67570 | 27-Jul-1994 |
bostic |
delete __FULLLINE, it's never used |
67569 | 27-Jul-1994 |
bostic |
delete __FULLLINE, it's never used __tscroll has to take a second integer argument for CS string |
67292 | 01-Jun-1994 |
ah |
page breaks for the 4.4BSD manuals |
67234 | 24-May-1994 |
mckusick |
fix running head |
67224 | 23-May-1994 |
mckusick |
syntax fixes |
67176 | 19-May-1994 |
bostic |
add ioctl.h back in, TIOCGWINSZ on old systems. |
67174 | 18-May-1994 |
bostic |
fix return values for tty function |
67082 | 04-May-1994 |
bostic |
upgrade some includes, make curses.h local helps out nvi, but it's cleaner regardless |
66795 | 15-Apr-1994 |
bostic |
add %p, so we can load against System V terminfo files lots of random cleanup |
66392 | 19-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 ...
|
65590 | 09-Jan-1994 |
bostic |
don't need termios.h any longer |