mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-13 03:32:24 +00:00
doc: update man pages to display   correctly.
This commit is contained in:
parent
6fdcc6b8b5
commit
2dabfb73c8
15 changed files with 237 additions and 237 deletions
|
@ -5,7 +5,7 @@
|
|||
<!ENTITY str-Zi " CAE Specification, Window Management: X Window System File Formats and Application Conventions">
|
||||
<!ENTITY str-Zt " CAE Specification, Window Management: X Toolkit Intrinsics">
|
||||
<!ENTITY str-Z2 "referenced <Literal>XDR</Literal> specification">
|
||||
<!ENTITY str-Z3 "ISO C standard">
|
||||
<!ENTITY str-Z3 "ISO C standard">
|
||||
<!ENTITY str-XX "X/Open">
|
||||
|
||||
<!ENTITY str.OK "[ ">
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<!ENTITY str-Zi " CAE Specification, Window Management: X Window System File Formats and Application Conventions">
|
||||
<!ENTITY str-Zt " CAE Specification, Window Management: X Toolkit Intrinsics">
|
||||
<!ENTITY str-Z2 "referenced <Literal>XDR</Literal> specification">
|
||||
<!ENTITY str-Z3 "ISO C standard">
|
||||
<!ENTITY str-Z3 "ISO C standard">
|
||||
<!ENTITY str-XX "X/Open">
|
||||
|
||||
<!ENTITY str.OK "[ ">
|
||||
|
|
|
@ -58,7 +58,7 @@ The user data cell must be unique for this message.
|
|||
<Para>Upon successful completion, the
|
||||
<Function>tt_message_user</Function> function returns the data cell,
|
||||
a piece of arbitrary user data that can hold a
|
||||
<Literal>void *</Literal>. The application can use
|
||||
<Literal>void *</Literal>. The application can use
|
||||
&cdeman.tt.ptr.error; to extract one of the following
|
||||
<StructName Role="typedef">Tt_status</StructName> values from the returned data:
|
||||
</Para>
|
||||
|
|
|
@ -55,7 +55,7 @@ The
|
|||
The
|
||||
<Emphasis>v</Emphasis> argument is the data cell,
|
||||
a piece of arbitrary user data that can hold a
|
||||
<Literal>void *</Literal>.</Para>
|
||||
<Literal>void *</Literal>.</Para>
|
||||
</RefSect1>
|
||||
<RefSect1>
|
||||
<Title>RETURN VALUE</Title>
|
||||
|
|
|
@ -67,7 +67,7 @@ The value of each data cell must be unique for this pattern.
|
|||
<Para>Upon successful completion, the
|
||||
<Function>tt_pattern_user</Function> function returns the data cell,
|
||||
a piece of arbitrary user data that can hold a
|
||||
<Literal>void *</Literal>. The application can use
|
||||
<Literal>void *</Literal>. The application can use
|
||||
&cdeman.tt.ptr.error; to extract one of the following
|
||||
<StructName Role="typedef">Tt_status</StructName> values from the returned data:
|
||||
</Para>
|
||||
|
|
|
@ -52,7 +52,7 @@ this pattern.
|
|||
The
|
||||
<Emphasis>v</Emphasis> argument is the data cell,
|
||||
a piece of arbitrary user data that can hold a
|
||||
<Literal>void *</Literal>.</Para>
|
||||
<Literal>void *</Literal>.</Para>
|
||||
</RefSect1>
|
||||
<RefSect1>
|
||||
<Title>RETURN VALUE</Title>
|
||||
|
|
|
@ -2838,7 +2838,7 @@ will re-execute the most recent command which starts with the letter
|
|||
<RefSect2>
|
||||
<Title>In-line Editing Options</Title>
|
||||
<Para>Normally, each command line entered from a terminal device is simply
|
||||
typed followed by a <Literal>new-line</Literal> (`RETURN' or `LINE FEED').
|
||||
typed followed by a <Literal>new-line</Literal> (`RETURN' or `LINE FEED').
|
||||
If either the
|
||||
<Literal>emacs</Literal>, <Literal>gmacs</Literal>, or
|
||||
<Literal>vi</Literal> option is active, the user can edit the command line.
|
||||
|
@ -2852,7 +2852,7 @@ option names.
|
|||
</Para>
|
||||
<Para>The editing features require that the user's terminal
|
||||
accept `RETURN' as carriage return without line feed
|
||||
and that a space (` ') must overwrite the current character on
|
||||
and that a space (` ') must overwrite the current character on
|
||||
the screen.
|
||||
</Para>
|
||||
<Para>The editing modes implement a concept where the user is looking through a
|
||||
|
@ -3203,7 +3203,7 @@ kill characters from then on cause a line feed
|
|||
<VarListEntry>
|
||||
<Term>⁁J</Term>
|
||||
<ListItem>
|
||||
<Para>(New line) Execute the current line.
|
||||
<Para>(New line) Execute the current line.
|
||||
</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
|
@ -3264,7 +3264,7 @@ the next command line forward in time is accessed.
|
|||
<ListItem>
|
||||
<Para>Reverse search history for a previous command line containing
|
||||
<Symbol Role="Variable">string</Symbol>. If a parameter of zero is given, the search is forward.
|
||||
<StructName Role="typedef">String</StructName> is terminated by a "RETURN" or "NEW LINE".
|
||||
<StructName Role="typedef">String</StructName> is terminated by a "RETURN" or "NEW LINE".
|
||||
If string is preceded by a
|
||||
<Literal>⁁</Literal>, the matched line must begin with
|
||||
<Symbol Role="Variable">string</Symbol>. If
|
||||
|
@ -3699,7 +3699,7 @@ The default is the least recent history command.
|
|||
<Term>/ string</Term>
|
||||
<ListItem>
|
||||
<Para>Search backward through history for a previous command containing
|
||||
<Symbol Role="Variable">string</Symbol>. <StructName Role="typedef">String</StructName> is terminated by a "RETURN" or "NEW LINE".
|
||||
<Symbol Role="Variable">string</Symbol>. <StructName Role="typedef">String</StructName> is terminated by a "RETURN" or "NEW LINE".
|
||||
If string is preceded by a
|
||||
<Literal>⁁</Literal>, the matched line must begin with
|
||||
<Symbol Role="Variable">string</Symbol>. If <Symbol Role="Variable">string</Symbol> is null the previous string will be used.
|
||||
|
@ -3981,7 +3981,7 @@ Has effect only in control mode.
|
|||
<VarListEntry>
|
||||
<Term>⁁J</Term>
|
||||
<ListItem>
|
||||
<Para>(New line) Execute the current line, regardless of mode.
|
||||
<Para>(New line) Execute the current line, regardless of mode.
|
||||
</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
|
@ -4490,7 +4490,7 @@ The exit status is non-zero when there are no more options.
|
|||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term>hist -e ename    -nlr  first  last </Term>
|
||||
<Term>hist -e ename  -nlr  first  last </Term>
|
||||
<ListItem>
|
||||
<Para></Para>
|
||||
</ListItem>
|
||||
|
|
|
@ -32,10 +32,10 @@
|
|||
<Arg>-E</Arg>
|
||||
<Arg>-X</Arg>
|
||||
</Group>
|
||||
<Arg Choice="opt">-a <Replaceable>level</Replaceable></Arg>
|
||||
<Arg Choice="opt">-d <Replaceable>display</Replaceable></Arg>
|
||||
<Arg Choice="opt">-a <Replaceable>level</Replaceable></Arg>
|
||||
<Arg Choice="opt">-d <Replaceable>display</Replaceable></Arg>
|
||||
<Group>
|
||||
<Arg>-c </Arg>
|
||||
<Arg>-c </Arg>
|
||||
<Arg Choice="opt"><Replaceable>command</Replaceable></Arg>
|
||||
</Group>
|
||||
</CmdSynopsis>
|
||||
|
|
|
@ -44,13 +44,13 @@ to organize windows by task and make efficient use of screen real estate.
|
|||
<refsect2>
|
||||
<title>Options</title>
|
||||
<variablelist>
|
||||
<varlistentry><term><emphasis>-display</emphasis> <literal>display</literal></term>
|
||||
<varlistentry><term><emphasis>-display</emphasis> <literal>display</literal></term>
|
||||
<listitem>
|
||||
<para>This option specifies the display to use; see <command>X</command>(1).
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>-xrm</emphasis> <literal>resourcestring</literal></term>
|
||||
<varlistentry><term><emphasis>-xrm</emphasis> <literal>resourcestring</literal></term>
|
||||
<listitem>
|
||||
<para>This option specifies a resource string to use.</para>
|
||||
</listitem>
|
||||
|
@ -63,13 +63,13 @@ is of limited use. See the <emphasis>multiScreen</emphasis> resource for informa
|
|||
on managing a single screen.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>-name</emphasis> <literal>name</literal></term>
|
||||
<varlistentry><term><emphasis>-name</emphasis> <literal>name</literal></term>
|
||||
<listitem>
|
||||
<para>This option causes <command>dtwm</command> to retrieve its resources
|
||||
using the specified name, as in <literal>name*resource</literal>.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>-screens</emphasis> <literal>name [name [...]]</literal></term>
|
||||
<varlistentry><term><emphasis>-screens</emphasis> <literal>name [name [...]]</literal></term>
|
||||
<listitem>
|
||||
<para>This option specifies the resource names to use for the screens managed
|
||||
by <command>dtwm</command>. If <command>dtwm</command> is managing a single
|
||||
|
@ -112,7 +112,7 @@ By default, the screen number is used for the screen name.</para>
|
|||
<para>Default <command>dtwm</command> window frames have distinct components
|
||||
with associated functions:</para>
|
||||
<variablelist>
|
||||
<varlistentry><term><emphasis>Title Area</emphasis></term>
|
||||
<varlistentry><term><emphasis>Title Area</emphasis></term>
|
||||
<listitem>
|
||||
<para>In addition to displaying the client's title, the title area is used
|
||||
to move the window. To move the window, place the pointer over the title area,
|
||||
|
@ -121,27 +121,27 @@ frame is moved during the drag to indicate the new location. When the button
|
|||
is released, the window is moved to the new location.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>Title Bar</emphasis></term>
|
||||
<varlistentry><term><emphasis>Title Bar</emphasis></term>
|
||||
<listitem>
|
||||
<para>The title bar includes the title area, the minimize button, the maximize
|
||||
button, and the window menu button. In shaped windows, such as round windows,
|
||||
the title bar floats above the window.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>Minimize Button</emphasis></term>
|
||||
<varlistentry><term><emphasis>Minimize Button</emphasis></term>
|
||||
<listitem>
|
||||
<para>To turn the window into an icon, click button 1 on the minimize button
|
||||
(the frame box with a <literal>small</literal> square in it).</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>Maximize Button</emphasis></term>
|
||||
<varlistentry><term><emphasis>Maximize Button</emphasis></term>
|
||||
<listitem>
|
||||
<para>To make the window fill the screen (or enlarge to the largest size allowed
|
||||
by the configuration files), click button 1 on the maximize button (the frame
|
||||
box with a <literal>large</literal> square in it).</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>Window Menu Button</emphasis></term>
|
||||
<varlistentry><term><emphasis>Window Menu Button</emphasis></term>
|
||||
<listitem>
|
||||
<para>The window menu button is the frame box with a horizontal bar in it.
|
||||
To pull down the window menu, press button 1. While pressing, drag the pointer
|
||||
|
@ -220,7 +220,7 @@ if the window is in more than one workspace.</entry></row>
|
|||
<entry align="left" valign="top">Causes client to terminate.</entry></row>
|
||||
</tbody></tgroup></informaltable>
|
||||
<variablelist>
|
||||
<varlistentry><term><emphasis>Resize Border Handles</emphasis></term>
|
||||
<varlistentry><term><emphasis>Resize Border Handles</emphasis></term>
|
||||
<listitem>
|
||||
<para>To change the size of a window, move the pointer over a resize border
|
||||
handle (the cursor changes), press button 1, and drag the window to a new
|
||||
|
@ -509,13 +509,13 @@ order for the <function>f.lower</function> function.</para>
|
|||
and lowers the family in the global window stack.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><function>f.lower</function> [ <symbol role="Variable">within</symbol>]</term>
|
||||
<varlistentry><term><function>f.lower</function> [ <symbol role="Variable">within</symbol>]</term>
|
||||
<listitem>
|
||||
<para>Lowers the transient window within the family (staying above the parent)
|
||||
but does not lower the family in the global window stack.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><function>f.lower</function> [<emphasis>freeFamily</emphasis> ]</term>
|
||||
<varlistentry><term><function>f.lower</function> [<emphasis>freeFamily</emphasis> ]</term>
|
||||
<listitem>
|
||||
<para>Lowers the window free from its family stack (below the parent), but
|
||||
does not lower the family in the global window stack.</para>
|
||||
|
@ -712,21 +712,21 @@ manager parts can be specified:</para>
|
|||
††Image name. See &cdeman.XmInstallImage;. †††X11
|
||||
X Logical Font Description</para>
|
||||
<variablelist>
|
||||
<varlistentry><term><symbol role="Variable">background</symbol> (class  <emphasis>Background</emphasis>)</term>
|
||||
<varlistentry><term><symbol role="Variable">background</symbol> (class <emphasis>Background</emphasis>)</term>
|
||||
<listitem>
|
||||
<para>This resource specifies the background color. Any legal X color may
|
||||
be specified. The default value is chosen based on the visual type of the
|
||||
screen.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>backgroundPixmap</emphasis> (class  <emphasis>BackgroundPixmap</emphasis>)</term>
|
||||
<varlistentry><term><emphasis>backgroundPixmap</emphasis> (class <emphasis>BackgroundPixmap</emphasis>)</term>
|
||||
<listitem>
|
||||
<para>This resource specifies the background Pixmap of the <command>dtwm</command>
|
||||
decoration when the window is inactive (does not have the keyboard focus).
|
||||
The default value is chosen based on the visual type of the screen.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>bottomShadowColor</emphasis> (class  <emphasis>Foreground</emphasis>)</term>
|
||||
<varlistentry><term><emphasis>bottomShadowColor</emphasis> (class <emphasis>Foreground</emphasis>)</term>
|
||||
<listitem>
|
||||
<para>This resource specifies the bottom shadow color. This color is used
|
||||
for the lower and right bevels of the window manager decoration. Any legal
|
||||
|
@ -734,27 +734,27 @@ X color may be specified. The default value is chosen based on the visual
|
|||
type of the screen.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>bottomShadowPixmap</emphasis> (class  <emphasis>BottomShadowPixmap</emphasis>)</term>
|
||||
<varlistentry><term><emphasis>bottomShadowPixmap</emphasis> (class <emphasis>BottomShadowPixmap</emphasis>)</term>
|
||||
<listitem>
|
||||
<para>This resource specifies the bottom shadow Pixmap. This Pixmap is used
|
||||
for the lower and right bevels of the window manager decoration. The default
|
||||
is chosen based on the visual type of the screen.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>fontList</emphasis> (class  <emphasis>FontList</emphasis>)</term>
|
||||
<varlistentry><term><emphasis>fontList</emphasis> (class <emphasis>FontList</emphasis>)</term>
|
||||
<listitem>
|
||||
<para>This resource specifies the font used in the window manager decoration.
|
||||
The character encoding of the font should match the character encoding of
|
||||
the strings that are used. The default is "fixed."</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><symbol role="Variable">foreground</symbol> (class  <emphasis>Foreground</emphasis>)</term>
|
||||
<varlistentry><term><symbol role="Variable">foreground</symbol> (class <emphasis>Foreground</emphasis>)</term>
|
||||
<listitem>
|
||||
<para>This resource specifies the foreground color. The default is chosen
|
||||
based on the visual type of the screen.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>saveUnder</emphasis> (class  <emphasis>SaveUnder</emphasis>)</term>
|
||||
<varlistentry><term><emphasis>saveUnder</emphasis> (class <emphasis>SaveUnder</emphasis>)</term>
|
||||
<listitem>
|
||||
<para>This is used to indicate whether "save unders" are used for <command>dtwm</command> components. For this to have any effect, save unders must be
|
||||
implemented by the X server. If save unders are implemented, the X server
|
||||
|
@ -765,14 +765,14 @@ save unders will not be used on any window manager frames. The default value
|
|||
is False.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>topShadowColor</emphasis> (class  <emphasis>Background</emphasis>)</term>
|
||||
<varlistentry><term><emphasis>topShadowColor</emphasis> (class <emphasis>Background</emphasis>)</term>
|
||||
<listitem>
|
||||
<para>This resource specifies the top shadow color. This color is used for
|
||||
the upper and left bevels of the window manager decoration. The default is
|
||||
chosen based on the visual type of the screen.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><action>topShadowPixmap (</action> class  <emphasis>TopShadowPixmap)</emphasis></term>
|
||||
<varlistentry><term><action>topShadowPixmap (</action> class <emphasis>TopShadowPixmap)</emphasis></term>
|
||||
<listitem>
|
||||
<para>This resource specifies the top shadow Pixmap. This Pixmap is used for
|
||||
the upper and left bevels of the window manager decoration. The default is
|
||||
|
@ -837,47 +837,47 @@ icons can be specified:</para>
|
|||
<para>†The default is chosen based on the visual type of the screen.
|
||||
††See &cdeman.XmInstallImage;.</para>
|
||||
<variablelist>
|
||||
<varlistentry><term><emphasis>activeBackground</emphasis> (class  <emphasis>Background</emphasis>)</term>
|
||||
<varlistentry><term><emphasis>activeBackground</emphasis> (class <emphasis>Background</emphasis>)</term>
|
||||
<listitem>
|
||||
<para>This resource specifies the background color of the <command>dtwm</command>
|
||||
decoration when the window is active (has the keyboard focus). The default
|
||||
is chosen based on the visual type of the screen.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>activeBackgroundPixmap</emphasis> (class  <emphasis>ActiveBackgroundPixmap</emphasis>)</term>
|
||||
<varlistentry><term><emphasis>activeBackgroundPixmap</emphasis> (class <emphasis>ActiveBackgroundPixmap</emphasis>)</term>
|
||||
<listitem>
|
||||
<para>This resource specifies the background Pixmap of the <command>dtwm</command>
|
||||
decoration when the window is active (has the keyboard focus). The default
|
||||
is chosen based on the visual type of the screen.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>activeBottomShadowColor</emphasis> (class  <emphasis>Foreground</emphasis>)</term>
|
||||
<varlistentry><term><emphasis>activeBottomShadowColor</emphasis> (class <emphasis>Foreground</emphasis>)</term>
|
||||
<listitem>
|
||||
<para>This resource specifies the bottom shadow color of the <command>dtwm</command> decoration when the window is active (has the keyboard focus).
|
||||
The default is chosen based on the visual type of the screen.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>activeBottomShadowPixmap</emphasis> (class  <emphasis>BottomShadowPixmap</emphasis>)</term>
|
||||
<varlistentry><term><emphasis>activeBottomShadowPixmap</emphasis> (class <emphasis>BottomShadowPixmap</emphasis>)</term>
|
||||
<listitem>
|
||||
<para>This resource specifies the bottom shadow Pixmap of the <command>dtwm</command> decoration when the window is active (has the keyboard focus).
|
||||
The default is chosen based on the visual type of the screen.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>activeForeground</emphasis> (class  <emphasis>Foreground</emphasis>)</term>
|
||||
<varlistentry><term><emphasis>activeForeground</emphasis> (class <emphasis>Foreground</emphasis>)</term>
|
||||
<listitem>
|
||||
<para>This resource specifies the foreground color of the <command>dtwm</command>
|
||||
decoration when the window is active (has the keyboard focus). The default
|
||||
is chosen based on the visual type of the screen.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>activeTopShadowColor</emphasis> (class  <emphasis>Background</emphasis>)</term>
|
||||
<varlistentry><term><emphasis>activeTopShadowColor</emphasis> (class <emphasis>Background</emphasis>)</term>
|
||||
<listitem>
|
||||
<para>This resource specifies the top shadow color of the <command>dtwm</command>
|
||||
decoration when the window is active (has the keyboard focus). The default
|
||||
is chosen based on the visual type of the screen.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>activeTopShadowPixmap</emphasis> (class  <emphasis>TopShadowPixmap</emphasis>)</term>
|
||||
<varlistentry><term><emphasis>activeTopShadowPixmap</emphasis> (class <emphasis>TopShadowPixmap</emphasis>)</term>
|
||||
<listitem>
|
||||
<para>This resource specifies the top shadow Pixmap of the <command>dtwm</command>
|
||||
decoration when the window is active (has the keyboard focus). The default
|
||||
|
@ -1079,7 +1079,7 @@ window.</para>
|
|||
<para>†The resource doubleClickTime is included for backward compatibility.
|
||||
Use of the Xt resource multiClickTime is preferred.</para>
|
||||
<variablelist>
|
||||
<varlistentry><term><emphasis>autoKeyFocus</emphasis> (class  <emphasis>AutoKeyFocus</emphasis>)</term>
|
||||
<varlistentry><term><emphasis>autoKeyFocus</emphasis> (class <emphasis>AutoKeyFocus</emphasis>)</term>
|
||||
<listitem>
|
||||
<para>This resource is available only when the keyboard input focus policy
|
||||
is explicit. If <emphasis>autoKeyFocus</emphasis> is given a value of True,
|
||||
|
@ -1090,7 +1090,7 @@ keyboard input focus. It is recommended that both <emphasis>autoKeyFocus</emphas
|
|||
tear off menus. The default value is True.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>autoRaiseDelay</emphasis> (class  <emphasis>AutoRaiseDelay</emphasis>)</term>
|
||||
<varlistentry><term><emphasis>autoRaiseDelay</emphasis> (class <emphasis>AutoRaiseDelay</emphasis>)</term>
|
||||
<listitem>
|
||||
<para>This resource is available only when the <emphasis>focusAutoRaise</emphasis>
|
||||
resource is True and the keyboard focus policy is pointer. The <emphasis>autoRaiseDelay</emphasis> resource specifies the amount of time (in milliseconds)
|
||||
|
@ -1098,7 +1098,7 @@ that <command>dtwm</command> will wait before raising a window after it gets
|
|||
the keyboard focus. The default value of this resource is 500 (ms).</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>bitmapDirectory</emphasis> (class  <emphasis>BitmapDirectory</emphasis>)</term>
|
||||
<varlistentry><term><emphasis>bitmapDirectory</emphasis> (class <emphasis>BitmapDirectory</emphasis>)</term>
|
||||
<listitem>
|
||||
<para>This resource identifies a directory to be searched for bitmaps referenced
|
||||
by <command>dtwm</command> resources. This directory is searched if a bitmap
|
||||
|
@ -1109,7 +1109,7 @@ location of this directory may vary on some systems. If the bitmap is not
|
|||
found in the specified directory, <systemitem class="EnvironVar">XBMLANGPATH</systemitem> is searched.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>clientAutoPlace</emphasis> (class  <emphasis>ClientAutoPlace</emphasis>)</term>
|
||||
<varlistentry><term><emphasis>clientAutoPlace</emphasis> (class <emphasis>ClientAutoPlace</emphasis>)</term>
|
||||
<listitem>
|
||||
<para>This resource determines the position of a window when the window has
|
||||
not been given a program- or user-specified position. With a value of True,
|
||||
|
@ -1119,7 +1119,7 @@ of the window to be used. In either case, <command>dtwm</command> will attempt
|
|||
to place the windows totally on-screen. The default value is True.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>colormapFocusPolicy</emphasis> (class  <emphasis>ColormapFocusPolicy</emphasis>)</term>
|
||||
<varlistentry><term><emphasis>colormapFocusPolicy</emphasis> (class <emphasis>ColormapFocusPolicy</emphasis>)</term>
|
||||
<listitem>
|
||||
<para>This resource indicates the colormap focus policy that is to be used.
|
||||
If the resource value is explicit, a colormap selection action is done on
|
||||
|
@ -1129,7 +1129,7 @@ If the value is keyboard, the client window that has the keyboard input focus
|
|||
has the colormap focus. The default value for this resource is keyboard.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><symbol role="Variable">configFile</symbol> (class  <emphasis>ConfigFile</emphasis>)</term>
|
||||
<varlistentry><term><symbol role="Variable">configFile</symbol> (class <emphasis>ConfigFile</emphasis>)</term>
|
||||
<listitem>
|
||||
<para>The resource value is the pathname for a <command>dtwm</command> resource
|
||||
description file. If the pathname begins with "~/", <command>dtwm</command>
|
||||
|
@ -1146,14 +1146,14 @@ paths to find a configuration file. The order of the search is shown below: <lit
|
|||
implementation dependent.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>deiconifyKeyFocus</emphasis> (class  <emphasis>DeiconifyKeyFocus</emphasis>)</term>
|
||||
<varlistentry><term><emphasis>deiconifyKeyFocus</emphasis> (class <emphasis>DeiconifyKeyFocus</emphasis>)</term>
|
||||
<listitem>
|
||||
<para>This resource applies only when the keyboard input focus policy is explicit.
|
||||
If a value of True is used, a window receives the keyboard input focus when
|
||||
it is normalized (deiconified). True is the default value.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>doubleClickTime</emphasis> (class  <emphasis>DoubleClickTime</emphasis>)</term>
|
||||
<varlistentry><term><emphasis>doubleClickTime</emphasis> (class <emphasis>DoubleClickTime</emphasis>)</term>
|
||||
<listitem>
|
||||
<para>This resource is used to set the maximum time (in ms) between the clicks
|
||||
(button presses) that make up a double-click. The use of this resource is
|
||||
|
@ -1162,7 +1162,7 @@ The value of <emphasis>doubleClickTime</emphasis> dynamically defaults to
|
|||
the value of <emphasis>multiClickTime</emphasis>.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>enableWarp</emphasis> (class  <emphasis>EnableWarp</emphasis>)</term>
|
||||
<varlistentry><term><emphasis>enableWarp</emphasis> (class <emphasis>EnableWarp</emphasis>)</term>
|
||||
<listitem>
|
||||
<para>The default value of this resource, True, causes <command>dtwm</command>
|
||||
to warp the pointer to the center of the selected window during keyboard-controlled
|
||||
|
@ -1170,7 +1170,7 @@ resize and move operations. Setting the value to False causes <command>dtwm</com
|
|||
the user explicitly moves it with the cursor keys or pointing device.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>enforceKeyFocus</emphasis> (class  <emphasis>EnforceKeyFocus</emphasis>)</term>
|
||||
<varlistentry><term><emphasis>enforceKeyFocus</emphasis> (class <emphasis>EnforceKeyFocus</emphasis>)</term>
|
||||
<listitem>
|
||||
<para>If this resource is given a value of True, the keyboard input focus
|
||||
is always explicitly set to selected windows even if there is an indication
|
||||
|
@ -1180,7 +1180,7 @@ client.) If the resource is False, the keyboard input focus is not explicitly
|
|||
set to globally active windows. The default value is True.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>frameStyle</emphasis> (class  <emphasis>frameStyle</emphasis>)</term>
|
||||
<varlistentry><term><emphasis>frameStyle</emphasis> (class <emphasis>frameStyle</emphasis>)</term>
|
||||
<listitem>
|
||||
<para>If this resource is given a value of "slab", the the window manager
|
||||
frame is drawn such that the client area appears to be at the same height
|
||||
|
@ -1189,7 +1189,7 @@ window frame is drawn such that the client area appears lower than the top
|
|||
of the window frame. The default value is "recessed".</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>iconAutoPlace</emphasis> (class  <emphasis>IconAutoPlace</emphasis>)</term>
|
||||
<varlistentry><term><emphasis>iconAutoPlace</emphasis> (class <emphasis>IconAutoPlace</emphasis>)</term>
|
||||
<listitem>
|
||||
<para>This resource indicates whether the window manager arranges icons in
|
||||
a particular area of the screen or places each icon where the window was when
|
||||
|
@ -1199,13 +1199,13 @@ The value False indicates that an icon is placed at the location of the window
|
|||
when it is iconified. The default is True.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>iconClick</emphasis> (class  <emphasis>IconClick</emphasis>)</term>
|
||||
<varlistentry><term><emphasis>iconClick</emphasis> (class <emphasis>IconClick</emphasis>)</term>
|
||||
<listitem>
|
||||
<para>When this resource is given the value of True, the system menu is posted
|
||||
and left posted when an icon is clicked. The default value is True.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>interactivePlacement</emphasis> (class  <emphasis>InteractivePlacement</emphasis>)</term>
|
||||
<varlistentry><term><emphasis>interactivePlacement</emphasis> (class <emphasis>InteractivePlacement</emphasis>)</term>
|
||||
<listitem>
|
||||
<para>This resource controls the initial placement of new windows on the screen.
|
||||
If the value is True, the pointer shape changes before a new window is placed
|
||||
|
@ -1215,7 +1215,7 @@ placed according to the initial window configuration attributes. The default
|
|||
value of this resource is False.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>keyboardFocusPolicy</emphasis> (class  <emphasis>KeyboardFocusPolicy</emphasis>)</term>
|
||||
<varlistentry><term><emphasis>keyboardFocusPolicy</emphasis> (class <emphasis>KeyboardFocusPolicy</emphasis>)</term>
|
||||
<listitem>
|
||||
<para>If set to pointer, the keyboard focus policy is to have the keyboard
|
||||
focus set to the client window that contains the pointer (the pointer could
|
||||
|
@ -1226,7 +1226,7 @@ or any part of the associated <command>dtwm</command> decoration. The default
|
|||
value for this resource is explicit.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>lowerOnIconify</emphasis> (class  <emphasis>LowerOnIconify</emphasis>)</term>
|
||||
<varlistentry><term><emphasis>lowerOnIconify</emphasis> (class <emphasis>LowerOnIconify</emphasis>)</term>
|
||||
<listitem>
|
||||
<para>If this resource is given the default value of True, a window's icon
|
||||
appears on the bottom of the window stack when the window is minimized (iconified).
|
||||
|
@ -1234,7 +1234,7 @@ A value of False places the icon in the stacking order at the same place as
|
|||
its associated window. The default value of this resource is True.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>marqueeSelectGranularity</emphasis> (class  <emphasis>MarqueeSelectGranularity</emphasis>)</term>
|
||||
<varlistentry><term><emphasis>marqueeSelectGranularity</emphasis> (class <emphasis>MarqueeSelectGranularity</emphasis>)</term>
|
||||
<listitem>
|
||||
<para>This resource determines how often changes in the marquee selection
|
||||
are reported to the file manager ( &cdeman.dtfile;). The marquee
|
||||
|
@ -1245,7 +1245,7 @@ to the file manager. A value of 0 (zero) means report every motion of the
|
|||
pointer. The default value of this resource is 0.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>moveThreshold</emphasis> (class  <emphasis>MoveThreshold</emphasis>)</term>
|
||||
<varlistentry><term><emphasis>moveThreshold</emphasis> (class <emphasis>MoveThreshold</emphasis>)</term>
|
||||
<listitem>
|
||||
<para>This resource is used to control the sensitivity of dragging operations
|
||||
that move windows and icons. The value of this resource is the number of pixels
|
||||
|
@ -1255,14 +1255,14 @@ double-click and there is unintentional pointer movement with the button down.
|
|||
The default value of this resource is 4 (pixels).</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>multiScreen</emphasis> (class  <emphasis>MultiScreen</emphasis>)</term>
|
||||
<varlistentry><term><emphasis>multiScreen</emphasis> (class <emphasis>MultiScreen</emphasis>)</term>
|
||||
<listitem>
|
||||
<para>This resource, if True, causes <command>dtwm</command> to manage all
|
||||
the screens on the display. If False, <command>dtwm</command> manages only
|
||||
a single screen. The default value is True.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>passButtons</emphasis> (class  <emphasis>PassButtons</emphasis>)</term>
|
||||
<varlistentry><term><emphasis>passButtons</emphasis> (class <emphasis>PassButtons</emphasis>)</term>
|
||||
<listitem>
|
||||
<para>This resource indicates whether or not button press events are passed
|
||||
to clients after they are used to do a window manager function in the client
|
||||
|
@ -1272,7 +1272,7 @@ window. The window manager function is done in either case. The default value
|
|||
for this resource is False.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>passSelectButton</emphasis> (class  <emphasis>PassSelectButton</emphasis>)</term>
|
||||
<varlistentry><term><emphasis>passSelectButton</emphasis> (class <emphasis>PassSelectButton</emphasis>)</term>
|
||||
<listitem>
|
||||
<para>This resource indicates whether or not to pass the select button press
|
||||
events to clients after they are used to do a window manager function in the
|
||||
|
@ -1282,7 +1282,7 @@ to the client window. The window manager function is done in either case.
|
|||
The default value for this resource is True.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>positionIsFrame</emphasis> (class  <emphasis>PositionIsFrame</emphasis>)</term>
|
||||
<varlistentry><term><emphasis>positionIsFrame</emphasis> (class <emphasis>PositionIsFrame</emphasis>)</term>
|
||||
<listitem>
|
||||
<para>This resource indicates how client window position information (from
|
||||
the <emphasis>WM_NORMAL_HINTS</emphasis> property and from configuration requests)
|
||||
|
@ -1292,7 +1292,7 @@ value is False, it is interpreted as being the position of the client area
|
|||
of the window. The default value of this resource is True.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>positionOnScreen</emphasis> (class  <emphasis>PositionOnScreen</emphasis>)</term>
|
||||
<varlistentry><term><emphasis>positionOnScreen</emphasis> (class <emphasis>PositionOnScreen</emphasis>)</term>
|
||||
<listitem>
|
||||
<para>This resource is used to indicate that windows should initially be placed
|
||||
(if possible) so that they are not clipped by the edge of the screen (if the
|
||||
|
@ -1302,7 +1302,7 @@ value is False, windows are placed in the requested position even if totally
|
|||
off-screen. The default value of this resource is True.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>quitTimeout</emphasis> (class  <emphasis>QuitTimeout</emphasis>)</term>
|
||||
<varlistentry><term><emphasis>quitTimeout</emphasis> (class <emphasis>QuitTimeout</emphasis>)</term>
|
||||
<listitem>
|
||||
<para>This resource specifies the amount of time (in milliseconds) that <command>dtwm</command> will wait for a client to update the <emphasis>WM_COMMAND</emphasis>
|
||||
property after <command>dtwm</command> has sent the <property>WM_SAVE_YOURSELF</property> message. The default value of this resource is 1000 (ms). (Refer
|
||||
|
@ -1310,7 +1310,7 @@ to the <function>f.kill</function> function description for additional informati
|
|||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>raiseKeyFocus</emphasis> (class  <emphasis>RaiseKeyFocus</emphasis>)</term>
|
||||
<varlistentry><term><emphasis>raiseKeyFocus</emphasis> (class <emphasis>RaiseKeyFocus</emphasis>)</term>
|
||||
<listitem>
|
||||
<para>This resource is available only when the keyboard input focus policy
|
||||
is explicit. When set to True, this resource specifies that a window raised
|
||||
|
@ -1318,7 +1318,7 @@ by means of the <function>f.normalize_and_raise</function> function also receive
|
|||
the input focus. The default value of this resource is False.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>refreshByClearing</emphasis> (class  <emphasis>RefreshByClearing</emphasis>)</term>
|
||||
<varlistentry><term><emphasis>refreshByClearing</emphasis> (class <emphasis>RefreshByClearing</emphasis>)</term>
|
||||
<listitem>
|
||||
<para>This resource determines the mechanism used to refresh a window (or
|
||||
the screen) when the <function>f.refresh_win</function> (<function>f.refresh</function>) function is executed. When set to True, an XClearArea is performed
|
||||
|
@ -1331,7 +1331,7 @@ screen is created and destroyed. The default value of this resource is True.
|
|||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>rootButtonClick</emphasis> (class  <emphasis>RootButtonClick</emphasis>)</term>
|
||||
<varlistentry><term><emphasis>rootButtonClick</emphasis> (class <emphasis>RootButtonClick</emphasis>)</term>
|
||||
<listitem>
|
||||
<para>The <emphasis>rootButtonClick</emphasis> resource controls whether the
|
||||
a click on the root window will post the root menu in a "sticky" mode. If
|
||||
|
@ -1344,7 +1344,7 @@ doesn't move between the button down and button up events. The default value
|
|||
for this resource is True.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><symbol role="Variable">screens</symbol> (class  <emphasis>Screens</emphasis>)</term>
|
||||
<varlistentry><term><symbol role="Variable">screens</symbol> (class <emphasis>Screens</emphasis>)</term>
|
||||
<listitem>
|
||||
<para>This resource specifies the resource names to use for the screens managed
|
||||
by <command>dtwm</command>. If <command>dtwm</command> is managing a single
|
||||
|
@ -1354,7 +1354,7 @@ starting with screen 0. Screen 0 gets the first name, screen 1 the second
|
|||
name, and so on. The default screen names are 0, 1, and so on.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>showFeedback</emphasis> (class  <emphasis>ShowFeedback</emphasis>)</term>
|
||||
<varlistentry><term><emphasis>showFeedback</emphasis> (class <emphasis>ShowFeedback</emphasis>)</term>
|
||||
<listitem>
|
||||
<para>This resource controls whether or not feedback windows or confirmation
|
||||
dialogs are displayed. A feedback window shows a client window's initial
|
||||
|
@ -1418,14 +1418,14 @@ and resize, and enables the dialog boxes to confirm the restart and set behavior
|
|||
functions. It disables feedback for the move function. The default value for
|
||||
this resource is all.</para>
|
||||
<variablelist>
|
||||
<varlistentry><term><emphasis>useFrontPanel</emphasis> (class  <emphasis>UseFrontPanel</emphasis>)</term>
|
||||
<varlistentry><term><emphasis>useFrontPanel</emphasis> (class <emphasis>UseFrontPanel</emphasis>)</term>
|
||||
<listitem>
|
||||
<para>This resource enables the display of the front panel if True. If set
|
||||
to False, the Front Panel will not be displayed. The default value is True.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>startupKeyFocus</emphasis> (class  <emphasis>StartupKeyFocus</emphasis>)</term>
|
||||
<varlistentry><term><emphasis>startupKeyFocus</emphasis> (class <emphasis>StartupKeyFocus</emphasis>)</term>
|
||||
<listitem>
|
||||
<para>This resource is available only when the keyboard input focus policy
|
||||
is explicit. When given the default value of True, a window gets the keyboard
|
||||
|
@ -1434,7 +1434,7 @@ manager). It is recommended that both <emphasis>autoKeyFocus</emphasis> and <emp
|
|||
value is True.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>wMenuButtonClick</emphasis> (class  <emphasis>WMenuButtonClick</emphasis>)</term>
|
||||
<varlistentry><term><emphasis>wMenuButtonClick</emphasis> (class <emphasis>WMenuButtonClick</emphasis>)</term>
|
||||
<listitem>
|
||||
<para>This resource indicates whether a click of the mouse when the pointer
|
||||
is over the window menu button posts and leaves posted the window menu. If
|
||||
|
@ -1442,7 +1442,7 @@ the value given this resource is True, the menu remains posted. True is the
|
|||
default value for this resource.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>wMenuButtonClick2</emphasis> (class  <emphasis>WMenuButtonClick2</emphasis>)</term>
|
||||
<varlistentry><term><emphasis>wMenuButtonClick2</emphasis> (class <emphasis>WMenuButtonClick2</emphasis>)</term>
|
||||
<listitem>
|
||||
<para>When this resource is given the default value of True, a double-click
|
||||
action on the window menu button does an <emphasis>f.kill function</emphasis>.
|
||||
|
@ -1592,14 +1592,14 @@ the key bindings to use for screen "1".</para>
|
|||
<entry align="left" valign="top">number</entry>
|
||||
<entry align="left" valign="top">1</entry></row></tbody></tgroup></informaltable>
|
||||
<variablelist>
|
||||
<varlistentry><term><emphasis>buttonBindings</emphasis> (class  <emphasis>ButtonBindings</emphasis>)</term>
|
||||
<varlistentry><term><emphasis>buttonBindings</emphasis> (class <emphasis>ButtonBindings</emphasis>)</term>
|
||||
<listitem>
|
||||
<para>This resource identifies the set of button bindings for window management
|
||||
functions. The named set of button bindings is specified in the <command>dtwm</command> resource description file. These button bindings are <literal>merged</literal> with the built-in default bindings. The default value for
|
||||
this resource is "DefaultButtonBindings".</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>cleanText</emphasis> (class  <emphasis>CleanText</emphasis>)</term>
|
||||
<varlistentry><term><emphasis>cleanText</emphasis> (class <emphasis>CleanText</emphasis>)</term>
|
||||
<listitem>
|
||||
<para>This resource controls the display of window manager text in the client
|
||||
title and feedback windows. If the default value of True is used, the text
|
||||
|
@ -1609,14 +1609,14 @@ in the area immediately around the text is cleared. If False, the text is
|
|||
drawn directly on top of the existing background.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>fadeNormalIcon</emphasis> (class  <emphasis>FadeNormalIcon</emphasis>)</term>
|
||||
<varlistentry><term><emphasis>fadeNormalIcon</emphasis> (class <emphasis>FadeNormalIcon</emphasis>)</term>
|
||||
<listitem>
|
||||
<para>If this resource is given a value of True, an icon is grayed out whenever
|
||||
it has been normalized (its window has been opened). The default value is
|
||||
False.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>feedbackGeometry</emphasis> (class  <emphasis>FeedbackGeometry</emphasis>)</term>
|
||||
<varlistentry><term><emphasis>feedbackGeometry</emphasis> (class <emphasis>FeedbackGeometry</emphasis>)</term>
|
||||
<listitem>
|
||||
<para>This resource sets the position of the move and resize feedback window.
|
||||
If this resource is not specified, the default is to place the feedback window
|
||||
|
@ -1624,14 +1624,14 @@ at the center of the screen. The value of the resource is a standard window
|
|||
geometry string with the following syntax: [<emphasis>=</emphasis>]{ <emphasis>+-</emphasis>}<literal>xoffset</literal>{<emphasis>+-</emphasis>} <literal>yoffset</literal>]</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>frameBorderWidth</emphasis> (class  <emphasis>FrameBorderWidth</emphasis>)</term>
|
||||
<varlistentry><term><emphasis>frameBorderWidth</emphasis> (class <emphasis>FrameBorderWidth</emphasis>)</term>
|
||||
<listitem>
|
||||
<para>This resource specifies the width (in pixels) of a client window frame
|
||||
border without resize handles. The border width includes the 3-D shadows.
|
||||
The default value is based on the size and resolution of the screen.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>iconBoxGeometry</emphasis> (class  <emphasis>IconBoxGeometry</emphasis>)</term>
|
||||
<varlistentry><term><emphasis>iconBoxGeometry</emphasis> (class <emphasis>IconBoxGeometry</emphasis>)</term>
|
||||
<listitem>
|
||||
<para>This resource indicates the initial position and size of the icon box.
|
||||
The value of the resource is a standard window geometry string with the following
|
||||
|
@ -1644,13 +1644,13 @@ is (6 * iconWidth + padding) wide by (1 * iconHeight + padding) high. The
|
|||
default value of the location is +0 -0.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>iconBoxName</emphasis> (class  <emphasis>IconBoxName</emphasis>)</term>
|
||||
<varlistentry><term><emphasis>iconBoxName</emphasis> (class <emphasis>IconBoxName</emphasis>)</term>
|
||||
<listitem>
|
||||
<para>This resource specifies the name that is used to look up icon box resources.
|
||||
The default name is iconbox.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>iconBoxSBDisplayPolicy</emphasis> (class  <emphasis>IconBoxSBDisplayPolicy</emphasis>)</term>
|
||||
<varlistentry><term><emphasis>iconBoxSBDisplayPolicy</emphasis> (class <emphasis>IconBoxSBDisplayPolicy</emphasis>)</term>
|
||||
<listitem>
|
||||
<para>This resource specifies the scroll bar display policy of the window
|
||||
manager in the icon box. The resource has three possible values: all, vertical,
|
||||
|
@ -1663,13 +1663,13 @@ and sets the orientation of the icon box to vertical (regardless of the iconBoxG
|
|||
specification).</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>iconBoxTitle</emphasis> (class  <emphasis>IconBoxTitle</emphasis>)</term>
|
||||
<varlistentry><term><emphasis>iconBoxTitle</emphasis> (class <emphasis>IconBoxTitle</emphasis>)</term>
|
||||
<listitem>
|
||||
<para>This resource specifies the name that is used in the title area of the
|
||||
icon box frame. The default value is Icons.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>iconDecoration</emphasis> (class  <emphasis>IconDecoration</emphasis>)</term>
|
||||
<varlistentry><term><emphasis>iconDecoration</emphasis> (class <emphasis>IconDecoration</emphasis>)</term>
|
||||
<listitem>
|
||||
<para>This resource specifies the general icon decoration. The resource value
|
||||
is label (only the label part is displayed) or image (only the image part
|
||||
|
@ -1682,21 +1682,21 @@ has an active label part, a label part, and an image part (activelabel label
|
|||
image).</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>iconImageMaximum</emphasis> (class  <emphasis>IconImageMaximum</emphasis>)</term>
|
||||
<varlistentry><term><emphasis>iconImageMaximum</emphasis> (class <emphasis>IconImageMaximum</emphasis>)</term>
|
||||
<listitem>
|
||||
<para>This resource specifies the maximum size of the icon image. The resource
|
||||
value is <literal>width</literal><symbol role="Variable">x</symbol> <literal>height</literal> (for example, 64x64). The maximum supported size is 128x128.
|
||||
The default value of this resource is 50x50.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>iconImageMinimum</emphasis> (class  <emphasis>IconImageMinimum</emphasis>)</term>
|
||||
<varlistentry><term><emphasis>iconImageMinimum</emphasis> (class <emphasis>IconImageMinimum</emphasis>)</term>
|
||||
<listitem>
|
||||
<para>This resource specifies the minimum size of the icon image. The resource
|
||||
value is <literal>width</literal><symbol role="Variable">x</symbol> <literal>height</literal> (for example, 32x50). The minimum supported size is 16x16.
|
||||
The default value of this resource is 16x16.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>iconPlacement</emphasis> (class  <emphasis>IconPlacement</emphasis>)</term>
|
||||
<varlistentry><term><emphasis>iconPlacement</emphasis> (class <emphasis>IconPlacement</emphasis>)</term>
|
||||
<listitem>
|
||||
<para>This resource specifies the icon placement scheme to be used. The resource
|
||||
value has the following syntax:</para>
|
||||
|
@ -1744,7 +1744,7 @@ added from the bottom of the screen to the top of the screen). A <literal>tight<
|
|||
value is useful for aesthetic reasons, as well as X-terminals with small screens.
|
||||
</para>
|
||||
<variablelist>
|
||||
<varlistentry><term><emphasis>iconPlacementMargin</emphasis> (class  <emphasis>IconPlacementMargin</emphasis>)</term>
|
||||
<varlistentry><term><emphasis>iconPlacementMargin</emphasis> (class <emphasis>IconPlacementMargin</emphasis>)</term>
|
||||
<listitem>
|
||||
<para>This resource sets the distance between the edge of the screen and the
|
||||
icons that are placed along the edge of the screen. The value should be greater
|
||||
|
@ -1754,7 +1754,7 @@ icons as they are placed on the screen (this space is based on maximizing
|
|||
the number of icons in each row and column).</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>keyBindings</emphasis> (class  <emphasis>KeyBindings</emphasis>)</term>
|
||||
<varlistentry><term><emphasis>keyBindings</emphasis> (class <emphasis>KeyBindings</emphasis>)</term>
|
||||
<listitem>
|
||||
<para>This resource identifies the set of key bindings for window management
|
||||
functions. If specified, these key bindings <literal>replace</literal> the
|
||||
|
@ -1762,14 +1762,14 @@ built-in default bindings. The named set of key bindings is specified in <comman
|
|||
is "DefaultKeyBindings".</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>limitResize</emphasis> (class  <emphasis>LimitResize</emphasis>)</term>
|
||||
<varlistentry><term><emphasis>limitResize</emphasis> (class <emphasis>LimitResize</emphasis>)</term>
|
||||
<listitem>
|
||||
<para>If this resource is True, the user is not allowed to resize a window
|
||||
to greater than the maximum size. The default value for this resource is True.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>maximumMaximumSize</emphasis> (class  <emphasis>MaximumMaximumSize</emphasis>)</term>
|
||||
<varlistentry><term><emphasis>maximumMaximumSize</emphasis> (class <emphasis>MaximumMaximumSize</emphasis>)</term>
|
||||
<listitem>
|
||||
<para>This resource is used to limit the maximum size of a client window as
|
||||
set by the user or client. The resource value is <literal>width</literal><symbol role="Variable">x</symbol><literal>height</literal> (for example, 1024x1024)
|
||||
|
@ -1777,28 +1777,28 @@ where the width and height are in pixels. The default value of this resource
|
|||
is twice the screen width and height.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>moveOpaque</emphasis> (class  <emphasis>MoveOpaque</emphasis>)</term>
|
||||
<varlistentry><term><emphasis>moveOpaque</emphasis> (class <emphasis>MoveOpaque</emphasis>)</term>
|
||||
<listitem>
|
||||
<para>This resource controls whether the actual window is moved or a rectangular
|
||||
outline of the window is moved. A default value of False displays a rectangular
|
||||
outline on moves.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>resizeBorderWidth</emphasis> (class  <emphasis>ResizeBorderWidth</emphasis>)</term>
|
||||
<varlistentry><term><emphasis>resizeBorderWidth</emphasis> (class <emphasis>ResizeBorderWidth</emphasis>)</term>
|
||||
<listitem>
|
||||
<para>This resource specifies the width (in pixels) of a client window frame
|
||||
border with resize handles. The specified border width includes the 3-D shadows.
|
||||
The default value is based on the size and resolution of the screen.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>resizeCursors</emphasis> (class  <emphasis>ResizeCursors</emphasis>)</term>
|
||||
<varlistentry><term><emphasis>resizeCursors</emphasis> (class <emphasis>ResizeCursors</emphasis>)</term>
|
||||
<listitem>
|
||||
<para>This is used to indicate whether the resize cursors are always displayed
|
||||
when the pointer is in the window size border. If True, the cursors are shown,
|
||||
otherwise the window manager cursor is shown. The default value is True.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>transientDecoration</emphasis> (class  <emphasis>TransientDecoration</emphasis>)</term>
|
||||
<varlistentry><term><emphasis>transientDecoration</emphasis> (class <emphasis>TransientDecoration</emphasis>)</term>
|
||||
<listitem>
|
||||
<para>This controls the amount of decoration that <command>dtwm</command>
|
||||
puts on transient windows. The decoration specification is exactly the same
|
||||
|
@ -1815,7 +1815,7 @@ resource. For more information see the description of <systemitem class="Resourc
|
|||
reference page.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>transientFunctions</emphasis> (class  <emphasis>TransientFunctions</emphasis>)</term>
|
||||
<varlistentry><term><emphasis>transientFunctions</emphasis> (class <emphasis>TransientFunctions</emphasis>)</term>
|
||||
<listitem>
|
||||
<para>This resource is used to indicate which window management functions
|
||||
are applicable (or not applicable) to transient windows. The function specification
|
||||
|
@ -1830,14 +1830,14 @@ resource. For more information see the description of <systemitem class="Resourc
|
|||
page.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>useIconBox</emphasis> (class  <emphasis>UseIconBox</emphasis>)</term>
|
||||
<varlistentry><term><emphasis>useIconBox</emphasis> (class <emphasis>UseIconBox</emphasis>)</term>
|
||||
<listitem>
|
||||
<para>If this resource is given a value of True, icons are placed in an icon
|
||||
box. When an icon box is not used, the icons are placed on the root window
|
||||
(default value).</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>workspaceCount</emphasis> (class  <emphasis>WorkspaceCount</emphasis>)</term>
|
||||
<varlistentry><term><emphasis>workspaceCount</emphasis> (class <emphasis>WorkspaceCount</emphasis>)</term>
|
||||
<listitem>
|
||||
<para>This is the initial number of workspaces that <command>dtwm</command>
|
||||
reates when starting up. In the CDE, this resource should only appear in an
|
||||
|
@ -2012,7 +2012,7 @@ class.</para>
|
|||
<entry align="left" valign="top">DefaultWindowMenu</entry></row></tbody></tgroup>
|
||||
</informaltable>
|
||||
<variablelist>
|
||||
<varlistentry><term><emphasis>clientDecoration</emphasis> (class  <emphasis>ClientDecoration</emphasis>)</term>
|
||||
<varlistentry><term><emphasis>clientDecoration</emphasis> (class <emphasis>ClientDecoration</emphasis>)</term>
|
||||
<listitem>
|
||||
<para>This resource controls the amount of window frame decoration. The resource
|
||||
is specified as a list of decorations to specify their inclusion in the frame.
|
||||
|
@ -2070,7 +2070,7 @@ page.</para>
|
|||
windows. <emphasis>Dtwm*XClock.clientDecoration: menu minimize border</emphasis> This does the same thing as above. Note that either <symbol role="Variable">menu</symbol> or <symbol role="Variable">minimize</symbol> implies
|
||||
<symbol role="Variable">title</symbol>.</para>
|
||||
<variablelist>
|
||||
<varlistentry><term><emphasis>clientFunctions</emphasis> (class  <emphasis>ClientFunctions</emphasis>)</term>
|
||||
<varlistentry><term><emphasis>clientFunctions</emphasis> (class <emphasis>ClientFunctions</emphasis>)</term>
|
||||
<listitem>
|
||||
<para>This resource is used to indicate which <command>dtwm</command> functions
|
||||
are applicable (or not applicable) to the client window. The value for the
|
||||
|
@ -2124,7 +2124,7 @@ page.</para>
|
|||
</informaltable>
|
||||
<para>†See &cdeman.dtwmrc;.</para>
|
||||
<variablelist>
|
||||
<varlistentry><term><emphasis>focusAutoRaise</emphasis> (class  <emphasis>FocusAutoRaise</emphasis>)</term>
|
||||
<varlistentry><term><emphasis>focusAutoRaise</emphasis> (class <emphasis>FocusAutoRaise</emphasis>)</term>
|
||||
<listitem>
|
||||
<para>When the value of this resource is True, clients are raised when they
|
||||
get the keyboard input focus. If the value is False, the stacking of windows
|
||||
|
@ -2133,7 +2133,7 @@ The default value is True when the keyboardFocusPolicy is explicit and False
|
|||
when the keyboardFocusPolicy is pointer.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>iconImage</emphasis> (class  <emphasis>IconImage</emphasis>)</term>
|
||||
<varlistentry><term><emphasis>iconImage</emphasis> (class <emphasis>IconImage</emphasis>)</term>
|
||||
<listitem>
|
||||
<para>This resource can be used to specify an icon image for a client (for
|
||||
example, "Dtwm*myclock*iconImage"). The resource value is a pathname for a
|
||||
|
@ -2142,7 +2142,7 @@ images are used instead of client supplied icon images. The default value
|
|||
is to display a built-in window manager icon image.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>iconImageBackground</emphasis> (class  <emphasis>Background</emphasis>)</term>
|
||||
<varlistentry><term><emphasis>iconImageBackground</emphasis> (class <emphasis>Background</emphasis>)</term>
|
||||
<listitem>
|
||||
<para>This resource specifies the background color of the icon image that
|
||||
is displayed in the image part of an icon. The default value of this resource
|
||||
|
@ -2150,7 +2150,7 @@ is the icon background color (that is, specified by "Dtwm*background or Dtwm*ico
|
|||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>iconImageBottomShadowColor</emphasis> (class  <emphasis>Foreground</emphasis>)</term>
|
||||
<varlistentry><term><emphasis>iconImageBottomShadowColor</emphasis> (class <emphasis>Foreground</emphasis>)</term>
|
||||
<listitem>
|
||||
<para>This resource specifies the bottom shadow color of the icon image that
|
||||
is displayed in the image part of an icon. The default value of this resource
|
||||
|
@ -2158,7 +2158,7 @@ is the icon bottom shadow color (that is, specified by Dtwm*icon*bottomShadowCol
|
|||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>iconImageBottomShadowPixmap</emphasis> (class  <emphasis>BottomShadowPixmap</emphasis>)</term>
|
||||
<varlistentry><term><emphasis>iconImageBottomShadowPixmap</emphasis> (class <emphasis>BottomShadowPixmap</emphasis>)</term>
|
||||
<listitem>
|
||||
<para>This resource specifies the bottom shadow Pixmap of the icon image that
|
||||
is displayed in the image part of an icon. The default value of this resource
|
||||
|
@ -2166,14 +2166,14 @@ is the icon bottom shadow Pixmap (that is, specified by Dtwm*icon*bottomShadowPi
|
|||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>iconImageForeground</emphasis> (class  <emphasis>Foreground</emphasis>)</term>
|
||||
<varlistentry><term><emphasis>iconImageForeground</emphasis> (class <emphasis>Foreground</emphasis>)</term>
|
||||
<listitem>
|
||||
<para>This resource specifies the foreground color of the icon image that
|
||||
is displayed in the image part of an icon. The default value of this resource
|
||||
varies depending on the icon background.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>iconImageTopShadowColor</emphasis> (class  <emphasis>Background</emphasis>)</term>
|
||||
<varlistentry><term><emphasis>iconImageTopShadowColor</emphasis> (class <emphasis>Background</emphasis>)</term>
|
||||
<listitem>
|
||||
<para>This resource specifies the top shadow color of the icon image that
|
||||
is displayed in the image part of an icon. The default value of this resource
|
||||
|
@ -2181,7 +2181,7 @@ is the icon top shadow color (that is, specified by Dtwm*icon*topShadowColor).
|
|||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>iconImageTopShadowPixmap</emphasis> (class  <emphasis>TopShadowPixmap</emphasis>)</term>
|
||||
<varlistentry><term><emphasis>iconImageTopShadowPixmap</emphasis> (class <emphasis>TopShadowPixmap</emphasis>)</term>
|
||||
<listitem>
|
||||
<para>This resource specifies the top shadow Pixmap of the icon image that
|
||||
is displayed in the image part of an icon. The default value of this resource
|
||||
|
@ -2189,55 +2189,55 @@ is the icon top shadow pixmap (that is, specified by Dtwm*icon*topShadowPixmap).
|
|||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>matteBackground</emphasis>  (class  <emphasis>Background</emphasis>)</term>
|
||||
<varlistentry><term><emphasis>matteBackground</emphasis> (class <emphasis>Background</emphasis>)</term>
|
||||
<listitem>
|
||||
<para>This resource specifies the background color of the matte, when <emphasis>matteWidth</emphasis> is positive. The default value of this resource is the
|
||||
client background color (that is, specified by "Dtwm*background or Dtwm*client*background).
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>matteBottomShadowColor</emphasis> (class  <emphasis>Foreground</emphasis>)</term>
|
||||
<varlistentry><term><emphasis>matteBottomShadowColor</emphasis> (class <emphasis>Foreground</emphasis>)</term>
|
||||
<listitem>
|
||||
<para>This resource specifies the bottom shadow color of the matte, when <emphasis>matteWidth</emphasis> is positive. The default value of this resource is the
|
||||
client bottom shadow color (that is, specified by Dtwm*bottomShadowColor or
|
||||
Dtwm*client*bottomShadowColor).</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>matteBottomShadowPixmap</emphasis> (class  <emphasis>BottomShadowPixmap</emphasis>)</term>
|
||||
<varlistentry><term><emphasis>matteBottomShadowPixmap</emphasis> (class <emphasis>BottomShadowPixmap</emphasis>)</term>
|
||||
<listitem>
|
||||
<para>This resource specifies the bottom shadow Pixmap of the matte, when <emphasis>matteWidth</emphasis> is positive. The default value of this resource is the
|
||||
client bottom shadow pixmap (that is, specified by Dtwm*bottomShadowPixmap
|
||||
or Dtwm*client*bottomShadowPixmap).</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>matteForeground</emphasis> (class  <emphasis>Foreground</emphasis>)</term>
|
||||
<varlistentry><term><emphasis>matteForeground</emphasis> (class <emphasis>Foreground</emphasis>)</term>
|
||||
<listitem>
|
||||
<para>This resource specifies the foreground color of the matte, when <emphasis>matteWidth</emphasis> is positive. The default value of this resource is the
|
||||
client foreground color (that is, specified by Dtwm*foreground or Dtwm*client*foreground).
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>matteTopShadowColor</emphasis> (class  <emphasis>Background</emphasis>)</term>
|
||||
<varlistentry><term><emphasis>matteTopShadowColor</emphasis> (class <emphasis>Background</emphasis>)</term>
|
||||
<listitem>
|
||||
<para>This resource specifies the top shadow color of the matte, when <emphasis>matteWidth</emphasis> is positive. The default value of this resource is the
|
||||
client top shadow color (that is, specified by Dtwm*topShadowColor or Dtwm*client*topShadowColor).
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>matteTopShadowPixmap</emphasis> (class  <emphasis>TopShadowPixmap</emphasis>)</term>
|
||||
<varlistentry><term><emphasis>matteTopShadowPixmap</emphasis> (class <emphasis>TopShadowPixmap</emphasis>)</term>
|
||||
<listitem>
|
||||
<para>This resource specifies the top shadow pixmap of the matte, when <emphasis>matteWidth</emphasis> is positive. The default value of this resource is the
|
||||
client top shadow pixmap (that is, specified by "Dtwm*topShadowPixmap or Dtwm*client*topShadowPixmap).
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>matteWidth</emphasis> (class  <emphasis>MatteWidth</emphasis>)</term>
|
||||
<varlistentry><term><emphasis>matteWidth</emphasis> (class <emphasis>MatteWidth</emphasis>)</term>
|
||||
<listitem>
|
||||
<para>This resource specifies the width of the optional matte. The default
|
||||
value is 0, which effectively disables the matte.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>maximumClientSize</emphasis> (class  <emphasis>MaximumClientSize</emphasis>)</term>
|
||||
<varlistentry><term><emphasis>maximumClientSize</emphasis> (class <emphasis>MaximumClientSize</emphasis>)</term>
|
||||
<listitem>
|
||||
<para>This resource is either a size specification or a direction that indicates
|
||||
how a client window is to be maximized. The resource value can be specified
|
||||
|
@ -2252,7 +2252,7 @@ the screen. When the maximum client size is not determined by the <emphasis>maxi
|
|||
resource value is used as a constraint on the maximum size.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>useClientIcon</emphasis> (class  <emphasis>UseClientIcon</emphasis>)</term>
|
||||
<varlistentry><term><emphasis>useClientIcon</emphasis> (class <emphasis>UseClientIcon</emphasis>)</term>
|
||||
<listitem>
|
||||
<para>If the value given for this resource is True, a client-supplied icon
|
||||
image takes precedence over a user-supplied icon image. The default value
|
||||
|
@ -2260,7 +2260,7 @@ is True, giving the client-supplied icon image higher precedence than the
|
|||
user-supplied icon image.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>usePPosition</emphasis> (class  <emphasis>UsePPosition</emphasis>)</term>
|
||||
<varlistentry><term><emphasis>usePPosition</emphasis> (class <emphasis>UsePPosition</emphasis>)</term>
|
||||
<listitem>
|
||||
<para>This resource specifies whether Dtwm honors program specified position <systemitem class="Constant">PPosition</systemitem> specified in the <emphasis>WM_NORMAL_HINTS</emphasis> property in the absence of an user specified position. Setting
|
||||
this resource to on, causes <command>dtwm</command> to always honor program
|
||||
|
@ -2270,7 +2270,7 @@ default value of nonzero cause <command>dtwm</command> to honor program specifie
|
|||
position other than (0,0).</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>windowMenu</emphasis> (class  <emphasis>WindowMenu</emphasis>)</term>
|
||||
<varlistentry><term><emphasis>windowMenu</emphasis> (class <emphasis>WindowMenu</emphasis>)</term>
|
||||
<listitem>
|
||||
<para>This resource indicates the name of the menu pane that is posted when
|
||||
the window menu is popped up (usually by pressing button 1 on the window
|
||||
|
@ -2384,14 +2384,14 @@ configuration done through the style manager.</para>
|
|||
</informaltable>
|
||||
<para>†The default value depends on the display type.</para>
|
||||
<variablelist>
|
||||
<varlistentry><term><emphasis>colorSetId</emphasis> (class  <emphasis>ColorSetId</emphasis>)</term>
|
||||
<varlistentry><term><emphasis>colorSetId</emphasis> (class <emphasis>ColorSetId</emphasis>)</term>
|
||||
<listitem>
|
||||
<para>This resource specifies a color set to use for the backdrop. This is
|
||||
normally an integer from 1 to 8. The default value of this resource is display
|
||||
dependent.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><symbol role="Variable">image</symbol> (class  <emphasis>Image</emphasis>)</term>
|
||||
<varlistentry><term><symbol role="Variable">image</symbol> (class <emphasis>Image</emphasis>)</term>
|
||||
<listitem>
|
||||
<para>This resource specifies an image to use as the backdrop. If none is
|
||||
specified, then no backdrop image will be displayed and the root window of
|
||||
|
@ -2403,7 +2403,7 @@ is dependent on the search path used by &cdeman.XmGetPixmap;.
|
|||
The default value for this resource is none.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>imageBackground</emphasis> (class  <emphasis>ImageBackground</emphasis>)</term>
|
||||
<varlistentry><term><emphasis>imageBackground</emphasis> (class <emphasis>ImageBackground</emphasis>)</term>
|
||||
<listitem>
|
||||
<para>This resource specifies a color to use as the background color of the
|
||||
backdrop. If not specified, the color will default to a pixel value from the
|
||||
|
@ -2413,7 +2413,7 @@ of the color set for this workspace or the background color for bitonal displays
|
|||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>imageForeground</emphasis> (class  <emphasis>ImageForeground</emphasis>)</term>
|
||||
<varlistentry><term><emphasis>imageForeground</emphasis> (class <emphasis>ImageForeground</emphasis>)</term>
|
||||
<listitem>
|
||||
<para>This resource specifies a color to use as the foreground color of the
|
||||
backdrop. If not specified, the color will default to a pixel value from the <emphasis>colorSetId</emphasis> for this workspace. If this resource is specified, the
|
||||
|
|
|
@ -75,7 +75,7 @@ diagnosis option is given.
|
|||
</Para>
|
||||
<VariableList>
|
||||
<VarListEntry>
|
||||
<Term>-f  filename</Term>
|
||||
<Term>-f filename</Term>
|
||||
<ListItem>
|
||||
<!-- ex-TP-->
|
||||
<Para>Restricts the set of specs to be inspected or modified to those which
|
||||
|
@ -85,7 +85,7 @@ wildcards which must be escaped to prevent the shell from expanding them.
|
|||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term>-k  objidkey</Term>
|
||||
<Term>-k objidkey</Term>
|
||||
<ListItem>
|
||||
<!-- ex-TP-->
|
||||
<Para>An object id key, specifying a particular spec to be displayed or modified.
|
||||
|
@ -96,7 +96,7 @@ specify its key here.
|
|||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term>-t  type</Term>
|
||||
<Term>-t type</Term>
|
||||
<ListItem>
|
||||
<!-- ex-TP-->
|
||||
<Para>Restricts the set of specs to be inspected or modified to those with
|
||||
|
@ -192,7 +192,7 @@ return EBADFILE (error code 105).
|
|||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term>-F  filename</Term>
|
||||
<Term>-F filename</Term>
|
||||
<ListItem>
|
||||
<!-- ex-TP-->
|
||||
<Para>Change the file name for the selected specs to the supplied file name.
|
||||
|
@ -200,7 +200,7 @@ return EBADFILE (error code 105).
|
|||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term>-T  otypeid</Term>
|
||||
<Term>-T otypeid</Term>
|
||||
<ListItem>
|
||||
<!-- ex-TP-->
|
||||
<Para>Change the type of the selected specs to the given otype.
|
||||
|
|
|
@ -241,7 +241,7 @@ connection to the X server is terminated. If the application observes neither
|
|||
of these protocols, its connection to the X server is terminated.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><function>f.lower</function> [<emphasis>-</emphasis> <literal>client</literal> | <symbol role="Variable">within</symbol> | <emphasis>freeFamily</emphasis>]</term>
|
||||
<varlistentry><term><function>f.lower</function> [<emphasis>-</emphasis> <literal>client</literal> | <symbol role="Variable">within</symbol> | <emphasis>freeFamily</emphasis>]</term>
|
||||
<listitem>
|
||||
<para>This function lowers a primary window to the bottom of the global window
|
||||
stack (where it obscures no other window) and lowers the secondary window
|
||||
|
@ -408,7 +408,7 @@ switches to the last workspace.</para>
|
|||
<para>This function terminates dtwm (but NOT the X window system).</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><function>f.raise</function> [<emphasis>-</emphasis><symbol role="Variable">client</symbol> | <symbol role="Variable">within</symbol>
|
||||
<varlistentry><term><function>f.raise</function> [<emphasis>-</emphasis><symbol role="Variable">client</symbol> | <symbol role="Variable">within</symbol>
|
||||
| <emphasis>freeFamily</emphasis>]</term>
|
||||
<listitem>
|
||||
<para>This function raises a primary window to the top of the global window
|
||||
|
@ -422,7 +422,7 @@ raise the client family in the global window stack. Specifying <emphasis>freeFam
|
|||
and raises the family to the top of the global window stack.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><function>f.raise_lower</function> [ <symbol role="Variable">within</symbol> | <emphasis>freeFamily</emphasis>]</term>
|
||||
<varlistentry><term><function>f.raise_lower</function> [ <symbol role="Variable">within</symbol> | <emphasis>freeFamily</emphasis>]</term>
|
||||
<listitem>
|
||||
<para>This function raises a primary window to the top of the global window
|
||||
stack if it is partially obscured by another window; otherwise, it lowers
|
||||
|
@ -483,7 +483,7 @@ re-executed). Restart is necessary for <command>dtwm</command> to incorporate
|
|||
changes in both the <literal>dtwmrc</literal> file and X resources.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><function>f.screen</function> [ <symbol role="Variable">next</symbol> | <symbol role="Variable">prev</symbol> | <symbol role="Variable">back</symbol> | <symbol role="Variable">screen_number</symbol>]</term>
|
||||
<varlistentry><term><function>f.screen</function> [ <symbol role="Variable">next</symbol> | <symbol role="Variable">prev</symbol> | <symbol role="Variable">back</symbol> | <symbol role="Variable">screen_number</symbol>]</term>
|
||||
<listitem>
|
||||
<para>This function causes the pointer to be warp to a specific screen number
|
||||
or to the <symbol role="Variable">next</symbol>, <symbol role="Variable">previous</symbol>, or last visited (<symbol role="Variable">back</symbol>)
|
||||
|
@ -515,7 +515,7 @@ the specified location (the label is ignored).</para>
|
|||
<listitem>
|
||||
<para>This function causes the workspace manager to restart with the default
|
||||
behavior (if a custom behavior is configured) or a custom behavior (if a
|
||||
default behavior is configured). By default this is bound to <emphasis>Shift Ctrl Alt <Key>!</emphasis>.</para>
|
||||
default behavior is configured). By default this is bound to <emphasis>Shift Ctrl Alt <Key>!</emphasis>.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><function>f.title</function></term>
|
||||
|
|
|
@ -70,8 +70,8 @@ that represent the library compile-time version:
|
|||
It is derived from the following formula:
|
||||
</Para>
|
||||
<InformalExample Remap="indent">
|
||||
<ProgramListing>(10000 * DtVERSION + 100 *
|
||||
DtRevision + DtUPDATE_LEVEL)
|
||||
<ProgramListing>(10000 * DtVERSION + 100 *
|
||||
DtRevision + DtUPDATE_LEVEL)
|
||||
</ProgramListing>
|
||||
</InformalExample>
|
||||
</ListItem>
|
||||
|
|
|
@ -31,7 +31,7 @@ fonts, for the most common categories of type designs and styles.
|
|||
These names, for at least six sizes of 13 typefaces,
|
||||
must be provided on all &str-XZ;
|
||||
systems, and they should be provided in any
|
||||
X server product on which &str-XZ; applications are expected to run.
|
||||
X server product on which &str-XZ; applications are expected to run.
|
||||
They are typically mapped to existing fonts on the system
|
||||
using the font alias mechanism, although this method is not required.
|
||||
</Synopsis>
|
||||
|
@ -40,11 +40,11 @@ using the font alias mechanism, although this method is not required.
|
|||
<Title>DESCRIPTION</Title>
|
||||
<Para>&str-XZ; 1.0 does not come with a common set of fonts on all vendors'
|
||||
systems, and both &str-XZ; itself and &str-XZ; applications must be able to run
|
||||
on X servers and X terminals from non-&str-XZ; vendors if those vendors so
|
||||
on X servers and X terminals from non-&str-XZ; vendors if those vendors so
|
||||
desire.
|
||||
Therefore, there are a standard set of ``generic'' font names
|
||||
and sizes that each &str-XZ; vendor makes available on their &str-XZ; systems and
|
||||
that X server vendors may make available on their X servers and
|
||||
that X server vendors may make available on their X servers and
|
||||
terminals.
|
||||
The names map to existing fonts on each vendor's system,
|
||||
which may vary from vendor to vendor.
|
||||
|
@ -52,7 +52,7 @@ which may vary from vendor to vendor.
|
|||
<Para>The &str-XZ; Standard Application Font Names described here allow
|
||||
applications to use a single set of default font specifications in their
|
||||
<Emphasis>app-defaults</Emphasis> files, without concern for the system
|
||||
or X server
|
||||
or X server
|
||||
on which &str-XZ; is running.
|
||||
These
|
||||
<Emphasis>app-defaults</Emphasis> application defaults are given as XLFD font name patterns that will
|
||||
|
@ -83,9 +83,9 @@ from needing different
|
|||
The Standard Application Font Names
|
||||
allow applications to use a single
|
||||
<Emphasis>app-defaults</Emphasis> file across all &str-XZ; systems.
|
||||
In addition, any X server or X
|
||||
In addition, any X server or X
|
||||
terminal vendor may ensure that &str-XZ; applications can run on their
|
||||
X server by mapping these standard application names to fonts of the
|
||||
X server by mapping these standard application names to fonts of the
|
||||
corresponding style on their individual X systems.
|
||||
</Para>
|
||||
</RefSect2>
|
||||
|
@ -202,7 +202,7 @@ There are three aspects to the standard names:
|
|||
<ListItem>
|
||||
<Para>The
|
||||
<Emphasis>underlying font</Emphasis> on each system,
|
||||
or X server platform,
|
||||
or X server platform,
|
||||
to which a standard name is mapped,
|
||||
typically will be different on each system.
|
||||
</Para>
|
||||
|
@ -226,7 +226,7 @@ is the same across all systems, for a given use in an
|
|||
</Para>
|
||||
</ListItem>
|
||||
</ItemizedList>
|
||||
<Para>Each &str-XZ; or X server vendor implementing this specification
|
||||
<Para>Each &str-XZ; or X server vendor implementing this specification
|
||||
must provide full XLFD names for the standard names, mapped to
|
||||
system-dependent underlying fonts,
|
||||
so that the XLFD patterns used in &str-XZ; application
|
||||
|
@ -387,7 +387,7 @@ with the following patterns:
|
|||
</RefSect2>
|
||||
<RefSect2>
|
||||
<Title>Implementation of Font Names</Title>
|
||||
<Para>Each &str-XZ; system vendor and X server vendor
|
||||
<Para>Each &str-XZ; system vendor and X server vendor
|
||||
provides mappings of
|
||||
their own fonts to XLFD names meeting this standard, so that &str-XZ;
|
||||
applications will work on their system.
|
||||
|
@ -402,7 +402,7 @@ system's standard names.
|
|||
This is guaranteed by the field specifications given earlier.
|
||||
</Para>
|
||||
<Para>The following requirements are placed on
|
||||
each &str-XZ; or X server vendor's
|
||||
each &str-XZ; or X server vendor's
|
||||
implementation of the Standard Application Font Names:
|
||||
</Para>
|
||||
<ItemizedList>
|
||||
|
|
|
@ -20,22 +20,22 @@ System font names, needed by the &str-XZ; GUI itself, that are used for user
|
|||
interface elements such as button labels, window titles and text fields.
|
||||
These names, for seven sizes of two typefaces, must exist on all &str-XZ;
|
||||
systems, and they should be provided in any
|
||||
X server product on which &str-XZ; applications are expected to run.
|
||||
X server product on which &str-XZ; applications are expected to run.
|
||||
Seven sizes of a third typeface are recommended.
|
||||
They are typically mapped to existing fonts on the system
|
||||
using the font alias mechanism, although this method is not
|
||||
required.</para>
|
||||
<para>&str-XZ; 1.0 does not come with a common set of fonts on all systems,
|
||||
and it must be able to run on X servers and X terminals from non-&str-XZ;
|
||||
and it must be able to run on X servers and X terminals from non-&str-XZ;
|
||||
vendors if those vendors so desire. Therefore, there are a standard set of
|
||||
``generic'' font names and sizes that each &str-XZ; vendor makes available
|
||||
on their &str-XZ; systems and that X server vendors may make available
|
||||
on their X servers and terminals. The names map to existing fonts on
|
||||
on their &str-XZ; systems and that X server vendors may make available
|
||||
on their X servers and terminals. The names map to existing fonts on
|
||||
each vendor's system and may vary from vendor to vendor.</para>
|
||||
<para>The &str-XZ; Standard Interface Font Names described here allow clients
|
||||
making up the &str-XZ; desktop, such as &cdeman.dtterm; and a single
|
||||
set of default fonts in their <emphasis>app-defaults</emphasis> files, without
|
||||
concern for the system or X server on which &str-XZ; is running. (The &str-XZ;
|
||||
concern for the system or X server on which &str-XZ; is running. (The &str-XZ;
|
||||
Standard Application Font Names, described in &cdeman.DtStdAppFontNames;,
|
||||
provide a similar mechanism for applications running on the &str-XZ; desktop.)
|
||||
</para>
|
||||
|
@ -55,8 +55,8 @@ cross-references, section headers, and so forth.</para>
|
|||
<refsect2>
|
||||
<title>Rationale</title>
|
||||
<para>Common font names are required to prevent &str-XZ; clients such as &cdeman.dtterm; from needing different <emphasis>app-defaults</emphasis>
|
||||
files on each system. In addition, any X server or X terminal vendor
|
||||
may ensure that the &str-XZ; desktop can run on their X server by mapping
|
||||
files on each system. In addition, any X server or X terminal vendor
|
||||
may ensure that the &str-XZ; desktop can run on their X server by mapping
|
||||
these standard names to fonts of the corresponding style on their individual
|
||||
X systems.</para>
|
||||
<para>Interface fonts are needed because of user interface and cognitive research
|
||||
|
@ -79,7 +79,7 @@ or terminal emulator).</para>
|
|||
naming scheme. There are three aspects to the standard names:</para>
|
||||
<itemizedlist>
|
||||
<listitem><para>The <emphasis>underlying font</emphasis> on each system, or
|
||||
X server platform, to which a standard name is mapped, typically will
|
||||
X server platform, to which a standard name is mapped, typically will
|
||||
be different on each system.</para>
|
||||
</listitem><listitem><para>The <emphasis>standard name</emphasis> itself,
|
||||
a full XLFD name mapped to the underlying font, may be different on each system
|
||||
|
@ -92,7 +92,7 @@ files, which will match the full XLFD name of the standard name, is the same
|
|||
across all systems, for a given use in an <emphasis>app-defaults</emphasis>
|
||||
file.</para>
|
||||
</listitem></itemizedlist>
|
||||
<para>Each &str-XZ; or X server vendor implementing this specification
|
||||
<para>Each &str-XZ; or X server vendor implementing this specification
|
||||
must provide full XLFD names for the standard names, mapped to system-dependent
|
||||
underlying fonts, so that the XLFD patterns used in &str-XZ; application <emphasis>app-defaults</emphasis> files will always match one of the full XLFD names
|
||||
provided.</para>
|
||||
|
@ -212,7 +212,7 @@ stylistic attribute that might be appropriate. This is important when specifying
|
|||
wild-carded patterns in a resource specification for these fonts, since whether
|
||||
the underlying font these names are mapped to is serif or sans serif is not
|
||||
specified by &str-XZ;, and the match must work for all XLFD names provided
|
||||
by &str-XZ; system vendors or other X server vendors.</para>
|
||||
by &str-XZ; system vendors or other X server vendors.</para>
|
||||
</refsect2>
|
||||
<refsect2>
|
||||
<title>Example XLFD Patterns for the Standard Names</title>
|
||||
|
@ -257,7 +257,7 @@ matched.</para>
|
|||
</refsect2>
|
||||
<refsect2>
|
||||
<title>Implementation of Font Names</title>
|
||||
<para>Each &str-XZ; system vendor and X server vendor provides mappings
|
||||
<para>Each &str-XZ; system vendor and X server vendor provides mappings
|
||||
of its own fonts to XLFD names as described by this document. The actual XLFD
|
||||
names will vary from system to system, just as the fonts they are mapped to,
|
||||
since they contain some of the same values as the XLFD name of the underlying
|
||||
|
@ -265,7 +265,7 @@ font. What does not vary is the behavior: the common patterns in which only
|
|||
specified fields are used will match each system's standard names. This is
|
||||
guaranteed by the field specifications given earlier.</para>
|
||||
<para>There is no precise specification of how the named sizes <literal>xxs</literal> to <literal>xxl</literal> are mapped to sizes of underlying fonts
|
||||
in each system or X server product, although each size must be equal
|
||||
in each system or X server product, although each size must be equal
|
||||
to or larger than the previous size. Nonetheless, some guidelines are appropriate.
|
||||
</para>
|
||||
<para>Interface fonts have been developed because of human factors research
|
||||
|
@ -383,8 +383,8 @@ font:</para>
|
|||
as:</para>
|
||||
<informalexample>
|
||||
<programlisting>
|
||||
-dt-interface system-medium-r-normal-xs sans-11-90-85-85-p-81-iso8859-1
|
||||
-dt-interface system-medium-r-normal-xs serif Expert-8-80-75-75-m-72-iso8859-1
|
||||
-dt-interface system-medium-r-normal-xs sans-11-90-85-85-p-81-iso8859-1
|
||||
-dt-interface system-medium-r-normal-xs serif Expert-8-80-75-75-m-72-iso8859-1
|
||||
</programlisting>
|
||||
</informalexample>
|
||||
<para>Defined this way, both names will match the single XLFD pattern used
|
||||
|
@ -415,7 +415,7 @@ As was shown in the previous example:</para>
|
|||
</programlisting>
|
||||
</informalexample>
|
||||
<para>is an XLFD pattern, used in a single resource specification, that matches
|
||||
a single standard name on different &str-XZ; or X server platforms. (And
|
||||
a single standard name on different &str-XZ; or X server platforms. (And
|
||||
if the last 2 fields, <systemitem class="Constant">CHARSET_REGISTRY</systemitem>
|
||||
and <systemitem class="Constant">CHARSET_ENCODING</systemitem>, were wild-carded,
|
||||
then the pattern could work across locales as well.) Note that the named size
|
||||
|
@ -423,21 +423,21 @@ then the pattern could work across locales as well.) Note that the named size
|
|||
required to obtain the desired nominal size (whatever it may be in the mapped
|
||||
font), while still matching either <literal>serif</literal> or <literal>sans serif</literal> in the standard name.</para>
|
||||
<para>Note that if a &str-XZ; desktop application tries to open a font using
|
||||
one of these standard names, and the X server does not know about these
|
||||
one of these standard names, and the X server does not know about these
|
||||
names, the application will usually fall back on using the <literal>fixed</literal> and <literal>variable</literal> font aliases that are typically
|
||||
provided in all X servers. When this happens, the &str-XZ; desktop will
|
||||
provided in all X servers. When this happens, the &str-XZ; desktop will
|
||||
be more difficult to use, visually, than if its expected font names were available.
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>NOTES</title>
|
||||
<para>There is no requirement on a &str-XZ; system or X server vendor
|
||||
<para>There is no requirement on a &str-XZ; system or X server vendor
|
||||
to implement these standard names in a particular way. Several mechanisms
|
||||
are possible: duplicate font files with altered naming attributes, X11R5 font
|
||||
aliases, or vendor-specific mechanisms. The only requirement is that an XLFD
|
||||
pattern, written with attributes taken from the set that define the standard
|
||||
names, can be successfully used to open a font with the Xlib function <function>XLoadFont</function>; and, specifically, the Xlib function <function>XListFonts</function> need NOT return the same XLFD name for the pattern on different &str-XZ;
|
||||
or X server systems.</para>
|
||||
or X server systems.</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>SEE ALSO</title>
|
||||
|
|
|
@ -87,49 +87,49 @@ Same as Line Feed.</para>
|
|||
cursor moves to the left-most column of the current line.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>Esc</emphasis><literal> ( B</literal></term>
|
||||
<varlistentry><term><emphasis>Esc</emphasis><literal> ( B</literal></term>
|
||||
<listitem>
|
||||
<para>( <systemitem class="Constant">SCS</systemitem>) Designate ASCII (base
|
||||
font) as G0.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>Esc</emphasis><literal> ( 0</literal></term>
|
||||
<varlistentry><term><emphasis>Esc</emphasis><literal> ( 0</literal></term>
|
||||
<listitem>
|
||||
<para>( <systemitem class="Constant">SCS</systemitem>) Designate DEC Special
|
||||
Graphic (line draw) as G0.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>Esc</emphasis><literal> ) B</literal></term>
|
||||
<varlistentry><term><emphasis>Esc</emphasis><literal> ) B</literal></term>
|
||||
<listitem>
|
||||
<para>( <systemitem class="Constant">SCS</systemitem>) Designate ASCII (base
|
||||
font) as G1.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>Esc</emphasis><literal> ) 0</literal></term>
|
||||
<varlistentry><term><emphasis>Esc</emphasis><literal> ) 0</literal></term>
|
||||
<listitem>
|
||||
<para>( <systemitem class="Constant">SCS</systemitem>) Designate DEC Special
|
||||
Graphic (line draw) as G1.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>Esc</emphasis><literal> * B</literal></term>
|
||||
<varlistentry><term><emphasis>Esc</emphasis><literal> * B</literal></term>
|
||||
<listitem>
|
||||
<para>( <systemitem class="Constant">SCS</systemitem>) Designate ASCII (base
|
||||
font) as G2.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>Esc</emphasis><literal> * 0</literal></term>
|
||||
<varlistentry><term><emphasis>Esc</emphasis><literal> * 0</literal></term>
|
||||
<listitem>
|
||||
<para>( <systemitem class="Constant">SCS</systemitem>) Designate DEC Special
|
||||
Graphic (line draw) as G2.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>Esc</emphasis><literal> + B</literal></term>
|
||||
<varlistentry><term><emphasis>Esc</emphasis><literal> + B</literal></term>
|
||||
<listitem>
|
||||
<para>( <systemitem class="Constant">SCS</systemitem>) Designate ASCII (base
|
||||
font) as G3.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>Esc</emphasis><literal> + 0</literal></term>
|
||||
<varlistentry><term><emphasis>Esc</emphasis><literal> + 0</literal></term>
|
||||
<listitem>
|
||||
<para>( <systemitem class="Constant">SCS</systemitem>) Designate DEC Special
|
||||
Graphic (line draw) as G3.</para>
|
||||
|
@ -145,29 +145,29 @@ Graphic (line draw) as G3.</para>
|
|||
<para>( <systemitem class="Constant">LS0</systemitem>) Map G0 into GL.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>Esc</emphasis><literal> n</literal></term>
|
||||
<varlistentry><term><emphasis>Esc</emphasis><literal> n</literal></term>
|
||||
<listitem>
|
||||
<para>( <systemitem class="Constant">LS2</systemitem>) Map G2 into GL.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>Esc</emphasis><literal> o</literal></term>
|
||||
<varlistentry><term><emphasis>Esc</emphasis><literal> o</literal></term>
|
||||
<listitem>
|
||||
<para>( <systemitem class="Constant">LS3</systemitem>) Map G3 into GL.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>Esc</emphasis><literal> N</literal></term>
|
||||
<varlistentry><term><emphasis>Esc</emphasis><literal> N</literal></term>
|
||||
<listitem>
|
||||
<para>( <systemitem class="Constant">SS2</systemitem>) Map G2 into GL for
|
||||
the next character.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>Esc</emphasis><literal> O</literal></term>
|
||||
<varlistentry><term><emphasis>Esc</emphasis><literal> O</literal></term>
|
||||
<listitem>
|
||||
<para>( <systemitem class="Constant">SS3</systemitem>) Map G3 into GL for
|
||||
the next character.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>Esc Space</emphasis><literal> F</literal></term>
|
||||
<varlistentry><term><emphasis>Esc Space</emphasis><literal> F</literal></term>
|
||||
<listitem>
|
||||
<para>( <systemitem class="Constant">S7C1T</systemitem>) Select 7-bit C1 Control
|
||||
Characters. In this mode, the <command>dtterm</command> utility sends all
|
||||
|
@ -175,7 +175,7 @@ C1 Control Characters to the host as 7-bit escape sequences. That is, <systemite
|
|||
[''.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>Esc Space</emphasis><literal> G</literal></term>
|
||||
<varlistentry><term><emphasis>Esc Space</emphasis><literal> G</literal></term>
|
||||
<listitem>
|
||||
<para>( <systemitem class="Constant">C8C1T</systemitem>) Select 8-bit C1 Control
|
||||
Characters. In this mode, the <command>dtterm</command> utility sends all
|
||||
|
@ -185,7 +185,7 @@ Shift Out--><!-- Dtterm1.1 .LI--><!-- Dtterm1.1 .I Ctrl-O--><!-- Dtterm1.1
|
|||
(\f3 Ctrl-O\fP) Shift In--></para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>Esc</emphasis> <literal># 8</literal></term>
|
||||
<varlistentry><term><emphasis>Esc</emphasis> <literal># 8</literal></term>
|
||||
<listitem>
|
||||
<para>( <systemitem class="Constant">DECALN</systemitem>) DEC Screen Align
|
||||
Test. The screen is filled with the character ``E''. <!-- Dtterm1.1 .LI--><!--
|
||||
|
@ -197,7 +197,7 @@ Dtterm1.1 .LI--><!-- Dtterm1.1 \f2Esc \f3 + C--><!-- Dtterm1.1 (\f3ISO2022\fP)
|
|||
Designate G3 character set--></para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>Esc</emphasis> <literal>7</literal></term>
|
||||
<varlistentry><term><emphasis>Esc</emphasis> <literal>7</literal></term>
|
||||
<listitem>
|
||||
<para>( <systemitem class="Constant">DECSC</systemitem>) Save cursor. The
|
||||
following is saved:</para>
|
||||
|
@ -213,7 +213,7 @@ following is saved:</para>
|
|||
</listitem></itemizedlist>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>Esc</emphasis> <literal>8</literal></term>
|
||||
<varlistentry><term><emphasis>Esc</emphasis> <literal>8</literal></term>
|
||||
<listitem>
|
||||
<para>( <systemitem class="Constant">DECRC</systemitem>) Restore cursor. The
|
||||
terminal emulator is restored to the state saved by the save cursor ( <systemitem class="Constant">DECSC</systemitem>) function. If nothing was saved by <systemitem class="Constant">DECSC</systemitem>, then the following actions are performed:
|
||||
|
@ -227,7 +227,7 @@ terminal emulator is restored to the state saved by the save cursor ( <systemite
|
|||
</listitem></itemizedlist>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>Esc</emphasis> <literal>=</literal></term>
|
||||
<varlistentry><term><emphasis>Esc</emphasis> <literal>=</literal></term>
|
||||
<listitem>
|
||||
<para>( <systemitem class="Constant">DECPAM</systemitem>) Application keypad.
|
||||
In this mode, the numeric keypad sends application sequences. (See the ``Transmitted
|
||||
|
@ -235,7 +235,7 @@ Escape Sequences'' section later in this document for additional information.)
|
|||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>Esc</emphasis> <literal>></literal></term>
|
||||
<varlistentry><term><emphasis>Esc</emphasis> <literal>></literal></term>
|
||||
<listitem>
|
||||
<para>( <systemitem class="Constant">DECPNM</systemitem>) Normal keypad. In
|
||||
this mode, the numeric keypad sends the characters shown on the keypad. Keys <systemitem class="Constant">PF1</systemitem> to <systemitem class="Constant">PF4</systemitem>,
|
||||
|
@ -243,7 +243,7 @@ inclusive, send application sequences. (See the ``Transmitted Escape Sequences''
|
|||
section later in this document for additional information.)</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>Esc</emphasis> <Literal>D</Literal></term>
|
||||
<varlistentry><term><emphasis>Esc</emphasis> <Literal>D</Literal></term>
|
||||
<listitem>
|
||||
<para>( <systemitem class="Constant">IND</systemitem>) Index. The cursor moves
|
||||
down to the same column of the next line. If the cursor is in the bottom-most
|
||||
|
@ -253,7 +253,7 @@ with no visible character attributes is added at the bottom of the scrolling
|
|||
region.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>Esc</emphasis> <Literal>E</Literal></term>
|
||||
<varlistentry><term><emphasis>Esc</emphasis> <Literal>E</Literal></term>
|
||||
<listitem>
|
||||
<para>( <systemitem class="Constant">NEL</systemitem>) Next line. The cursor
|
||||
moves down to the first column of the next line. If the cursor is in the bottom-most
|
||||
|
@ -263,13 +263,13 @@ with no visible character attributes is added at the bottom of the scrolling
|
|||
region.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>Esc</emphasis> <Literal>H</Literal></term>
|
||||
<varlistentry><term><emphasis>Esc</emphasis> <Literal>H</Literal></term>
|
||||
<listitem>
|
||||
<para>( <systemitem class="Constant">HTS</systemitem>) Tab set. This function
|
||||
sets a horizontal tab stop at the column where the cursor is located.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>Esc</emphasis> <Literal>M</Literal></term>
|
||||
<varlistentry><term><emphasis>Esc</emphasis> <Literal>M</Literal></term>
|
||||
<listitem>
|
||||
<para>( <systemitem class="Constant">RI</systemitem>) Reverse index. The cursor
|
||||
moves up to the same column of the previous line. If the cursor is in the
|
||||
|
@ -282,13 +282,13 @@ Dtterm1.1 (\f3SS2\fP) Single shift select of G2 character set--><!-- Dtterm1.1
|
|||
select of G3 character set--></para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>Esc</emphasis><literal> P</literal> <emphasis> p1</emphasis><literal> ;</literal><emphasis> p2</emphasis> <literal> |</literal><emphasis> p3 Esc Backslash</emphasis></term>
|
||||
<varlistentry><term><emphasis>Esc</emphasis><literal> P</literal> <emphasis> p1</emphasis><literal> ;</literal><emphasis> p2</emphasis> <literal> |</literal><emphasis> p3 Esc Backslash</emphasis></term>
|
||||
<listitem>
|
||||
<para>( <systemitem class="Constant">DECUDK</systemitem>) User defined keys
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>Esc</emphasis> <Literal>Z</Literal></term>
|
||||
<varlistentry><term><emphasis>Esc</emphasis> <Literal>Z</Literal></term>
|
||||
<listitem>
|
||||
<para>( <systemitem class="Constant">DECID</systemitem>) Return terminal ID.
|
||||
This function is similar to a primary device attributes ( <systemitem class="Constant">DA</systemitem>) request. (See ``<emphasis>Esc</emphasis> <literal>[ c</literal> ''
|
||||
|
@ -296,7 +296,7 @@ This function is similar to a primary device attributes ( <systemitem class="Con
|
|||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>Esc</emphasis> <literal>c</literal></term>
|
||||
<varlistentry><term><emphasis>Esc</emphasis> <literal>c</literal></term>
|
||||
<listitem>
|
||||
<para>( <systemitem class="Constant">RIS</systemitem>) Full reset. This function
|
||||
performs a full (hard) reset. For additional information, see the ``Reset''
|
||||
|
@ -309,7 +309,7 @@ Dtterm1.1 \f2Esc \f3 }--><!-- Dtterm1.1 (\f3LS2R\fP) Invoke the G2 character
|
|||
set--></para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>Esc</emphasis> <literal>[</literal>  <emphasis>pi</emphasis> <literal>q</literal></term>
|
||||
<varlistentry><term><emphasis>Esc</emphasis> <literal>[</literal> <emphasis>pi</emphasis> <literal>q</literal></term>
|
||||
<listitem>
|
||||
<para>( <systemitem class="Constant">DECSCA</systemitem>) Select character
|
||||
protection attribute. The default value is 0. This escape sequence defines
|
||||
|
@ -335,7 +335,7 @@ erase characters defined as erasable. Valid supported values of <emphasis>pi</em
|
|||
</variablelist>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis> Esc</emphasis> <literal>[</literal>  <emphasis>pi</emphasis> <literal>@</literal></term>
|
||||
<varlistentry><term><emphasis> Esc</emphasis> <literal>[</literal> <emphasis>pi</emphasis> <literal>@</literal></term>
|
||||
<listitem>
|
||||
<para>( <systemitem class="Constant">ICH</systemitem>) Insert <emphasis>pi</emphasis> blank characters. The default value is 1. A parameter value of
|
||||
0 or 1 inserts a single blank character. A parameter value of <emphasis>N</emphasis> inserts <emphasis>N</emphasis> blank characters. Blank characters
|
||||
|
@ -344,7 +344,7 @@ to the right of the cursor move to the right. Characters scrolled past the
|
|||
end of the line are lost.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis> Esc</emphasis> <literal>[ </literal> <emphasis>pi </emphasis><Literal>A</Literal></term>
|
||||
<varlistentry><term><emphasis> Esc</emphasis> <literal>[ </literal> <emphasis>pi </emphasis><Literal>A</Literal></term>
|
||||
<listitem>
|
||||
<para>( <systemitem class="Constant">CUU</systemitem>) Cursor up <emphasis>pi</emphasis> lines. The default value is 1. A parameter value 0 or 1 moves
|
||||
the cursor up one line. A parameter value of <emphasis>N</emphasis> moves
|
||||
|
@ -353,7 +353,7 @@ If the cursor is already above the top margin, the cursor stops at the top
|
|||
line.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>Esc</emphasis> <literal>[ </literal> <emphasis>pi </emphasis><Literal>B</Literal></term>
|
||||
<varlistentry><term><emphasis>Esc</emphasis> <literal>[ </literal> <emphasis>pi </emphasis><Literal>B</Literal></term>
|
||||
<listitem>
|
||||
<para>( <systemitem class="Constant">CUD</systemitem>) Cursor down <emphasis>pi</emphasis> lines. The default value is 1. A parameter value 0 or 1 moves
|
||||
the cursor down one line. A parameter value of <emphasis>N</emphasis> moves
|
||||
|
@ -362,7 +362,7 @@ margin. If the cursor is already below the bottom margin, the cursor stops
|
|||
at the bottom line.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>Esc</emphasis> <literal>[ </literal> <emphasis>pi </emphasis><Literal>C</Literal></term>
|
||||
<varlistentry><term><emphasis>Esc</emphasis> <literal>[ </literal> <emphasis>pi </emphasis><Literal>C</Literal></term>
|
||||
<listitem>
|
||||
<para>( <systemitem class="Constant">CUF</systemitem>) Cursor forward <emphasis>pi</emphasis> characters. The default value is 1. A parameter value 0 or 1
|
||||
moves the cursor forward one character. A parameter value of <emphasis>N</emphasis>
|
||||
|
@ -370,14 +370,14 @@ moves the cursor forward <emphasis>N</emphasis> characters. The cursor stops
|
|||
at the right-most column of the line.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>Esc</emphasis> <literal>[</literal>  <emphasis>pi</emphasis> <Literal>D</Literal></term>
|
||||
<varlistentry><term><emphasis>Esc</emphasis> <literal>[</literal> <emphasis>pi</emphasis> <Literal>D</Literal></term>
|
||||
<listitem>
|
||||
<para>( <systemitem class="Constant">CUB</systemitem>) Cursor backward <emphasis>pi</emphasis> characters. The default value is 1. A parameter value 0 or 1
|
||||
moves the cursor backward one character. A parameter value of <emphasis>N</emphasis> moves the cursor backward <emphasis>N</emphasis> characters. The
|
||||
cursor stops at the left-most column of the line.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>Esc</emphasis> <literal>[</literal>  <emphasis>pi</emphasis> <Literal>F</Literal></term>
|
||||
<varlistentry><term><emphasis>Esc</emphasis> <literal>[</literal> <emphasis>pi</emphasis> <Literal>F</Literal></term>
|
||||
<listitem>
|
||||
<para>( <systemitem class="Constant">CPL</systemitem>) Cursor to the first
|
||||
column of the <emphasis>pith</emphasis>preceding<emphasis>line.</emphasis>
|
||||
|
@ -387,14 +387,14 @@ cursor stops at the top margin. If the cursor is already above the top margin,
|
|||
the cursor stops at the top line.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>Esc</emphasis> <literal>[ </literal> <emphasis>pi</emphasis> <Literal>G</Literal></term>
|
||||
<varlistentry><term><emphasis>Esc</emphasis> <literal>[ </literal> <emphasis>pi</emphasis> <Literal>G</Literal></term>
|
||||
<listitem>
|
||||
<para>( <systemitem class="Constant">CHA</systemitem>) Cursor to column <emphasis>pi</emphasis>. The default value is 1. A parameter value 0 or 1 moves the
|
||||
cursor to the first column of the current line. A parameter value of <emphasis>N</emphasis> moves the cursor to the <emphasis>N</emphasis>th column of the
|
||||
current line.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>Esc</emphasis> <literal>[</literal>  <emphasis>p1 </emphasis><literal>; </literal><emphasis>p2 </emphasis> <Literal>H</Literal></term>
|
||||
<varlistentry><term><emphasis>Esc</emphasis> <literal>[</literal> <emphasis>p1 </emphasis><literal>; </literal><emphasis>p2 </emphasis> <Literal>H</Literal></term>
|
||||
<listitem>
|
||||
<para>( <systemitem class="Constant">CUP</systemitem>) Cursor position. The
|
||||
default value is 1. A <emphasis>p1</emphasis> value 0 or 1 moves the cursor
|
||||
|
@ -406,7 +406,7 @@ the setting of the origin mode ( <systemitem class="Constant">DECOM</systemitem>
|
|||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>Esc</emphasis> <literal>[</literal>  <emphasis>pi </emphasis><Literal>J</Literal></term>
|
||||
<varlistentry><term><emphasis>Esc</emphasis> <literal>[</literal> <emphasis>pi </emphasis><Literal>J</Literal></term>
|
||||
<listitem>
|
||||
<para>( <systemitem class="Constant">ED</systemitem>) Erase in display. The
|
||||
default value is 0. A parameter value of 0 erases from the cursor to the end
|
||||
|
@ -415,7 +415,7 @@ to the cursor position, inclusive. A parameter value of 2 erases the complete
|
|||
display.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>Esc</emphasis> <literal>[</literal>  <emphasis>pi</emphasis> <Literal>K</Literal></term>
|
||||
<varlistentry><term><emphasis>Esc</emphasis> <literal>[</literal> <emphasis>pi</emphasis> <Literal>K</Literal></term>
|
||||
<listitem>
|
||||
<para>( <systemitem class="Constant">EL</systemitem>) Erase in line. The default
|
||||
value is 0. A parameter value of 0 erases from the cursor to the end of the
|
||||
|
@ -424,7 +424,7 @@ cursor position, inclusive. A parameter value of 2 erases the complete line.
|
|||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>Esc</emphasis> <literal>[ </literal> <emphasis>pi</emphasis> <Literal>L</Literal></term>
|
||||
<varlistentry><term><emphasis>Esc</emphasis> <literal>[ </literal> <emphasis>pi</emphasis> <Literal>L</Literal></term>
|
||||
<listitem>
|
||||
<para>( <systemitem class="Constant">IL</systemitem>) Insert lines. The default
|
||||
value is 1. A parameter value 0 or 1 inserts one line at the cursor. A parameter
|
||||
|
@ -434,7 +434,7 @@ region move down. Lines scrolled off the page are lost. There is no effect
|
|||
outside the scrolling region.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>Esc</emphasis> <literal>[</literal>  <emphasis>pi</emphasis> <Literal>M</Literal></term>
|
||||
<varlistentry><term><emphasis>Esc</emphasis> <literal>[</literal> <emphasis>pi</emphasis> <Literal>M</Literal></term>
|
||||
<listitem>
|
||||
<para>( <systemitem class="Constant">DL</systemitem>) Delete lines. The default
|
||||
value is 1. A parameter value 0 or 1 deletes one line at the cursor. A parameter
|
||||
|
@ -445,7 +445,7 @@ at the bottom of the scrolling region. There is no effect outside the scrolling
|
|||
region.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>Esc</emphasis> <literal>[ </literal> <emphasis>pi </emphasis><Literal>P</Literal></term>
|
||||
<varlistentry><term><emphasis>Esc</emphasis> <literal>[ </literal> <emphasis>pi </emphasis><Literal>P</Literal></term>
|
||||
<listitem>
|
||||
<para>( <systemitem class="Constant">DCH</systemitem>) Delete characters.
|
||||
The default value is 1. A parameter value 0 or 1 deletes one character at
|
||||
|
@ -456,7 +456,7 @@ characters move left and are replaced by blank spaces with no visual character
|
|||
attributes.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>Esc</emphasis> <literal>[ </literal> <emphasis>pi </emphasis><Literal>S</Literal></term>
|
||||
<varlistentry><term><emphasis>Esc</emphasis> <literal>[ </literal> <emphasis>pi </emphasis><Literal>S</Literal></term>
|
||||
<listitem>
|
||||
<para>( <systemitem class="Constant">SU</systemitem>) Scroll up <emphasis>pi</emphasis> lines. The default value is 1. A parameter value 0 or 1 scrolls
|
||||
the display up one line. A parameter value of <emphasis>N</emphasis> scrolls
|
||||
|
@ -466,7 +466,7 @@ with no visible character attributes are added at the bottom of the scrolling
|
|||
region.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>Esc</emphasis> <literal>[</literal>  <emphasis>pi</emphasis> <Literal>T</Literal></term>
|
||||
<varlistentry><term><emphasis>Esc</emphasis> <literal>[</literal> <emphasis>pi</emphasis> <Literal>T</Literal></term>
|
||||
<listitem>
|
||||
<para>( <systemitem class="Constant">SD</systemitem>) Scroll down <emphasis>pi</emphasis> lines. The default value is 1. A parameter value 0 or 1 scrolls
|
||||
the display down one line. A parameter value of <emphasis>N</emphasis> scrolls
|
||||
|
@ -476,7 +476,7 @@ lines with no visible character attributes are added at the top of the scrolling
|
|||
region.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>Esc</emphasis> <literal>[</literal>  <emphasis>pi</emphasis> <Literal>X</Literal></term>
|
||||
<varlistentry><term><emphasis>Esc</emphasis> <literal>[</literal> <emphasis>pi</emphasis> <Literal>X</Literal></term>
|
||||
<listitem>
|
||||
<para>( <systemitem class="Constant">ECH</systemitem>) Erase <emphasis>pi</emphasis> characters. The default value is 1. A parameter value 0 or 1 erases
|
||||
a single character. A parameter value of <emphasis>N</emphasis> erases <emphasis>N</emphasis> characters. The character attributes of erased characters are
|
||||
|
@ -484,7 +484,7 @@ cleared. This escape sequences works inside or outside the scrolling margins.
|
|||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>Esc</emphasis> <literal>[ </literal> <emphasis>pi</emphasis> <literal>c</literal></term>
|
||||
<varlistentry><term><emphasis>Esc</emphasis> <literal>[ </literal> <emphasis>pi</emphasis> <literal>c</literal></term>
|
||||
<listitem>
|
||||
<para>( <systemitem class="Constant">DA</systemitem>) Send device attributes.
|
||||
The default is 0. A parameter value 0 or 1 causes the terminal emulator to
|
||||
|
@ -492,21 +492,21 @@ respond with ``<emphasis>Esc</emphasis> <literal>[ ? 1; 2 c</literal>''.
|
|||
This is the standard response for the DEC VT100 Terminal and <command>xterm</command>(1).</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>Esc</emphasis> <literal>[</literal>  <emphasis>p1 </emphasis><literal> ; </literal><emphasis>p2</emphasis>  <literal>f</literal></term>
|
||||
<varlistentry><term><emphasis>Esc</emphasis> <literal>[</literal> <emphasis>p1 </emphasis><literal> ; </literal><emphasis>p2</emphasis> <literal>f</literal></term>
|
||||
<listitem>
|
||||
<para>( <systemitem class="Constant">HVP</systemitem>) Horizontal and vertical
|
||||
position. This escape sequence has been replaced by <systemitem class="Constant">CUP</systemitem> and offers identical functionality. It is provided to maintain
|
||||
backward compatibility.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>Esc</emphasis> <literal>[</literal>  <emphasis>pi</emphasis> <literal>g</literal></term>
|
||||
<varlistentry><term><emphasis>Esc</emphasis> <literal>[</literal> <emphasis>pi</emphasis> <literal>g</literal></term>
|
||||
<listitem>
|
||||
<para>( <systemitem class="Constant">TBC</systemitem>) Tab clear. The default
|
||||
is 0. A parameter value of 0 clears the tab stop at the current cursor column.
|
||||
A parameter value of 3 clears all tab stops.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>Esc</emphasis> <literal>[</literal>  <emphasis>pi</emphasis> <literal>h</literal></term>
|
||||
<varlistentry><term><emphasis>Esc</emphasis> <literal>[</literal> <emphasis>pi</emphasis> <literal>h</literal></term>
|
||||
<listitem>
|
||||
<para>( <systemitem class="Constant">SM</systemitem>) Set mode. This escape
|
||||
sequence sets ANSI modes. Valid supported values of <emphasis>pi</emphasis>
|
||||
|
@ -545,7 +545,7 @@ by a newline ( <systemitem class="Constant">NL</systemitem>).</para>
|
|||
</variablelist>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>Esc</emphasis> <literal>[ </literal> <emphasis>pi</emphasis> <literal>l</literal></term>
|
||||
<varlistentry><term><emphasis>Esc</emphasis> <literal>[ </literal> <emphasis>pi</emphasis> <literal>l</literal></term>
|
||||
<listitem>
|
||||
<para>( <systemitem class="Constant">RM</systemitem>) Reset mode. This escape
|
||||
sequences resets ANSI modes. Valid supported values of <emphasis>pi</emphasis>
|
||||
|
@ -583,7 +583,7 @@ a carriage-return ( <systemitem class="Constant">CR</systemitem>).</para>
|
|||
</variablelist>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>Esc</emphasis> <literal>[ </literal> <emphasis> pi</emphasis> <literal> ; . . . m</literal></term>
|
||||
<varlistentry><term><emphasis>Esc</emphasis> <literal>[ </literal> <emphasis> pi</emphasis> <literal> ; . . . m</literal></term>
|
||||
<listitem>
|
||||
<para>( <systemitem class="Constant">SG</systemitem>) Graphics rendition.
|
||||
The default value is 0. This escape sequence selects one or more character
|
||||
|
@ -744,7 +744,7 @@ attributes. Valid supported values for <emphasis>pi</emphasis> are:</para>
|
|||
</variablelist>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>Esc</emphasis> <literal>[</literal>  <emphasis>pi</emphasis> <literal>n</literal></term>
|
||||
<varlistentry><term><emphasis>Esc</emphasis> <literal>[</literal> <emphasis>pi</emphasis> <literal>n</literal></term>
|
||||
<listitem>
|
||||
<para>( <systemitem class="Constant">DSR</systemitem>) Device status report.
|
||||
Valid supported values for <emphasis>pi</emphasis> are:</para>
|
||||
|
@ -766,7 +766,7 @@ where <emphasis>p1</emphasis> is the current cursor line and <emphasis>p2</empha
|
|||
</variablelist>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>Esc</emphasis> <literal>[</literal> ?  <emphasis>pi</emphasis> <literal>n</literal></term>
|
||||
<varlistentry><term><emphasis>Esc</emphasis> <literal>[</literal> ? <emphasis>pi</emphasis> <literal>n</literal></term>
|
||||
<listitem>
|
||||
<para>( <systemitem class="Constant">DSR</systemitem>) DEC private device
|
||||
status report. Valid supported values for <emphasis>pi</emphasis> are:</para>
|
||||
|
@ -793,7 +793,7 @@ a message of ``<emphasis>Esc</emphasis> <literal>[</literal> ? <literal>27
|
|||
</variablelist>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>Esc</emphasis> <literal>[ </literal> <emphasis>p1 </emphasis><literal>; </literal> <emphasis>p2 </emphasis> <literal>r</literal></term>
|
||||
<varlistentry><term><emphasis>Esc</emphasis> <literal>[ </literal> <emphasis>p1 </emphasis><literal>; </literal> <emphasis>p2 </emphasis> <literal>r</literal></term>
|
||||
<listitem>
|
||||
<para>( <systemitem class="Constant">DECSTBM</systemitem>) Set top and bottom
|
||||
margins. The default value for <emphasis>p1</emphasis> is 1. The default value
|
||||
|
@ -802,7 +802,7 @@ window. The top and bottom margins are set to <emphasis>p1</emphasis> and <empha
|
|||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>Esc </emphasis><literal>[ </literal> <emphasis>p1 </emphasis><literal>; </literal><emphasis>p2 </emphasis> <literal>; </literal><emphasis>p3</emphasis><literal> t</literal></term>
|
||||
<varlistentry><term><emphasis>Esc </emphasis><literal>[ </literal> <emphasis>p1 </emphasis><literal>; </literal><emphasis>p2 </emphasis> <literal>; </literal><emphasis>p3</emphasis><literal> t</literal></term>
|
||||
<listitem>
|
||||
<para>Window manipulation. Valid values for <emphasis>p1</emphasis> (and any
|
||||
additional parameters) are:</para>
|
||||
|
@ -817,12 +817,12 @@ additional parameters) are:</para>
|
|||
<para>Minimize (iconify) window.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><literal>3 ;</literal> <emphasis>x </emphasis>  <literal>;</literal> <symbol role="Variable">y</symbol></term>
|
||||
<varlistentry><term><literal>3 ;</literal> <emphasis>x </emphasis> <literal>;</literal> <symbol role="Variable">y</symbol></term>
|
||||
<listitem>
|
||||
<para>Move window to [<symbol role="Variable">x</symbol>, <symbol role="Variable">y</symbol>].</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><literal>4 ;</literal> <emphasis>height </emphasis> <literal>;</literal> <symbol role="Variable">width</symbol></term>
|
||||
<varlistentry><term><literal>4 ;</literal> <emphasis>height </emphasis> <literal>;</literal> <symbol role="Variable">width</symbol></term>
|
||||
<listitem>
|
||||
<para>Resize the &cdeman.dtterm; window to <symbol role="Variable">height</symbol> and <symbol role="Variable">width</symbol> in pixels.</para>
|
||||
</listitem>
|
||||
|
@ -844,7 +844,7 @@ order.</para>
|
|||
<para>Refresh the &cdeman.dtterm; window.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><literal>8</literal> ; <emphasis>height </emphasis> <literal>; </literal><symbol role="Variable">width</symbol></term>
|
||||
<varlistentry><term><literal>8</literal> ; <emphasis>height </emphasis> <literal>; </literal><symbol role="Variable">width</symbol></term>
|
||||
<listitem>
|
||||
<para>Resize the text area to <symbol role="Variable">height</symbol> and
|
||||
<symbol role="Variable">width</symbol> in characters.</para>
|
||||
|
@ -890,7 +890,7 @@ Esc Backslash</emphasis>''.</para>
|
|||
</variablelist>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis> Esc</emphasis> <literal>[</literal>  <emphasis>pi</emphasis> <literal>x</literal></term>
|
||||
<varlistentry><term><emphasis> Esc</emphasis> <literal>[</literal> <emphasis>pi</emphasis> <literal>x</literal></term>
|
||||
<listitem>
|
||||
<para>Request terminal modes. The default value is 0. Valid values are 0 or
|
||||
1. If <emphasis>pi</emphasis> is 0, &cdeman.dtterm; responds with
|
||||
|
@ -901,7 +901,7 @@ responds with the message of ``<emphasis>Esc</emphasis> <literal>[ 3; 1;
|
|||
backward compatibility for <command>xterm</command>(1) only.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis> Esc</emphasis> <literal>[ </literal>?  <emphasis>pi </emphasis><literal>h</literal></term>
|
||||
<varlistentry><term><emphasis> Esc</emphasis> <literal>[ </literal>? <emphasis>pi </emphasis><literal>h</literal></term>
|
||||
<listitem>
|
||||
<para>( <systemitem class="Constant">SM</systemitem>) DEC private set mode.
|
||||
This escape sequences sets DEC private modes. Valid supported values of <emphasis>pi</emphasis> are:</para>
|
||||
|
@ -1002,7 +1002,7 @@ child process is logged to a file.</para>
|
|||
</variablelist>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>Esc</emphasis> <literal>[ </literal>?  <emphasis>pi</emphasis> <literal>l</literal></term>
|
||||
<varlistentry><term><emphasis>Esc</emphasis> <literal>[ </literal>? <emphasis>pi</emphasis> <literal>l</literal></term>
|
||||
<listitem>
|
||||
<para>( <systemitem class="Constant">RM</systemitem>) DEC private mode reset.
|
||||
This escape sequence sets DEC private modes. Valid supported values of <emphasis>pi</emphasis> are:</para>
|
||||
|
@ -1096,21 +1096,21 @@ process is not logged to a file.</para>
|
|||
</variablelist>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>Esc</emphasis> <literal>[ ? </literal> <emphasis>pi </emphasis><literal>r</literal></term>
|
||||
<varlistentry><term><emphasis>Esc</emphasis> <literal>[ ? </literal> <emphasis>pi </emphasis><literal>r</literal></term>
|
||||
<listitem>
|
||||
<para>Restore DEC private mode values. The value corresponding to mode <emphasis>pi</emphasis> previously saved is restored. Valid values for <emphasis>pi</emphasis> are the same as the DEC private modes supported by <systemitem class="Constant">SM</systemitem>. It is provided to maintain backward compatibility
|
||||
with <command>xterm</command>(1). Using this escape sequence is discouraged.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>Esc</emphasis> <literal>[ ?</literal>  <emphasis>pi</emphasis> <literal>s</literal></term>
|
||||
<varlistentry><term><emphasis>Esc</emphasis> <literal>[ ?</literal> <emphasis>pi</emphasis> <literal>s</literal></term>
|
||||
<listitem>
|
||||
<para>Save DEC private mode values. The value corresponding to mode <emphasis>pi</emphasis> is saved. Valid values for <emphasis>pi</emphasis> are the same
|
||||
as the DEC private modes supported by <systemitem class="Constant">SM</systemitem>.
|
||||
This escape sequence is provided to maintain backward compatibility with <command>xterm</command>(1). Using this escape sequence is discouraged.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis> Esc</emphasis> <literal>] </literal> <emphasis>p1</emphasis> <literal>;</literal> <emphasis> p2 <control>-G</emphasis></term>
|
||||
<varlistentry><term><emphasis> Esc</emphasis> <literal>] </literal> <emphasis>p1</emphasis> <literal>;</literal> <emphasis> p2 <control>-G</emphasis></term>
|
||||
<listitem>
|
||||
<para>Set text parameters. This escape sequence allows various terminal emulator
|
||||
text values to be set. Valid supported values of <emphasis>p1</emphasis> are:
|
||||
|
@ -1142,19 +1142,19 @@ in a new session.</para>
|
|||
</variablelist>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>Esc</emphasis> <literal> ⁁ </literal> <emphasis>  message Esc Backslash</emphasis></term>
|
||||
<varlistentry><term><emphasis>Esc</emphasis> <literal> ⁁ </literal> <emphasis> message Esc Backslash</emphasis></term>
|
||||
<listitem>
|
||||
<para>( <systemitem class="Constant">PM</systemitem>) Privacy message. The
|
||||
data received in a privacy message is ignored and is not displayed.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>Esc</emphasis> <literal>_ </literal> <emphasis>pi Esc Backslash</emphasis></term>
|
||||
<varlistentry><term><emphasis>Esc</emphasis> <literal>_ </literal> <emphasis>pi Esc Backslash</emphasis></term>
|
||||
<listitem>
|
||||
<para>( <systemitem class="Constant">APC</systemitem>) Application program
|
||||
command. The terminal emulator implements no <systemitem class="Constant">APC</systemitem> functions. The data is ignored and is not displayed.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis> Esc</emphasis> <literal>[ ?</literal>  <emphasis>pi</emphasis> <Literal>K</Literal></term>
|
||||
<varlistentry><term><emphasis> Esc</emphasis> <literal>[ ?</literal> <emphasis>pi</emphasis> <Literal>K</Literal></term>
|
||||
<listitem>
|
||||
<para>( <systemitem class="Constant">DECSEL</systemitem>) Selective erase
|
||||
in line. The default value is 0. This escape sequence only erases erasable
|
||||
|
@ -1165,7 +1165,7 @@ A parameter value of 1 erases from the beginning of the line to the cursor
|
|||
position, inclusive. A parameter value of 2 erases the complete line.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>Esc</emphasis> <literal> [ ? </literal> <emphasis>pi</emphasis> <Literal>J</Literal></term>
|
||||
<varlistentry><term><emphasis>Esc</emphasis> <literal> [ ? </literal> <emphasis>pi</emphasis> <Literal>J</Literal></term>
|
||||
<listitem>
|
||||
<para>( <systemitem class="Constant">DECSED</systemitem>) Selective erase
|
||||
in display. The default value is 0. This escape sequence only erases erasable
|
||||
|
@ -1175,22 +1175,22 @@ of 1 erases from the beginning of the display to the cursor position, inclusive.
|
|||
A parameter value of 2 erases the complete display.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>Esc</emphasis> <literal>] l</literal>  <emphasis>text Esc Backslash</emphasis></term>
|
||||
<varlistentry><term><emphasis>Esc</emphasis> <literal>] l</literal> <emphasis>text Esc Backslash</emphasis></term>
|
||||
<listitem>
|
||||
<para>Set the window title to <symbol role="Variable">text</symbol>.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>Esc</emphasis> <literal>] I </literal> <emphasis>file Esc Backslash</emphasis></term>
|
||||
<varlistentry><term><emphasis>Esc</emphasis> <literal>] I </literal> <emphasis>file Esc Backslash</emphasis></term>
|
||||
<listitem>
|
||||
<para>Set the icon to the icon found in file.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>Esc</emphasis> <literal>] L </literal> <emphasis>label Esc Backslash</emphasis></term>
|
||||
<varlistentry><term><emphasis>Esc</emphasis> <literal>] L </literal> <emphasis>label Esc Backslash</emphasis></term>
|
||||
<listitem>
|
||||
<para>Set the icon name to <symbol role="Variable">label</symbol>.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>Esc</emphasis> <literal>[ ! p</literal></term>
|
||||
<varlistentry><term><emphasis>Esc</emphasis> <literal>[ ! p</literal></term>
|
||||
<listitem>
|
||||
<para>( <systemitem class="Constant">DECSTR</systemitem>) Soft terminal reset.
|
||||
This function performs a soft reset. For additional information, see the ``Reset''
|
||||
|
|
Loading…
Reference in a new issue