1 .\" $NetBSD: window.1,v 1.16 2009/03/10 21:18:35 joerg Exp $
3 .\" Copyright (c) 1985, 1990, 1993
4 .\" The Regents of the University of California. All rights reserved.
6 .\" This code is derived from software contributed to Berkeley by
7 .\" Edward Wang at The University of California, Berkeley.
9 .\" Redistribution and use in source and binary forms, with or without
10 .\" modification, are permitted provided that the following conditions
12 .\" 1. Redistributions of source code must retain the above copyright
13 .\" notice, this list of conditions and the following disclaimer.
14 .\" 2. Redistributions in binary form must reproduce the above copyright
15 .\" notice, this list of conditions and the following disclaimer in the
16 .\" documentation and/or other materials provided with the distribution.
17 .\" 3. Neither the name of the University nor the names of its contributors
18 .\" may be used to endorse or promote products derived from this software
19 .\" without specific prior written permission.
21 .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
22 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
23 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
24 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
25 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
26 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
27 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
28 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
29 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
30 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
33 .\" @(#)window.1 8.2 (Berkeley) 12/30/93
40 .Nd window environment
46 .Op Fl e Ar escape-char
50 implements a window environment on
54 A window is a rectangular portion of the physical terminal
55 screen associated with a set of processes.
56 Its size and position can be changed by the user at any time.
58 communicate with their window in the same way they normally
59 interact with a terminal\-through their standard input, output,
60 and diagnostic file descriptors.
61 The window program handles the
62 details of redirecting input and output to and from the
64 At any one time, only one window can receive
65 input from the keyboard, but all windows can simultaneously send output
70 starts up, the commands (see long commands below)
73 in the user's home directory are
75 If it does not exist, two equal sized windows spanning
76 the terminal screen are created by default.
78 The command line options are
81 Turn on terse mode (see
86 Don't perform any startup action.
90 and create the two default
92 .It Fl e Ar escape-char
93 Set the escape character to
96 can be a single character, or in the form
100 is any character, meaning
101 .No control\- Ns Ar X .
105 as a long command (see below)
106 before doing anything else.
109 Windows can overlap and are framed as necessary.
111 is named by one of the digits
116 identifier, as well as a user definable label string, are displayed
117 with the window on the top edge of its frame.
118 A window can be designated to be in the
120 in which case it will always be
121 on top of all normal, non-foreground windows, and can be covered
122 only by other foreground windows.
123 A window need not be completely within the edges of the terminal screen.
125 (possibly larger than the screen) may be positioned to show only
126 a portion of its full size.
128 Each window has a cursor and a set of control functions.
129 Most intelligent terminal operations such as line and
130 character deletion and insertion are supported.
132 such as underlining and reverse video are available if they are
133 supported by the terminal.
134 In addition, similar to terminals with multiple pages of memory,
135 each window has a text buffer which can have more lines than the window
137 .Ss Process Environment
138 With each newly created window, a shell program is spawned with its
139 process environment tailored to that window.
141 output, and diagnostic file descriptors are bound to one end of either
142 a pseudo-terminal (see
148 If a pseudo-terminal is used, then its special
149 characters and modes (see
151 are copied from the physical
155 entry tailored to this window is created
156 and passed as environment (see
160 The termcap entry contains the window's size and
161 characteristics as well as information from the physical terminal,
162 such as the existence of underline, reverse video, and other display
163 modes, and the codes produced by the terminal's function keys,
165 In addition, the window size attributes of the pseudo-terminal
166 are set to reflect the size of this window, and updated whenever
167 it is changed by the user.
168 In particular, the editor
171 this information to redraw its display.
173 During normal execution,
175 can be in one of two states:
176 conversation mode and command mode.
177 In conversation mode, the
178 terminal's real cursor is placed at the cursor position of a particular
179 window--called the current window--and input from the keyboard is sent
180 to the process in that window.
181 The current window is always
182 on top of all other windows, except those in foreground.
184 it is set apart by highlighting its identifier and label in reverse video.
188 escape character (normally
191 mode switches it into command mode.
192 In command mode, the top line of
193 the terminal screen becomes the command prompt window, and
195 interprets input from the keyboard as commands to manipulate windows.
197 There are two types of commands: short commands are usually one or two
198 key strokes; long commands are strings either typed by the user in the
199 command window (see the
201 command below), or read from a file (see
207 represents one of the digits
211 corresponding to the windows 1 to 9.
214 .No control\- Ns Ar X ,
223 is the escape key, or
229 as the current window
230 and return to conversation mode.
234 but stay in command mode.
236 Select the previous window and return to conversation mode.
237 This is useful for toggling between two windows.
239 Return to conversation mode.
241 Return to conversation mode and write
243 to the current window.
246 in conversation mode sends one to the current window.
249 escape is changed to some other character, that
250 character takes the place of
254 List a short summary of commands.
260 Confirmation is requested.
266 The user is prompted for the positions
267 of the upper left and lower right corners of the window.
268 The cursor is placed on the screen and the keys
274 move the cursor left, down, up, and right, respectively.
281 move the cursor to the respective limits of the screen.
282 Typing a number before the movement keys
283 repeats the movement that number of times.
284 Return enters the cursor position
285 as the upper left corner of the window.
286 The lower right corner is entered in the same manner.
288 the placement of the new window is indicated by a rectangular
289 box drawn on the screen, corresponding to where the new window
291 Typing escape at any point cancels this command.
293 This window becomes the current window,
294 and is given the first available ID.
295 The default buffer size is used (see
299 Only fully visible windows can be created this way.
303 The process in the window is sent
304 the hangup signal (see
308 handle this signal correctly and cause no problems.
313 A box in the shape of the window is drawn on
314 the screen to indicate the new position of the window, and the same keys as
317 command are used to position the box.
318 The window can be moved partially off-screen.
322 to its previous position.
324 Change the size of window
327 to enter the new lower right corner of the window.
328 A box is drawn to indicate the new window size.
329 The same keys used in
333 are used to enter the position.
337 to its previous size.
339 Scroll the current window up by one line.
341 Scroll the current window down by one line.
343 Scroll the current window up by half the window size.
345 Scroll the current window down by half the window size.
347 Scroll the current window up by the full window size.
349 Scroll the current window down by the full window size.
351 Move the cursor of the current window left by one column.
353 Move the cursor of the current window down by one line.
355 Move the cursor of the current window up by one line.
357 Move the cursor of the current window right by one column.
360 The user is prompted to enter two points within the current window.
361 Then the content of the current window between those two points
362 is saved in the yank buffer.
365 The content of the yank buffer is written to the current window as input.
367 Stop output in the current window.
369 Start output in the current window.
371 Enter a line to be executed as long commands.
373 editing characters (erase character, erase word, erase line)
377 Long commands are a sequence of statements
378 parsed much like a programming language, with a syntax
379 similar to that of C.
380 Numeric and string expressions and variables
381 are supported, as well as conditional statements.
383 There are two data types: string and number.
384 A string is a sequence
385 of letters or digits beginning with a letter.
389 are considered letters.
390 Alternatively, non-alphanumeric characters can
391 be included in strings by quoting them in double
393 quotes or escaping them with backslash
397 sequences of C are supported,
398 both inside and outside quotes (e.g.,
403 For example, these are legal strings:
404 abcde01234, "\*[Am]#$^*\*[Am]#", ab"$#"cd, ab\\$\\#cd, "/usr/ucb/window".
406 A number is an integer value in one of three forms:
407 a decimal number, an octal number preceded by
409 or a hexadecimal number preceded by
413 The natural machine integer size is used (i.e., the signed integer type
415 As in C, a non-zero number represents a boolean true.
419 begins a comment which terminates at the
422 A statement is either a conditional or an expression.
423 Expression statements are terminated with a new line or
426 an expression on the next line, terminate the first line with
428 .Ss Conditional Statement
430 has a single control structure:
431 the fully bracketed if statement in the form
433 .Bd -literal -offset indent -compact
434 if \*[Lt]expr\*[Gt] then
435 \t\*[Lt]statement\*[Gt]
437 elsif \*[Lt]expr\*[Gt] then
438 \t\*[Lt]statement\*[Gt]
441 \t\*[Lt]statement\*[Gt]
450 parts are optional, and the latter can
451 be repeated any number of times.
457 are similar to those in the
458 C language, with most C operators supported on numeric
460 In addition, some are overloaded to operate on strings.
462 When an expression is used as a statement, its value is discarded
464 Therefore, only expressions with side
465 effects (assignments and function calls) are useful as statements.
467 Single valued (no arrays) variables are supported, of both
468 numeric and string values.
469 Some variables are predefined.
470 They are listed below.
472 The operators in order of increasing precedence:
482 which must be string valued,
483 is assigned the result of
499 (non-zero numeric value); returns the value of
517 Short circuit evaluation is supported
528 Logical and with short circuit evaluation.
542 Bitwise exclusive or.
559 Comparison (equal and not equal, respectively).
560 The boolean result (either 1 or 0) of the comparison is returned.
561 The operands can be numeric or string valued.
563 forces the other to be converted to a string in necessary.
575 Less than, greater than, less than or equal to,
576 greater than or equal to.
577 Both numeric and string values, with
578 automatic conversion as above.
587 If both operands are numbers,
590 shifted left (or right) by
596 a string, then its first (or last)
601 is also a string, then its length is used
602 in place of its value).
611 Addition and subtraction on numbers.
615 argument is a string, then the other is converted to a string,
616 and the result is the concatenation of the two strings.
628 Multiplication, division, modulo.
631 .Ic \- Ns Aq Va expr ,
632 .Ic ~ Ns Aq Va expr ,
633 .Ic \&! Ns Aq Va expr ,
634 .Ic \&$ Ns Aq Va expr ,
635 .Ic \&$? Ns Aq Va expr
637 The first three are unary minus, bitwise complement and logical complement
644 the value of the variable of that name.
650 and it appears within an alias macro (see below),
651 then it refers to the nth argument of the alias invocation.
653 tests for the existence of the variable
656 if it exists or 0 otherwise.
658 .Ao Va expr Ac Ns Pq Aq Ar arglist
662 must be a string that is the unique
663 prefix of the name of a builtin
666 or the full name of a user defined alias macro.
667 In the case of a builtin function,
669 can be in one of two forms:
670 .Bd -literal -offset indent
671 \*[Lt]expr1\*[Gt], \*[Lt]expr2\*[Gt], ...
672 argname1 = \*[Lt]expr1\*[Gt], argname2 = \*[Lt]expr2\*[Gt], ...
675 The two forms can in fact be intermixed, but the result is
677 Most arguments can be omitted; default values will
678 be supplied for them.
681 can be unique prefixes
682 of the argument names.
683 The commas separating
684 arguments are used only to disambiguate, and can usually be omitted.
686 Only the first argument form is valid for user defined aliases.
687 Aliases are defined using the
689 builtin function (see below).
691 are accessed via a variant of the variable mechanism (see
695 Most functions return value, but some are used for side effect
696 only and so must be used as statements.
697 When a function or an alias is used
698 as a statement, the parentheses surrounding
699 the argument list may be omitted.
700 Aliases return no value.
702 .Ss Builtin Functions
703 The arguments are listed by name in their natural order.
704 Optional arguments are in square brackets
707 that have no names are in angle brackets
709 An argument meant to be a boolean flag (often named
720 obvious meanings, or it can be a numeric expression,
721 in which case a non-zero value is true.
724 .Ic alias Ns Po Bq Aq Ar string ,
725 .Bq Aq Ar string\-list Pc
727 If no argument is given, all currently defined alias macros are
731 is defined as an alias,
733 .Aq Ar string\-list \*[Gt] .
734 The previous definition of
740 .It Ic close Ns Pq Aq Ar window\-list
741 Close the windows specified in
742 .Aq Ar window\-list .
747 than all windows are closed.
748 No value is returned.
749 .It Ic cursormodes Ns Pq Bq Ar modes
750 Set the window cursor to
754 or of the mode bits defined as the variables
763 (graphics, terminal dependent).
764 Return value is the previous modes.
765 Default is no change.
767 .Li cursor($m_rev$m_blk)
768 sets the window cursors to blinking
770 .It Ic default_nline Ns Pq Bq Ar nline
771 Set the default buffer size to
775 Returns the old default buffer size.
776 Default is no change.
777 Using a very large buffer can slow the program down considerably.
778 .It Ic default_shell Ns Pq Bq Aq Ar string\-list
779 Set the default window shell program to
780 .Aq Ar string\-list .
782 the first string in the old shell setting.
783 Default is no change.
784 Initially, the default shell is taken from the environment variable
786 .It Ic default_smooth Ns Pq Bq Ar flag
787 Set the default value of the
793 The argument is a boolean flag (one of
802 Default is no change.
803 The old value (as a number) is returned.
804 The initial value is 1 (true).
806 .Ic echo Ns ( Op Ar window ,
807 .Bq Aq Ar string\-list )
809 Write the list of strings,
814 by spaces and terminated with a new line.
816 displayed in the window, the processes in the window are not
820 No value is returned.
821 Default is the current window.
822 .It Ic escape Ns Pq Bq Ar escapec
823 Set the escape character to
826 escape character as a one-character string.
827 Default is no change.
829 can be a string of a single character, or
833 .No control\- Ns Ar X .
835 .Ic foreground Ns ( Bq Ar window ,
840 in or out of foreground.
843 The old foreground flag is returned.
846 is the current window,
851 .Ic label Ns ( Bq Ar window ,
866 To turn off a label, set it to an empty string ("").
869 List the identifiers and labels of all windows.
870 No value is returned.
871 .It Ic select Ns Pq Bq Ar window
875 The previous current window is returned.
876 Default is no change.
877 .It Ic source Ns Pq Ar filename
878 Read and execute the long commands in
880 Returns \-1 if the file cannot be read, 0 otherwise.
881 .It Ic terse Ns Pq Bq flag
884 In terse mode, the command window
885 stays hidden even in command mode, and errors are reported by
886 sounding the terminal's bell.
892 Returns the old terse flag.
893 Default is no change.
894 .It Ic unalias Ns Pq Ar alias
901 .It Ic unset Ns Pq Ar variable
908 .It Ic variables Ns Pq
911 No value is returned.
913 .Ic window Ns ( Bq Ar row ,
926 Open a window with upper left corner at
935 then that many lines are allocated for the text buffer.
936 Otherwise, the default buffer size is used.
944 the upper, left-most, lower, or right-most extremes of the
953 interpreted in the same way as the argument to
956 they mean, respectively, put a frame around this window (default true),
957 allocate pseudo-terminal for this window rather than socketpair (default
958 true), and map new line characters in this window to carriage return
959 and line feed (default true if socketpair is used, false otherwise).
960 Normally, a window is automatically closed when its process
964 to true (default false) prevents this action.
967 is true, the screen is updated more frequently
968 (for this window) to produce a more terminal-like behavior.
975 is a list of strings that will be used as the shell
976 program to place in the window (default is the program specified
980 The created window's identifier is returned as a number.
982 .Ic write Ns ( Bq Ar window ,
983 .Bq Aq Ar string\-list )
985 Send the list of strings,
990 by spaces but not terminated with a new line.
991 The strings are actually given to the window as input.
992 No value is returned.
993 Default is the current window.
995 .Ss Predefined Variables
996 These variables are for information only.
997 Redefining them does not affect the internal operation of
999 .Bl -tag -width modes
1001 The baud rate as a number between 50 and 38400.
1003 The display modes (reverse video, underline, blinking, graphics)
1004 supported by the physical terminal.
1007 is the bitwise or of some of the one bit values,
1014 These values are useful
1015 in setting the window cursors' modes (see
1019 The blinking mode bit.
1021 The graphics mode bit (not very useful).
1023 The reverse video mode bit.
1025 The underline mode bit.
1027 The number of columns on the physical screen.
1029 The number of rows on the physical screen.
1032 The standard name, found in the second name field of the terminal's
1038 uses these environment variables:
1045 .Bl -tag -width /dev/[pt]ty[pq]? -compact
1047 startup command file.
1048 .It Pa /dev/[pt]ty[pq]?
1049 pseudo-terminal devices.
1052 Should be self explanatory.