BSD 2 release
[unix-history] / man / cr3.u
CommitLineData
8b3a6d2f
BJ
1.TH CR3 UCB 2/24/79 UCB
2.SH NAME
3cr3 \- controlled output flow filter for crt previewing
4.SH SYNOPSIS
5.B cr3
6[
7name ...
8]
9.SH DESCRIPTION
10.I Cr3
11is a filter which allows causual examination of a continuous text
12on a soft-copy terminal.
13It normally pauses after each 23 lines of output.
14If the user then hits a carriage-return, 23 more lines are displayed.
15If the user hits control-d,
1611 more lines are displayed (a `scroll').
17.PP
18It is also possible to type positive numbers to
19.I cr3
20causing that
21many lines to be printed, or negative numbers causing that many lines
22to be discarded followed by a scroll.
23.PP
24The terminal is set to
25.I noecho
26mode by this program so that the output can be continuous.
27The numbers and carriage returns you type will thus not show on your terminal.
28.PP
29.DT
30A sample usage of
31.I cr3
32in previewing
33.I nroff
34output would be
35.PP
36 nroff \-ms +2 doc.n | cr3
37.SH AUTHOR
38William Joy
39.SH ETYMOLOGY
40.I Cr3
41has its unusual name because Charles Haley
42implemented such a feature,
43which was enabled by
44.DT
45.PP
46 stty cr3
47.SH BUGS
48The function of
49.I cr3
50should be done optionally by the teletype driver in the system,
51akin to the ``more'' feature of the ITS systems at MIT.
52.s3
53It should be possible to scan forward throwing away or keeping
54output ala `/pattern'.