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
ch.c
command.c Implement and document the -d flag, most easily described as "novice 1995-08-06 09:22:30 +00:00
decode.c
filename.c
help.c
input.c
less.h
line.c
linenum.c
main.c
more.1 Implement and document the -d flag, most easily described as "novice 1995-08-06 09:22:30 +00:00
more.help
option.c Implement and document the -d flag, most easily described as "novice 1995-08-06 09:22:30 +00:00
os.c
output.c
pathnames.h
position.c
prim.c
screen.c
signal.c
tags.c
ttyin.c