NetBSD/usr.bin/more
ghudson 206d659641 Implement and document the -d flag, most easily described as "novice
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-08-06 09:22:30 +00:00
..
Makefile Added TERMIOS support. 1994-04-16 08:14:50 +00:00
ch.c kill lseek defn's 1994-04-06 17:50:39 +00:00
command.c Implement and document the -d flag, most easily described as "novice 1995-08-06 09:22:30 +00:00
decode.c add rcsid's; tag CSRG-93-11-06 is the previous sources 1993-11-09 05:07:24 +00:00
filename.c pull in headers, as appropriate 1994-12-24 17:17:05 +00:00
help.c add rcsid's; tag CSRG-93-11-06 is the previous sources 1993-11-09 05:07:24 +00:00
input.c add rcsid's; tag CSRG-93-11-06 is the previous sources 1993-11-09 05:07:24 +00:00
less.h add rcsid's; tag CSRG-93-11-06 is the previous sources 1993-11-09 05:07:24 +00:00
line.c add rcsid's; tag CSRG-93-11-06 is the previous sources 1993-11-09 05:07:24 +00:00
linenum.c add rcsid's; tag CSRG-93-11-06 is the previous sources 1993-11-09 05:07:24 +00:00
main.c pull in headers, as appropriate 1994-12-24 17:17:05 +00:00
more.1 Implement and document the -d flag, most easily described as "novice 1995-08-06 09:22:30 +00:00
more.help Add 4.4BSD more(1) from UUNET. Patched to support regex(3) 1993-11-09 02:59:05 +00:00
option.c Implement and document the -d flag, most easily described as "novice 1995-08-06 09:22:30 +00:00
os.c pull in headers, as appropriate 1994-12-24 17:17:05 +00:00
output.c pull in headers, as appropriate 1994-12-24 17:17:05 +00:00
pathnames.h add rcsid's; tag CSRG-93-11-06 is the previous sources 1993-11-09 05:07:24 +00:00
position.c add rcsid's; tag CSRG-93-11-06 is the previous sources 1993-11-09 05:07:24 +00:00
prim.c pull in headers, as appropriate 1994-12-24 17:17:05 +00:00
screen.c Do not emit ti and te sequences. This loses for terminals with termcap 1995-05-16 22:18:33 +00:00
signal.c add rcsid's; tag CSRG-93-11-06 is the previous sources 1993-11-09 05:07:24 +00:00
tags.c pull in headers, as appropriate 1994-12-24 17:17:05 +00:00
ttyin.c add rcsid's; tag CSRG-93-11-06 is the previous sources 1993-11-09 05:07:24 +00:00