summaryrefslogtreecommitdiffstats
path: root/usr.bin/less/screen.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* less uses a correct raceless signal method of indicating signal events inderaadt2019-09-031-1/+0
* Pass errret pointer to setupterm() to prevent setupterm()millert2016-07-081-2/+7
* style(9) includesmmcc2016-03-161-4/+5
* calling ioctl() requires include sys/ioctl.htedu2015-11-231-0/+1
* wrapping an ioctl for TIOCGWINSZ inside #ifdef TIOCGWINSIZE (entirelyderaadt2015-11-201-10/+2
* fsync() on a tty is meaningless; ok deraadt@millert2015-11-091-1/+0
* Garrett D'Amore has agreed to moving his copyright line up above thenicm2015-11-061-4/+2
* Replace less with the cleaned-up fork of less 458 maintained by Garrettnicm2015-11-051-1958/+237
* Merge Less 458 plus local patchesshadchin2014-04-251-5/+4
* Use volatile sig_atomic_t, not int, for the sigs variable. Alsomillert2011-09-211-1/+1
* Merge in less 444 plus local changesshadchin2011-09-161-139/+205
* use STDERR_FILENO; ok cloderderaadt2005-04-111-1/+1
* Call fsync() _after_ tcsetattr() and pass tcsetattr the TCSASOFTmillert2003-09-251-1/+1
* another round of missing system includesdavid2003-08-011-1/+1
* Merge in less-381 w/ local changes and remove obsolete files.millert2003-04-131-399/+1621
* more strlcpy/strlcat/snprintf, less strcpy/strcat/sprintfderaadt2003-04-061-5/+6
* some more string shit; krw okderaadt2003-04-051-2/+2
* kill more registersmpech2001-11-191-4/+4
* $OpenBSD$niklas2001-01-291-0/+2
* use sc_e_keypad, sc_s_keypad, and use ti/te. Undoes previous revs which disabled. Unclear why that was done, must wait for that old bug to resurface and fix it in a different wayderaadt1998-07-201-5/+1
* Do termios ops on /dev/tty if available, else fd 2.millert1997-11-121-10/+20
* TCSADRAIN -> TCSANOW. Using TCSADRAIN appears to cause a race conditionmillert1997-11-121-1/+1
* No broken push/pop for Theo's less -ewm.etheisen1996-09-221-1/+1
* Incorporate less modifications for more and our bug fixes from previousetheisen1996-09-211-4/+17
* Import of unmolested less-290.etheisen1996-09-211-0/+1196