BSD 4_3_Tahoe development
[unix-history] / usr / man / cat1 / window.0
WINDOW(1) UNIX Programmer's Manual WINDOW(1)
N\bNA\bAM\bME\bE
window - window environment
S\bSY\bYN\bNO\bOP\bPS\bSI\bIS\bS
w\bwi\bin\bnd\bdo\bow\bw [ -\b-t\bt ] [ -\b-f\bf ] [ -\b-d\bd ] [ -\b-e\be e\bes\bsc\bca\bap\bpe\be-\b-c\bch\bha\bar\br ] [ -\b-c\bc c\bco\bom\bmm\bma\ban\bnd\bd
]
D\bDE\bES\bSC\bCR\bRI\bIP\bPT\bTI\bIO\bON\bN
_\bW_\bi_\bn_\bd_\bo_\bw implements a window environment on ASCII terminals.
A window is a rectangular portion of the physical terminal
screen associated with a set of processes. Its size and
position can be changed by the user at any time. Processes
communicate with their window in the same way they normally
interact with a terminal--through their standard input, out-
put, and diagnostic file descriptors. The window program
handles the details of redirecting input an output to and
from the windows. At any one time, only one window can
receive input from the keyboard, but all windows can simul-
taneously send output to the display.
Windows can overlap and are framed as necessary. Each win-
dow is named by one of the digits ``1'' to ``9''. This one
character identifier, as well as a user definable label
string, are displayed with the window on the top edge of its
frame. A window can be designated to be in the _\bf_\bo_\br_\be_\bg_\br_\bo_\bu_\bn_\bd,
in which case it will always be on top of all normal, non-
foreground windows, and can be covered only by other fore-
ground windows. A window need not be completely within the
edges of the terminal screen. Thus a large window (possibly
larger than the screen) may be positioned to show only a
portion of its full size.
Each window has a cursor and a set of control functions.
Most intelligent terminal operations such as line and char-
acter deletion and insertion are supported. Display modes
such as underlining and reverse video are available if they
are supported by the terminal. In addition, similar to ter-
minals with multiple pages of memory, each window has a text
buffer which can have more lines than the window itself.
O\bOP\bPT\bTI\bIO\bON\bNS\bS
When _\bw_\bi_\bn_\bd_\bo_\bw starts up, the commands (see long commands
below) contained in the file ._\bw_\bi_\bn_\bd_\bo_\bw_\br_\bc in the user's home
directory are executed. If it does not exist, two equal
sized windows spanning the terminal screen are created by
default.
The command line options are
-\b-t\bt Turn on terse mode (see _\bt_\be_\br_\bs_\be command below).
Printed 7/9/88 May 12, 1986 1
WINDOW(1) UNIX Programmer's Manual WINDOW(1)
-\b-f\bf Fast. Don't perform any startup action.
-\b-d\bd Ignore ._\bw_\bi_\bn_\bd_\bo_\bw_\br_\bc and create the two default windows
instead.
-\b-e\be e\bes\bsc\bca\bap\bpe\be-\b-c\bch\bha\bar\br
Set the escape character to _\be_\bs_\bc_\ba_\bp_\be-_\bc_\bh_\ba_\br. _\bE_\bs_\bc_\ba_\bp_\be-_\bc_\bh_\ba_\br
can be a single character, or in the form ^_\bX where _\bX is
any character, meaning control-_\bX.
-\b-c\bc c\bco\bom\bmm\bma\ban\bnd\bd
Execute the string _\bc_\bo_\bm_\bm_\ba_\bn_\bd as a long command (see
below) before doing anything else.
P\bPR\bRO\bOC\bCE\bES\bSS\bS E\bEN\bNV\bVI\bIR\bRO\bON\bNM\bME\bEN\bNT\bT
With each newly created window, a shell program is spawned
with its process environment tailored to that window. Its
standard input, output, and diagnostic file descriptors are
bound to one end of either a pseudo-terminal (_\bp_\bt_\by (4)) or a
UNIX domain socket (_\bs_\bo_\bc_\bk_\be_\bt_\bp_\ba_\bi_\br (4)). If a pseudo-terminal
is used, then its special characters and modes (see _\bs_\bt_\bt_\by
(1)) are copied from the physical terminal. A _\bt_\be_\br_\bm_\bc_\ba_\bp (5)
entry tailored to this window is created and passed as
environment (_\be_\bn_\bv_\bi_\br_\bo_\bn (5)) variable _\bT_\bE_\bR_\bM_\bC_\bA_\bP. The termcap
entry contains the window's size and characteristics as well
as information from the physical terminal, such as the
existence of underline, reverse video, and other display
modes, and the codes produced by the terminal's function
keys, if any. In addition, the window size attributes of
the pseudo-terminal are set to reflect the size of this win-
dow, and updated whenever it is changed by the user. In
particular, the editor _\bv_\bi (1) uses this information to
redraw its display.
O\bOP\bPE\bER\bRA\bAT\bTI\bIO\bON\bN
During normal execution, _\bw_\bi_\bn_\bd_\bo_\bw can be in one of two states:
conversation mode and command mode. In conversation mode,
the terminal's real cursor is placed at the cursor position
of a particular window--called the current window--and input
from the keyboard is sent to the process in that window.
The current window is always on top of all other windows,
except those in foreground. In addition, it is set apart by
highlighting its identifier and label in reverse video.
Typing _\bw_\bi_\bn_\bd_\bo_\bw's escape character (normally ^P) in conversa-
tion mode switches it into command mode. In command mode,
the top line of the terminal screen becomes the command
prompt window, and _\bw_\bi_\bn_\bd_\bo_\bw interprets input from the keyboard
as commands to manipulate windows.
There are two types of commands: short commands are usually
one or two key strokes; long commands are strings either
Printed 7/9/88 May 12, 1986 2
WINDOW(1) UNIX Programmer's Manual WINDOW(1)
typed by the user in the command window (see the ``:'' com-
mand below), or read from a file (see _\bs_\bo_\bu_\br_\bc_\be below).
S\bSH\bHO\bOR\bRT\bT C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS
Below, # represents one of the digits ``1'' to ``9''
corresponding to the windows 1 to 9. ^_\bX means control-_\bX,
where _\bX is any character. In particular, ^^ is control-^.
_\bE_\bs_\bc_\ba_\bp_\be is the escape key, or ^[.
#\b# Select window # as the current window and return to
conversation mode.
%\b%#\b# Select window # but stay in command mode.
^\b^^\b^ Select the previous window and return to conversation
mode. This is useful for toggling between two windows.
e\bes\bsc\bca\bap\bpe\be
Return to conversation mode.
^\b^P\bP Return to conversation mode and write ^P to the current
window. Thus, typing two ^P's in conversation mode
sends one to the current window. If the _\bw_\bi_\bn_\bd_\bo_\bw escape
is changed to some other character, that character
takes the place of ^P here.
?\b? List a short summary of commands.
^\b^L\bL Redraw the screen.
q\bq Exit _\bw_\bi_\bn_\bd_\bo_\bw. Confirmation is requested.
^\b^Z\bZ Suspend _\bw_\bi_\bn_\bd_\bo_\bw.
w\bw Create a new window. The user is prompted for the
positions of the upper left and lower right corners of
the window. The cursor is placed on the screen and the
keys ``h'', ``j'', ``k'', and ``l'' move the cursor
left, down, up, and right, respectively. The keys
``H'', ``J'', ``K'', and ``L'' move the cursor to the
respective limits of the screen. Typing a number
before the movement keys repeats the movement that
number of times. Return enters the cursor position as
the upper left corner of the window. The lower right
corner is entered in the same manner. During this pro-
cess, the placement of the new window is indicated by a
rectangular box drawn on the screen, corresponding to
where the new window will be framed. Typing escape at
any point cancels this command.
This window becomes the current window, and is given
the first available ID. The default buffer size is
Printed 7/9/88 May 12, 1986 3
WINDOW(1) UNIX Programmer's Manual WINDOW(1)
used (see _\bn_\bl_\bi_\bn_\be command below).
Only fully visible windows can be created this way.
c\bc#\b# Close window #. The process in the window is sent the
hangup signal (see _\bk_\bi_\bl_\bl (1)). _\bC_\bs_\bh (1) should handle
this signal correctly and cause no problems.
m\bm#\b# Move window # to another location. A box in the shape
of the window is drawn on the screen to indicate the
new position of the window, and the same keys as those
for the _\bw command are used to position the box. The
window can be moved partially off-screen.
M\bM#\b# Move window # to its previous position.
s\bs#\b# Change the size of window #. The user is prompted to
enter the new lower right corner of the window. A box
is drawn to indicate the new window size. The same
keys used in _\bw and _\bm are used to enter the position.
S\bS#\b# Change window # to its previous size.
^\b^Y\bY Scroll the current window up by one line.
^\b^E\bE Scroll the current window down by one line.
^\b^U\bU Scroll the current window up by half the window size.
^\b^D\bD Scroll the current window down by half the window size.
^\b^B\bB Scroll the current window up by the full window size.
^\b^F\bF Scroll the current window down by the full window size.
h\bh Move the cursor of the current window left by one
column.
j\bj Move the cursor of the current window down by one line.
k\bk Move the cursor of the current window up by one line.
l\bl Move the cursor of the current window right by one
column.
^\b^S\bS Stop output in the current window.
^\b^Q\bQ Start output in the current window.
:\b: Enter a line to be executed as long commands. Normal
line editing characters (erase character, erase word,
erase line) are supported.
Printed 7/9/88 May 12, 1986 4
WINDOW(1) UNIX Programmer's Manual WINDOW(1)
L\bLO\bON\bNG\bG C\bCO\bOM\bMM\bMA\bAN\bND\bDS\bS
Long commands are a sequence of statements parsed much like
a programming language, with a syntax similar to that of C.
Numeric and string expressions and variables are supported,
as well as conditional statements.
There are two data types: string and number. A string is a
sequence of letters or digits beginning with a letter.
``_'' and ``.'' are considered letters. Alternately, non-
alphanumeric characters can be included in strings by quot-
ing them in ``"'' or escaping them with ``\''. In addition,
the ``\'' sequences of C are supported, both inside and out-
side quotes (e.g., ``\n'' is a new line, ``\r'' a carriage
return). For example, these are legal strings: abcde01234,
"&#$^*&#", ab"$#"cd, ab\$\#cd, "/usr/ucb/window".
A number is an integer value in one of three forms: a
decimal number, an octal number preceded by ``0'', or a hex-
adecimal number preceded by ``0x'' or ``0X''. The natural
machine integer size is used (i.e., the signed integer type
of the C compiler). As in C, a non-zero number represents a
boolean true.
The character ``#'' begins a comment which terminates at the
end of the line.
A statement is either a conditional or an expression.
Expression statements are terminated with a new line or
``;''. To continue an expression on the next line, ter-
minate the first line with ``\''.
C\bCO\bON\bND\bDI\bIT\bTI\bIO\bON\bNA\bAL\bL S\bST\bTA\bAT\bTE\bEM\bME\bEN\bNT\bT
_\bW_\bi_\bn_\bd_\bo_\bw has a single control structure: the fully bracketed
if statement in the form
if <expr> then
<statement>
. . .
elsif <expr> then
<statement>
. . .
else
<statement>
. . .
endif
The _\be_\bl_\bs_\be and _\be_\bl_\bs_\bi_\bf parts are optional, and the latter can be
repeated any number of times. <_\bE_\bx_\bp_\br> must be numeric.
E\bEX\bXP\bPR\bRE\bES\bSS\bSI\bIO\bON\bNS\bS
Expressions in _\bw_\bi_\bn_\bd_\bo_\bw are similar to those in the C
language, with most C operators supported on numeric
operands. In addition, some are overloaded to operate on
strings.
Printed 7/9/88 May 12, 1986 5
WINDOW(1) UNIX Programmer's Manual WINDOW(1)
When an expression is used as a statement, its value is dis-
carded after evaluation. Therefore, only expressions with
side effects (assignments and function calls) are useful as
statements.
Single valued (no arrays) variables are supported, of both
numeric and string values. Some variables are predefined.
They are listed below.
The operators in order of increasing precedence:
<\b<e\bex\bxp\bpr\br1\b1>\b> =\b= <\b<e\bex\bxp\bpr\br2\b2>\b>
Assignment. The variable of name <_\be_\bx_\bp_\br_\b1>, which must
be string valued, is assigned the result of <_\be_\bx_\bp_\br_\b2>.
Returns the value of <_\be_\bx_\bp_\br_\b2>.
<\b<e\bex\bxp\bpr\br1\b1>\b> ?\b? <\b<e\bex\bxp\bpr\br2\b2>\b> :\b: <\b<e\bex\bxp\bpr\br3\b3>\b>
Returns the value of <_\be_\bx_\bp_\br_\b2> if <_\be_\bx_\bp_\br_\b1> evaluates true
(non-zero numeric value); returns the value of <_\be_\bx_\bp_\br_\b3>
otherwise. Only one of <_\be_\bx_\bp_\br_\b2> and <_\be_\bx_\bp_\br_\b3> is
evaluated. <_\bE_\bx_\bp_\br_\b1> must be numeric.
<\b<e\bex\bxp\bpr\br1\b1>\b> |\b||\b| <\b<e\bex\bxp\bpr\br2\b2>\b>
Logical or. Numeric values only. Short circuit
evaluation is supported (i.e., if <_\be_\bx_\bp_\br_\b1> evaluates
true, then <_\be_\bx_\bp_\br_\b2> is not evaluated).
<\b<e\bex\bxp\bpr\br1\b1>\b> &\b&&\b& <\b<e\bex\bxp\bpr\br2\b2>\b>
Logical and with short circuit evaluation. Numeric
values only.
<\b<e\bex\bxp\bpr\br1\b1>\b> |\b| <\b<e\bex\bxp\bpr\br2\b2>\b>
Bitwise or. Numeric values only.
<\b<e\bex\bxp\bpr\br1\b1>\b> ^\b^ <\b<e\bex\bxp\bpr\br2\b2>\b>
Bitwise exclusive or. Numeric values only.
<\b<e\bex\bxp\bpr\br1\b1>\b> &\b& <\b<e\bex\bxp\bpr\br2\b2>\b>
Bitwise and. Numeric values only.
<\b<e\bex\bxp\bpr\br1\b1>\b> =\b==\b= <\b<e\bex\bxp\bpr\br2\b2>\b>,\b, <\b<e\bex\bxp\bpr\br1\b1>\b> !\b!=\b= <\b<e\bex\bxp\bpr\br2\b2>\b>
Comparison (equal and not equal, respectively). The
boolean result (either 1 or 0) of the comparison is
returned. The operands can be numeric or string
valued. One string operand forces the other to be con-
verted to a string in necessary.
<\b<e\bex\bxp\bpr\br1\b1>\b> <\b< <\b<e\bex\bxp\bpr\br2\b2>\b>,\b, <\b<e\bex\bxp\bpr\br1\b1>\b> >\b> <\b<e\bex\bxp\bpr\br2\b2>\b>,\b,
Less than, greater than, less than or equal to, greater
than or equal to. Both numeric and string values, with
automatic conversion as above.
Printed 7/9/88 May 12, 1986 6
WINDOW(1) UNIX Programmer's Manual WINDOW(1)
<\b<e\bex\bxp\bpr\br1\b1>\b> <\b<<\b< <\b<e\bex\bxp\bpr\br2\b2>\b>,\b, <\b<e\bex\bxp\bpr\br1\b1>\b> >\b>>\b> <\b<e\bex\bxp\bpr\br2\b2>\b>
If both operands are numbers, <_\be_\bx_\bp_\br_\b1> is bit shifted
left (or right) by <_\be_\bx_\bp_\br_\b2> bits. If <_\be_\bx_\bp_\br_\b1> is a
string, then its first (or last) <_\be_\bx_\bp_\br_\b2> characters are
returns (if <_\be_\bx_\bp_\br_\b2> is also a string, then its length
is used in place of its value).
<\b<e\bex\bxp\bpr\br1\b1>\b> +\b+ <\b<e\bex\bxp\bpr\br2\b2>\b>,\b, <\b<e\bex\bxp\bpr\br1\b1>\b> -\b- <\b<e\bex\bxp\bpr\br2\b2>\b>
Addition and subtraction on numbers. For ``+'', if one
argument is a string, then the other is converted to a
string, and the result is the concatenation of the two
strings.
<\b<e\bex\bxp\bpr\br1\b1>\b> *\b* <\b<e\bex\bxp\bpr\br2\b2>\b>,\b, <\b<e\bex\bxp\bpr\br1\b1>\b> /\b/ <\b<e\bex\bxp\bpr\br2\b2>\b>,\b,
Multiplication, division, modulo. Numbers only.
-\b-<\b<e\bex\bxp\bpr\br>\b>,\b, ~\b~<\b<e\bex\bxp\bpr\br>\b>,\b, !\b!<\b<e\bex\bxp\bpr\br>\b>,\b, $\b$<\b<e\bex\bxp\bpr\br>\b>,\b, $\b$?\b?<\b<e\bex\bxp\bpr\br>\b>
The first three are unary minus, bitwise complement and
logical complement on numbers only. The operator,
``$'', takes <_\be_\bx_\bp_\br> and returns the value of the vari-
able of that name. If <_\be_\bx_\bp_\br> is numeric with value _\bn
and it appears within an alias macro (see below), then
it refers to the nth argument of the alias invocation.
``$?'' tests for the existence of the variable <_\be_\bx_\bp_\br>,
and returns 1 if it exists or 0 otherwise.
<\b<e\bex\bxp\bpr\br>\b>(\b(<\b<a\bar\brg\bgl\bli\bis\bst\bt>\b>)\b)
Function call. <_\bE_\bx_\bp_\br> must be a string that is the
unique prefix of the name of a builtin _\bw_\bi_\bn_\bd_\bo_\bw function
or the full name of a user defined alias macro. In the
case of a builtin function, <_\ba_\br_\bg_\bl_\bi_\bs_\bt> can be in one of
two forms:
<expr1>, <expr2>, . . .
argname1 = <expr1>, argname2 = <expr2>, . . .
The two forms can in fact be intermixed, but the result
is unpredictable. Most arguments can be omitted;
default values will be supplied for them. The _\ba_\br_\bg_\bn_\ba_\bm_\be_\bs
can be unique prefixes of the the argument names. The
commas separating arguments are used only to disambigu-
ate, and can usually be omitted.
Only the first argument form is valid for user defined
aliases. Aliases are defined using the _\ba_\bl_\bi_\ba_\bs builtin
function (see below). Arguments are accessed via a
variant of the variable mechanism (see ``$'' operator
above).
Most functions return value, but some are used for side
effect only and so must be used as statements. When a
function or an alias is used as a statement, the
parenthesis surrounding the argument list may be omit-
ted. Aliases return no value.
Printed 7/9/88 May 12, 1986 7
WINDOW(1) UNIX Programmer's Manual WINDOW(1)
B\bBU\bUI\bIL\bLT\bTI\bIN\bN F\bFU\bUN\bNC\bCT\bTI\bIO\bON\bNS\bS
The arguments are listed by name in their natural order.
Optional arguments are in square brackets (``[ ]''). Argu-
ments that have no names are in angle brackets (``<>'').
a\bal\bli\bia\bas\bs(\b([\b[<\b<s\bst\btr\bri\bin\bng\bg>\b>]\b],\b, [\b[<\b<s\bst\btr\bri\bin\bng\bg-\b-l\bli\bis\bst\bt>\b>]\b])\b)
If no argument is given, all currently defined alias
macros are listed. Otherwise, <_\bs_\bt_\br_\bi_\bn_\bg> is defined as
an alias, with expansion <_\bs_\bt_\br_\bi_\bn_\bg-_\bl_\bi_\bs_\bt>. The previous
definition of <_\bs_\bt_\br_\bi_\bn_\bg>, if any, is returned. Default
for <_\bs_\bt_\br_\bi_\bn_\bg-_\bl_\bi_\bs_\bt> is no change.
c\bcl\blo\bos\bse\be(\b(<\b<w\bwi\bin\bnd\bdo\bow\bw-\b-l\bli\bis\bst\bt>\b>)\b)
Close the windows specified in <_\bw_\bi_\bn_\bd_\bo_\bw-_\bl_\bi_\bs_\bt>. If
<_\bw_\bi_\bn_\bd_\bo_\bw-_\bl_\bi_\bs_\bt> is the word _\ba_\bl_\bl, than all windows are
closed. No value is returned.
c\bcu\bur\brs\bso\bor\brm\bmo\bod\bde\bes\bs(\b([\b[m\bmo\bod\bde\bes\bs]\b])\b)
Set the window cursor to _\bm_\bo_\bd_\be_\bs. _\bM_\bo_\bd_\be_\bs is the bitwise
or of the mode bits defined as the variables _\bm__\bu_\bl
(underline), _\bm__\br_\be_\bv (reverse video), _\bm__\bb_\bl_\bk (blinking),
and _\bm__\bg_\br_\bp (graphics, terminal dependent). Return value
is the previous modes. Default is no change. For
example, cursor($m_rev|$m_blk) sets the window cursors
to blinking reverse video.
e\bec\bch\bho\bo(\b([\b[w\bwi\bin\bnd\bdo\bow\bw]\b],\b, [\b[<\b<s\bst\btr\bri\bin\bng\bg-\b-l\bli\bis\bst\bt>\b>]\b])\b)
Write the list of strings, <_\bs_\bt_\br_\bi_\bn_\bg-_\bl_\bi_\bs_\bt>, to _\bw_\bi_\bn_\bd_\bo_\bw,
separated by spaces and terminated with a new line.
The strings are only displayed in the window, the
processes in the window are not involved (see _\bw_\br_\bi_\bt_\be
below). No value is returned. Default is the current
window.
e\bes\bsc\bca\bap\bpe\be(\b([\b[e\bes\bsc\bca\bap\bpe\bec\bc]\b])\b)
Set the escape character to _\be_\bs_\bc_\ba_\bp_\be-_\bc_\bh_\ba_\br. Returns the
old escape character as a one character string.
Default is no change. _\bE_\bs_\bc_\ba_\bp_\be_\bc can be a string of a
single character, or in the form ^_\bX, meaning control-_\bX.
f\bfo\bor\bre\beg\bgr\bro\bou\bun\bnd\bd(\b([\b[w\bwi\bin\bnd\bdo\bow\bw]\b],\b, [\b[f\bfl\bla\bag\bg]\b])\b)
Move _\bw_\bi_\bn_\bd_\bo_\bw in or out of foreground. _\bF_\bl_\ba_\bg can be one
of _\bo_\bn, _\bo_\bf_\bf, _\by_\be_\bs, _\bn_\bo, _\bt_\br_\bu_\be, or _\bf_\ba_\bl_\bs_\be, with obvious mean-
ings, or it can be a numeric expression, in which case
a non-zero value is true. Returns the old foreground
flag as a number. Default for _\bw_\bi_\bn_\bd_\bo_\bw is the current
window, default for _\bf_\bl_\ba_\bg is no change.
l\bla\bab\bbe\bel\bl(\b([\b[w\bwi\bin\bnd\bdo\bow\bw]\b],\b, [\b[l\bla\bab\bbe\bel\bl]\b])\b)
Set the label of _\bw_\bi_\bn_\bd_\bo_\bw to _\bl_\ba_\bb_\be_\bl. Returns the old
label as a string. Default for _\bw_\bi_\bn_\bd_\bo_\bw is the current
window, default for _\bl_\ba_\bb_\be_\bl is no change. To turn off a
Printed 7/9/88 May 12, 1986 8
WINDOW(1) UNIX Programmer's Manual WINDOW(1)
label, set it to an empty string ("").
l\bli\bis\bst\bt(\b()\b)
No arguments. List the identifiers and labels of all
windows. No value is returned.
n\bnl\bli\bin\bne\be(\b([\b[n\bnl\bli\bin\bne\be]\b])\b)
Set the default buffer size to _\bn_\bl_\bi_\bn_\be. Initially, it is
48 lines. Returns the old default buffer size.
Default is no change. Using a very large buffer can
slow the program down considerably.
s\bse\bel\ble\bec\bct\bt(\b([\b[w\bwi\bin\bnd\bdo\bow\bw]\b])\b)
Make _\bw_\bi_\bn_\bd_\bo_\bw the current window. The previous current
window is returned. Default is no change.
s\bsh\bhe\bel\bll\bl(\b([\b[<\b<s\bst\btr\bri\bin\bng\bg-\b-l\bli\bis\bst\bt>\b>]\b])\b)
Set the default window shell program to <_\bs_\bt_\br_\bi_\bn_\bg-_\bl_\bi_\bs_\bt>.
Returns the first string in the old shell setting.
Default is no change. Initially, the default shell is
taken from the environment variable _\bS_\bH_\bE_\bL_\bL.
s\bso\bou\bur\brc\bce\be(\b(f\bfi\bil\ble\ben\bna\bam\bme\be)\b)
Read and execute the long commands in _\bf_\bi_\bl_\be_\bn_\ba_\bm_\be.
Returns -1 if the file cannot be read, 0 otherwise.
t\bte\ber\brs\bse\be(\b([\b[f\bfl\bla\bag\bg]\b])\b)
Set terse mode to _\bf_\bl_\ba_\bg. In terse mode, the command
window stays hidden even in command mode, and errors
are reported by sounding the terminal's bell. _\bF_\bl_\ba_\bg can
take on the same values as in _\bf_\bo_\br_\be_\bg_\br_\bo_\bu_\bn_\bd above.
Returns the old terse flag. Default is no change.
u\bun\bna\bal\bli\bia\bas\bs(\b(a\bal\bli\bia\bas\bs)\b)
Undefine _\ba_\bl_\bi_\ba_\bs. Returns -1 if _\ba_\bl_\bi_\ba_\bs does not exist, 0
otherwise.
u\bun\bns\bse\bet\bt(\b(v\bva\bar\bri\bia\bab\bbl\ble\be)\b)
Undefine _\bv_\ba_\br_\bi_\ba_\bb_\bl_\be. Returns -1 if _\bv_\ba_\br_\bi_\ba_\bb_\bl_\be does not
exist, 0 otherwise.
v\bva\bar\bri\bia\bab\bbl\ble\bes\bs(\b()\b)
No arguments. List all variables. No value is
returned.
w\bwi\bin\bnd\bdo\bow\bw(\b([\b[r\bro\bow\bw]\b],\b, [\b[c\bco\bol\blu\bum\bmn\bn]\b],\b, [\b[n\bnr\bro\bow\bw]\b],\b, [\b[n\bnc\bco\bol\bl]\b],\b, [\b[n\bnl\bli\bin\bne\be]\b],\b, [\b[f\bfr\bra\bam\bme\be]\b],\b,
[\b[p\bpt\bty\by]\b],\b, [\b[m\bma\bap\bpn\bnl\bl]\b],\b, [\b[s\bsh\bhe\bel\bll\bl]\b])\b)
Open a window with upper left corner at _\br_\bo_\bw, _\bc_\bo_\bl_\bu_\bm_\bn and
size _\bn_\br_\bo_\bw, _\bn_\bc_\bo_\bl. If _\bn_\bl_\bi_\bn_\be is specified, then that many
lines are allocated for the text buffer. Otherwise,
the default buffer size is used. Default values for
_\br_\bo_\bw, _\bc_\bo_\bl_\bu_\bm_\bn, _\bn_\br_\bo_\bw, and _\bn_\bc_\bo_\bl are, respectively, the
Printed 7/9/88 May 12, 1986 9
WINDOW(1) UNIX Programmer's Manual WINDOW(1)
upper, left-most, lower, or right-most extremes of the
screen. _\bF_\br_\ba_\bm_\be, _\bp_\bt_\by, and _\bm_\ba_\bp_\bn_\bl are flag values inter-
preted in the same way as the argument to _\bf_\bo_\br_\be_\bg_\br_\bo_\bu_\bn_\bd
(see above); they mean, respectively, put a frame
around this window (default true), allocate pseudo-
terminal for this window rather than socketpair
(default true), and map new line characters in this
window to carriage return and line feed (default true
if socketpair is used, false otherwise). _\bS_\bh_\be_\bl_\bl is a
list of strings that will be used as the shell program
to place in the window (default is the program speci-
fied by _\bs_\bh_\be_\bl_\bl, see below). The created window's iden-
tifier is returned as a number.
w\bwr\bri\bit\bte\be(\b([\b[w\bwi\bin\bnd\bdo\bow\bw]\b],\b, [\b[<\b<s\bst\btr\bri\bin\bng\bg-\b-l\bli\bis\bst\bt>\b>]\b])\b)
Send the list of strings, <_\bs_\bt_\br_\bi_\bn_\bg-_\bl_\bi_\bs_\bt>, to _\bw_\bi_\bn_\bd_\bo_\bw,
separated by spaces but not terminated with a new line.
The strings are actually given to the window as input.
No value is returned. Default is the current window.
P\bPR\bRE\bED\bDE\bEF\bFI\bIN\bNE\bED\bD V\bVA\bAR\bRI\bIA\bAB\bBL\bLE\bES\bS
These variables are for information only. Redefining them
does not affect the internal operation of _\bw_\bi_\bn_\bd_\bo_\bw.
b\bba\bau\bud\bd The baud rate as a number between 50 and 38400.
m\bmo\bod\bde\bes\bs
The display modes (reverse video, underline, blinking,
graphics) supported by the physical terminal. The
value of _\bm_\bo_\bd_\be_\bs is the bitwise or of some of the one bit
values, _\bm__\bb_\bl_\bk, _\bm__\bg_\br_\bp, _\bm__\br_\be_\bv, and _\bm__\bu_\bl (see below).
These values are useful in setting the window cursors'
modes (see _\bc_\bu_\br_\bs_\bo_\br_\bm_\bo_\bd_\be_\bs above).
m\bm_\b_b\bbl\blk\bk
The blinking mode bit.
m\bm_\b_g\bgr\brp\bp
The graphics mode bit (not very useful).
m\bm_\b_r\bre\bev\bv
The reverse video mode bit.
m\bm_\b_u\bul\bl The underline mode bit.
n\bnc\bco\bol\bl The number of columns on the physical screen.
n\bnr\bro\bow\bw The number of rows on the physical screen.
t\bte\ber\brm\bm The terminal type. The standard name, found in the
second name field of the terminal's _\bT_\bE_\bR_\bM_\bC_\bA_\bP entry, is
used.
Printed 7/9/88 May 12, 1986 10
WINDOW(1) UNIX Programmer's Manual WINDOW(1)
F\bFI\bIL\bLE\bES\bS
~/.windowrc startup command file.
/dev/[pt]ty[pq]?pseudo-terminal devices.
D\bDI\bIA\bAG\bGN\bNO\bOS\bST\bTI\bIC\bCS\bS
Should be self explanatory.
B\bBU\bUG\bGS\bS
Printed 7/9/88 May 12, 1986 11