mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-11-17 12:08:43 +00:00
125 lines
4.0 KiB
Groff
Executable File
125 lines
4.0 KiB
Groff
Executable File
.\" Copyright (c) 1980, 1990, 1993
|
|
.\" The Regents of the University of California. All rights reserved.
|
|
.\"
|
|
.\" Redistribution and use in source and binary forms, with or without
|
|
.\" modification, are permitted provided that the following conditions
|
|
.\" are met:
|
|
.\" 1. Redistributions of source code must retain the above copyright
|
|
.\" notice, this list of conditions and the following disclaimer.
|
|
.\" 2. Redistributions in binary form must reproduce the above copyright
|
|
.\" notice, this list of conditions and the following disclaimer in the
|
|
.\" documentation and/or other materials provided with the distribution.
|
|
.\" 3. All advertising materials mentioning features or use of this software
|
|
.\" must display the following acknowledgement:
|
|
.\" This product includes software developed by the University of
|
|
.\" California, Berkeley and its contributors.
|
|
.\" 4. Neither the name of the University nor the names of its contributors
|
|
.\" may be used to endorse or promote products derived from this software
|
|
.\" without specific prior written permission.
|
|
.\"
|
|
.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
|
|
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
.\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
|
|
.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
|
.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
|
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
|
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
|
.\" SUCH DAMAGE.
|
|
.\"
|
|
.\" @(#)colcrt.1 8.1 (Berkeley) 6/30/93
|
|
.\"
|
|
.\" Modified for GNO (Apple IIgs) by Steve Reeves and Devin Reade's bsd2man
|
|
.\"
|
|
.\" $Id: colcrt.1,v 1.1 1998/02/17 03:12:28 gdr-ftp Exp $
|
|
.\"
|
|
.TH COLCRT 1 "January 22, 1998" GNO "Commands and Applications"
|
|
.SH NAME
|
|
.B colcrt
|
|
\- filter nroff output for CRT previewing
|
|
.SH SYNOPSIS
|
|
.B colcrt
|
|
[
|
|
.B \-
|
|
]
|
|
[
|
|
.B \-2
|
|
]
|
|
[
|
|
.IR file " ..."
|
|
]
|
|
.br
|
|
.B colcrt
|
|
.B \-V
|
|
.SH DESCRIPTION
|
|
.B Colcrt
|
|
provides virtual half-line and reverse line feed sequences
|
|
for terminals without such capability, and on which overstriking
|
|
is destructive.
|
|
Half-line characters and underlining (changed to dashing `\-')
|
|
are placed on new lines in between the normal output lines.
|
|
.SH OPTIONS
|
|
.IP \fB\-\fP
|
|
Suppress all underlining.
|
|
This option is especially useful for previewing
|
|
.I allboxed
|
|
tables from
|
|
.BR tbl (1).
|
|
.IP \fB\-2\fP
|
|
Causes all half-lines to be printed, effectively double spacing the output.
|
|
Normally, a minimal space output format is used which will suppress empty
|
|
lines.
|
|
The program never suppresses two consecutive empty lines, however.
|
|
The
|
|
.B \-2
|
|
option is useful for sending output to the line printer when the output
|
|
contains superscripts and subscripts which would otherwise be invisible.
|
|
.IP \fB\-V\fR
|
|
Prints version information and exits.
|
|
.SH EXAMPLES
|
|
A typical use of
|
|
.B colcrt
|
|
would be
|
|
.sp
|
|
.B "tbl exum2.n \&| nroff \-ms \&| colcrt \- \&| more"
|
|
.SH BUGS
|
|
Should fold underlines onto blanks even with the
|
|
.B \-
|
|
option so that
|
|
a true underline character would show.
|
|
.LP
|
|
Can't back up more than 102 lines.
|
|
.LP
|
|
General overstriking is lost;
|
|
as a special case
|
|
.B \&|
|
|
overstruck with
|
|
.B \-
|
|
or underline becomes
|
|
.BR \&+ .
|
|
.LP
|
|
Lines are trimmed to 132 characters.
|
|
.LP
|
|
Some provision should be made for processing superscripts and subscripts
|
|
in documents which are already double-spaced.
|
|
.SH HISTORY
|
|
The
|
|
.B colcrt
|
|
command appeared in
|
|
3.0BSD.
|
|
.SH ATTRIBUTIONS
|
|
This command was ported from FreeBSD source code
|
|
for distribution with GNO/ME 2.0.6.
|
|
.LP
|
|
This program contains material from the ORCA/C
|
|
Run-Time Libraries, copyright 1987-1998
|
|
by Byte Works, Inc. Used with permission.
|
|
.SH "SEE ALSO"
|
|
.BR col (1),
|
|
.BR more (1),
|
|
.BR nroff (1),
|
|
.BR troff (1),
|
|
.BR ul (1)
|