summaryrefslogtreecommitdiff
path: root/usr.bin/less/screen.c
AgeCommit message (Collapse)Author
2001-01-29$OpenBSD$Niklas Hallqvist
1998-07-20use sc_e_keypad, sc_s_keypad, and use ti/te. Undoes previous revs which ↵Theo de Raadt
disabled. Unclear why that was done, must wait for that old bug to resurface and fix it in a different way
1997-11-12Do termios ops on /dev/tty if available, else fd 2.Todd C. Miller
1997-11-12TCSADRAIN -> TCSANOW. Using TCSADRAIN appears to cause a race conditionTodd C. Miller
whereby the change is done with the wrong tcpgrp. This fixes suspending less/more when invoked in mail(1) or via sh -c "less somefile".
1996-09-22No broken push/pop for Theo's less -ewm.etheisen
1996-09-21Incorporate less modifications for more and our bug fixes from previousetheisen
version.
1996-09-21Import of unmolested less-290.etheisen