summaryrefslogtreecommitdiffstats
path: root/lib/libcurses/curs_scroll.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* typos;jmc2003-05-141-3/+3
| | | | diffs passed on to curses people.
* ncurses 5.1millert2000-07-101-4/+4
|
* + corrected conversion from terminfo rs2 to termcap rs (cf: 980704)millert2000-01-021-3/+4
| | | | | | | | | | + make conversion to termcap ug (underline glitch) more consistently applied. + modify read_termtype(), fixing 'toe', which could dump core when it found an incomplete entry such as "dumb" because it did not initialize its buffer for _nc_read_file_entry(). + use explicit VALID_NUMERIC() checks in a few places that had been overlooked, and add a check to ensure that init_tabs is nonzero, to avoid divide-by-zero (reported by Todd C Miller).
* ncurses-4.2-980905millert1998-09-131-1/+2
|
* ncurses-4.2-980718millert1998-07-231-1/+30
|
* 3X-> 3millert1997-12-031-2/+2
|
* Merge of ncurses-4.1-971129millert1997-12-031-1/+2
|
* Install ncurses as -lcurses and <curses.h>tholo1996-06-021-0/+49
Install BSD curses library as -locurses and <ocurses.h>