home *** CD-ROM | disk | FTP | other *** search
- .SH NAME
- w_init \- text window commands
- .SH SYNOPSIS
- \fBw_text \fI identifier option \fR?\fIarg arg ...\fR?
- .BE
-
- .SH DESCRIPTION
- .PP
- This command provides operations on text documents. The first argument is a
- document identifier. The second determines the operation.
- .TP
- \fBw_text \fIidentifier\fR \fBcreate \fR ...
- Create a text document.
- .TP
- \fBw_text \fIidentifier\fR \fBoptions \fR ...
- Change options for a text dcument.
- .TP
- \fBw_text \fIidentifier\fR \fBopen \fR
- Opens a window on the document.
- .TP
- \fBw_text \fIidentifier\fR \fBprint \fIstrings\fR
- Prints the strings in a single line with space separators.
- .TP
- \fBw_text \fIidentifier\fR \fBwrite \fIstrings\fR
- Writes the strings as a paragraph, splitting the lines if required.
-