summaryrefslogtreecommitdiff
path: root/usr.bin/more
AgeCommit message (Collapse)Author
1996-01-22more is less.mrg
less is more. QED.
1995-08-06Implement and document the -d flag, most easily described as "noviceghudson
mode." Primary motivation for this is backward-compatibility with BSD 4.3 and cross-compatibility with other platforms, but it's also a nice feature to have. Displays "[Press space to continue, 'q' to quit]" at the normal more prompt, and display "[Press 'h' for instructions.]" when the user gives an invalid command. Some academic environments like to set the MORE environment variable to contain -d so that students have an easier time using it, so it's helpful if we can support that option.
1995-05-16Do not emit ti and te sequences. This loses for terminals with termcapjtc
entries that switch to and from an alternate text page. When viewing a file with fewer lines than the screen length, more would switch to the alt screen, display the file, and then switch back.
1994-12-24pull in headers, as appropriatecgd
1994-04-17Pull in TIOCGWINSZ from <sys/ioctl.h>.andrew
1994-04-16Added TERMIOS support.andrew
1994-04-06fix a real, live null derefcgd
1994-04-06print quads with qcgd
1994-04-06kill lseek defn'scgd
1994-02-14don't include match() if REGEX defined. pointed out bycgd
slager@kidd.vet.purdue.edu.
1994-01-11Fix spelling errors.jtc
1993-12-07Eliminate a compiler warning.mycroft
1993-11-11Use new POSIX.2 compatible regex routines in C library instead of -lgnuregex.jtc
1993-11-09add rcsid's; tag CSRG-93-11-06 is the previous sourcescgd
1993-11-09Clean up deleted files.mycroft
1993-11-09Add 4.4BSD more(1) from UUNET. Patched to support regex(3)alm
and implement historical more commands.
1993-08-01Add RCS identifiers.mycroft
1993-08-01Add RCS indentifiers.mycroft
1993-07-31Add RCS indentifiers.mycroft
1993-05-25more thought it knew too much about the magic numbers ofderaadt
a.outs. Like, what about QMAGIC? It now uses N_BADMAG() to check
1993-04-19Cleanup for GCC 2.mycroft
1993-03-21initial import of 386bsd-0.1 sourcescgd