[BACK]Return to window.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / window

Diff for /src/usr.bin/window/Attic/window.1 between version 1.18 and 1.19

version 1.18, 2003/09/04 22:14:43 version 1.19, 2005/04/02 22:59:41
Line 41 
Line 41 
 .Nd window environment  .Nd window environment
 .Sh SYNOPSIS  .Sh SYNOPSIS
 .Nm window  .Nm window
 .Op Fl t  .Op Fl dft
 .Op Fl f  
 .Op Fl d  
 .Op Fl e Ar escape-char  
 .Op Fl c Ar command  .Op Fl c Ar command
   .Op Fl e Ar escape-char
 .Sh DESCRIPTION  .Sh DESCRIPTION
 .Nm  .Nm
 implements a window environment on  implements a window environment on
Line 79 
Line 77 
 .Pp  .Pp
 The options are as follows:  The options are as follows:
 .Bl -tag -width Ds  .Bl -tag -width Ds
 .It Fl t  .It Fl c Ar command
 Turn on terse mode (see the  Execute the string
 .Ic terse  .Ar command
 command below).  as a long command (see below)
 .It Fl f  before doing anything else.
 Fast.  
 Don't perform any startup action.  
 .It Fl d  .It Fl d
 Ignore  Ignore
 .Pa .windowrc  .Pa .windowrc
Line 101 
Line 97 
 .Ar X  .Ar X
 is any character, meaning  is any character, meaning
 .No control\- Ns Ar X .  .No control\- Ns Ar X .
 .It Fl c Ar command  .It Fl f
 Execute the string  Fast.
 .Ar command  Don't perform any startup action.
 as a long command (see below)  .It Fl t
 before doing anything else.  Turn on terse mode (see the
   .Ic terse
   command below).
 .El  .El
 .Pp  .Pp
 Windows can overlap and are framed as necessary.  Windows can overlap and are framed as necessary.
Line 429 
Line 427 
 .Nm  .Nm
 has a single control structure:  has a single control structure:
 the fully bracketed if statement in the form  the fully bracketed if statement in the form
 .Pp  .Bd -literal -offset indent
 .Bd -literal -offset indent -compact  
 if <expr> then  if <expr> then
 \t<statement>  \t<statement>
 \t...  \t...

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19