mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
doc: update man pages to display   correctly.
This commit is contained in:
parent
df5cb30ec6
commit
efe9db6585
4 changed files with 550 additions and 550 deletions
|
@ -2005,14 +2005,14 @@ resource can be used to modify these translations.</para>
|
|||
<title>Action Routines</title>
|
||||
<para>The DtEditor widget action routines are described here:</para>
|
||||
<variablelist>
|
||||
<varlistentry><term><emphasis>backward-character</emphasis> ()</term>
|
||||
<varlistentry><term><emphasis>backward-character</emphasis>()</term>
|
||||
<listitem>
|
||||
<para>This action moves the insertion cursor one character to the left. This
|
||||
action may have different behavior in a right-to-left language environment.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>backward-paragraph</emphasis> (<symbol role="Variable">extend</symbol>)</term>
|
||||
<varlistentry><term><emphasis>backward-paragraph</emphasis>(<symbol role="Variable">extend</symbol>)</term>
|
||||
<listitem>
|
||||
<para>If this action is called with no argument, it moves the insertion cursor
|
||||
to the first non-whitespace character following the first previous blank line
|
||||
|
@ -2023,7 +2023,7 @@ the previous paragraph.</para>
|
|||
and extends the current selection.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>backward-word</emphasis> ( <symbol role="Variable">extend</symbol>)</term>
|
||||
<varlistentry><term><emphasis>backward-word</emphasis>( <symbol role="Variable">extend</symbol>)</term>
|
||||
<listitem>
|
||||
<para>If this action is called with no argument, it moves the insertion cursor
|
||||
to the first non-whitespace character after the first whitespace character
|
||||
|
@ -2035,7 +2035,7 @@ in a locale other than the C locale.</para>
|
|||
and extends the current selection.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>beginning-of-file</emphasis> (<symbol role="Variable">extend</symbol>)</term>
|
||||
<varlistentry><term><emphasis>beginning-of-file</emphasis>(<symbol role="Variable">extend</symbol>)</term>
|
||||
<listitem>
|
||||
<para>If this action is called with no argument, it moves the insertion cursor
|
||||
to the beginning of the text.</para>
|
||||
|
@ -2043,7 +2043,7 @@ to the beginning of the text.</para>
|
|||
and extends the current selection.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>beginning-of-line</emphasis> (<symbol role="Variable">extend</symbol>)</term>
|
||||
<varlistentry><term><emphasis>beginning-of-line</emphasis>(<symbol role="Variable">extend</symbol>)</term>
|
||||
<listitem>
|
||||
<para>If this action is called with no argument, it moves the insertion cursor
|
||||
to the beginning of the line.</para>
|
||||
|
@ -2051,45 +2051,45 @@ to the beginning of the line.</para>
|
|||
and extends the current selection.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>clear-selection</emphasis> ()</term>
|
||||
<varlistentry><term><emphasis>clear-selection</emphasis>()</term>
|
||||
<listitem>
|
||||
<para>This action clears the current selection by replacing each character
|
||||
except <keysym>carriage-return</keysym> with a <keysym>space</keysym> character.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>copy-clipboard</emphasis> ()</term>
|
||||
<varlistentry><term><emphasis>copy-clipboard</emphasis>()</term>
|
||||
<listitem>
|
||||
<para>This action copies the current selection to the clipboard.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>cut-clipboard</emphasis> ()</term>
|
||||
<varlistentry><term><emphasis>cut-clipboard</emphasis>()</term>
|
||||
<listitem>
|
||||
<para>This action cuts the current selection to the clipboard.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>delete-next-character</emphasis> ()</term>
|
||||
<varlistentry><term><emphasis>delete-next-character</emphasis>()</term>
|
||||
<listitem>
|
||||
<para>If there is a non-<systemitem class="Constant">NULL</systemitem> selection,
|
||||
this action deletes the selection; otherwise, it deletes the character following
|
||||
the insertion cursor.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>delete-next-word</emphasis> ()</term>
|
||||
<varlistentry><term><emphasis>delete-next-word</emphasis>()</term>
|
||||
<listitem>
|
||||
<para>If there is a non-<systemitem class="Constant">NULL</systemitem> selection,
|
||||
this action deletes the selection; otherwise, it deletes the characters following
|
||||
the insertion cursor to the next space, tab or end of line character.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>delete-previous-character</emphasis> ()</term>
|
||||
<varlistentry><term><emphasis>delete-previous-character</emphasis>()</term>
|
||||
<listitem>
|
||||
<para>If there is a non-<systemitem class="Constant">NULL</systemitem> selection,
|
||||
this action deletes the selection; otherwise, it deletes the character of
|
||||
text immediately preceding the insertion cursor.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>delete-previous-word</emphasis> ()</term>
|
||||
<varlistentry><term><emphasis>delete-previous-word</emphasis>()</term>
|
||||
<listitem>
|
||||
<para>If there is a non-<systemitem class="Constant">NULL</systemitem> selection,
|
||||
this action deletes the selection; otherwise, it deletes the characters preceding
|
||||
|
@ -2098,26 +2098,26 @@ This action may have different behavior in a locale other than the C locale.
|
|||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>delete-to-end-of-line</emphasis> ()</term>
|
||||
<varlistentry><term><emphasis>delete-to-end-of-line</emphasis>()</term>
|
||||
<listitem>
|
||||
<para>If there is a non-<systemitem class="Constant">NULL</systemitem> selection,
|
||||
this action deletes the selection; otherwise, it deletes the characters following
|
||||
the insertion cursor to the next end-of-line character.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>delete-to-start-of-line</emphasis> ()</term>
|
||||
<varlistentry><term><emphasis>delete-to-start-of-line</emphasis>()</term>
|
||||
<listitem>
|
||||
<para>If there is a non-<systemitem class="Constant">NULL</systemitem> selection,
|
||||
this action deletes the selection; otherwise, it deletes the characters preceding
|
||||
the insertion cursor to the previous beginning-of-line character.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>deselect-all</emphasis> ()</term>
|
||||
<varlistentry><term><emphasis>deselect-all</emphasis>()</term>
|
||||
<listitem>
|
||||
<para>This action deselects the current selection.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>end-of-file</emphasis> ( <symbol role="Variable">extend</symbol>)</term>
|
||||
<varlistentry><term><emphasis>end-of-file</emphasis>( <symbol role="Variable">extend</symbol>)</term>
|
||||
<listitem>
|
||||
<para>If this action is called with no argument, it moves the insertion cursor
|
||||
to the end of the text.</para>
|
||||
|
@ -2125,7 +2125,7 @@ to the end of the text.</para>
|
|||
and extends the current selection.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>end-of-line</emphasis> ( <symbol role="Variable">extend</symbol>)</term>
|
||||
<varlistentry><term><emphasis>end-of-line</emphasis>( <symbol role="Variable">extend</symbol>)</term>
|
||||
<listitem>
|
||||
<para>If this action is called with no argument, it moves the insertion cursor
|
||||
to the end of the line.</para>
|
||||
|
@ -2133,14 +2133,14 @@ to the end of the line.</para>
|
|||
and extends the current selection.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>forward-character</emphasis> ()</term>
|
||||
<varlistentry><term><emphasis>forward-character</emphasis>()</term>
|
||||
<listitem>
|
||||
<para>This action moves the insertion cursor one character to the right. This
|
||||
action may have different behavior in a right-to-left language environment.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>forward-paragraph</emphasis> (<symbol role="Variable">extend</symbol>)</term>
|
||||
<varlistentry><term><emphasis>forward-paragraph</emphasis>(<symbol role="Variable">extend</symbol>)</term>
|
||||
<listitem>
|
||||
<para>If this action is called with no argument, it moves the insertion cursor
|
||||
to the first non-whitespace character following the next blank line. If the
|
||||
|
@ -2150,7 +2150,7 @@ the insertion cursor to the beginning of the next paragraph.</para>
|
|||
and extends the current selection.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>forward-word</emphasis> ( <symbol role="Variable">extend</symbol>)</term>
|
||||
<varlistentry><term><emphasis>forward-word</emphasis>( <symbol role="Variable">extend</symbol>)</term>
|
||||
<listitem>
|
||||
<para>If this action is called with no argument, it moves the insertion cursor
|
||||
to the first whitespace character or end-of-line following the next non-whitespace
|
||||
|
@ -2163,7 +2163,7 @@ extends the current selection. <![ %CDE.C.CDE; [</Para>
|
|||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term><Emphasis>go-to-line</Emphasis> ()</Term>
|
||||
<Term><Emphasis>go-to-line</Emphasis>()</Term>
|
||||
<ListItem>
|
||||
<Para>This action moves the keyboard focus to the Current Line text field to allow the user to
|
||||
move the insertion cursor to a new line.
|
||||
|
@ -2175,21 +2175,21 @@ For a description of the status line, see the
|
|||
]]></para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>Help</emphasis> ()</term>
|
||||
<varlistentry><term><emphasis>Help</emphasis>()</term>
|
||||
<listitem>
|
||||
<para>This action calls the callbacks for <systemitem class="Resource">XmNhelpCallback</systemitem> if any exist. If there are no help callbacks for this widget,
|
||||
this action calls the help callbacks for the nearest ancestor that has them.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>insert-string</emphasis> ( <symbol role="Variable">string</symbol>)</term>
|
||||
<varlistentry><term><emphasis>insert-string</emphasis>( <symbol role="Variable">string</symbol>)</term>
|
||||
<listitem>
|
||||
<para>This action deletes the entire selection if there is a non-<systemitem class="Constant">NULL</systemitem> selection and the cursor is not disjoint
|
||||
from it. It inserts <literal>string</literal> before the insertion cursor.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>key-select</emphasis> ( <symbol role="Variable">direction</symbol>)</term>
|
||||
<varlistentry><term><emphasis>key-select</emphasis>( <symbol role="Variable">direction</symbol>)</term>
|
||||
<listitem>
|
||||
<para>If this action is called with an argument of <symbol role="Variable">right</symbol>, it moves the insertion cursor one character to the right and
|
||||
extends the current selection. If this action is called with an argument of
|
||||
|
@ -2198,7 +2198,7 @@ to the left and extends the current selection. If this action is called with
|
|||
no argument, it extends the current selection.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>newline-and-backup</emphasis> ()</term>
|
||||
<varlistentry><term><emphasis>newline-and-backup</emphasis>()</term>
|
||||
<listitem>
|
||||
<para>If there is a non-<systemitem class="Constant">NULL</systemitem> selection
|
||||
and the cursor is not disjoint from it, this action deletes the entire selection,
|
||||
|
@ -2206,7 +2206,7 @@ inserts a newline just before the insertion cursor and repositions the insertion
|
|||
cursor to the end of the line before the newline.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>newline-and-indent</emphasis> ()</term>
|
||||
<varlistentry><term><emphasis>newline-and-indent</emphasis>()</term>
|
||||
<listitem>
|
||||
<para>If there is a non-<systemitem class="Constant">NULL</systemitem> selection
|
||||
and the cursor is not disjoint from it, this action deletes the entire selection,
|
||||
|
@ -2214,7 +2214,7 @@ inserts a newline and then the same number of whitespace characters as at
|
|||
the beginning of the previous line.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>next-page</emphasis> ( <symbol role="Variable">extend</symbol>)</term>
|
||||
<varlistentry><term><emphasis>next-page</emphasis>( <symbol role="Variable">extend</symbol>)</term>
|
||||
<listitem>
|
||||
<para>If this action is called with no argument, it moves the insertion cursor
|
||||
forward one page.</para>
|
||||
|
@ -2222,23 +2222,23 @@ forward one page.</para>
|
|||
and extends the current selection.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>page-left</emphasis> ()</term>
|
||||
<varlistentry><term><emphasis>page-left</emphasis>()</term>
|
||||
<listitem>
|
||||
<para>This action scrolls the viewing window left one page of text.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>page-right</emphasis> ()</term>
|
||||
<varlistentry><term><emphasis>page-right</emphasis>()</term>
|
||||
<listitem>
|
||||
<para>This action scrolls the viewing window right one page of text.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>paste-clipboard</emphasis> ()</term>
|
||||
<varlistentry><term><emphasis>paste-clipboard</emphasis>()</term>
|
||||
<listitem>
|
||||
<para>This action pastes the contents of the clipboard before the insertion
|
||||
cursor.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>previous-page</emphasis> ( <symbol role="Variable">extend</symbol>)</term>
|
||||
<varlistentry><term><emphasis>previous-page</emphasis>( <symbol role="Variable">extend</symbol>)</term>
|
||||
<listitem>
|
||||
<para>If this action is called with no argument, it moves the insertion cursor
|
||||
back one page.</para>
|
||||
|
@ -2246,41 +2246,41 @@ back one page.</para>
|
|||
and extends the current selection.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>process-cancel</emphasis> ()</term>
|
||||
<varlistentry><term><emphasis>process-cancel</emphasis>()</term>
|
||||
<listitem>
|
||||
<para>This action cancels the current <function>extend-adjust</function> or <function>secondary-adjust</function> operation and leaves the selection state as it
|
||||
was before the operation; otherwise, (and if the parent is a manager) it passes
|
||||
the event to the parent.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>process-down</emphasis> ()</term>
|
||||
<varlistentry><term><emphasis>process-down</emphasis>()</term>
|
||||
<listitem>
|
||||
<para>This action moves the insertion cursor down one line.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>process-shift-down</emphasis> ()</term>
|
||||
<varlistentry><term><emphasis>process-shift-down</emphasis>()</term>
|
||||
<listitem>
|
||||
<para>This action moves the insertion cursor down one line, extending the
|
||||
current selection.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>process-shift-up</emphasis> ()</term>
|
||||
<varlistentry><term><emphasis>process-shift-up</emphasis>()</term>
|
||||
<listitem>
|
||||
<para>This action moves the insertion cursor up one line, extending the current
|
||||
selection.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>process-up</emphasis> ()</term>
|
||||
<varlistentry><term><emphasis>process-up</emphasis>()</term>
|
||||
<listitem>
|
||||
<para>This action moves the insertion cursor up one line.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>select-all</emphasis> ()</term>
|
||||
<varlistentry><term><emphasis>select-all</emphasis>()</term>
|
||||
<listitem>
|
||||
<para>Selects all text.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>toggle-insert-mode</emphasis> ()</term>
|
||||
<varlistentry><term><emphasis>toggle-insert-mode</emphasis>()</term>
|
||||
<listitem>
|
||||
<para>This action toggles the state of the text insertion mode. By default,
|
||||
characters typed into the DtEditor widget are inserted at the position of
|
||||
|
@ -2290,7 +2290,7 @@ overstrike mode, characters are appended to the end of the line when the end
|
|||
of a line is reached.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>quote-next-character</emphasis> ()</term>
|
||||
<varlistentry><term><emphasis>quote-next-character</emphasis>()</term>
|
||||
<listitem>
|
||||
<para>This action treats the next typed character as a special character and
|
||||
inserts it into the text without interpreting it. Enables the insertion of
|
||||
|
@ -2298,7 +2298,7 @@ special instructional characters or special language characters, such as the
|
|||
character marking a form feed or the umlaut used in German text.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>undo-edit</emphasis> ()</term>
|
||||
<varlistentry><term><emphasis>undo-edit</emphasis>()</term>
|
||||
<listitem>
|
||||
<para>This action undoes the last change (deletion or insertion) made to the
|
||||
text. A change consists of either a set of consecutive insertions, or a set
|
||||
|
@ -2323,14 +2323,14 @@ The following lists summarize these functions.
|
|||
<Title>DtEditor Life Cycle Functions</Title>
|
||||
<VariableList>
|
||||
<VarListEntry>
|
||||
<Term><Function>DtCreateEditor</Function> ()</Term>
|
||||
<Term><Function>DtCreateEditor</Function>()</Term>
|
||||
<ListItem>
|
||||
<Para>Creates a new instance of a DtEditor widget.
|
||||
</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term><Function>DtEditorReset</Function> ()</Term>
|
||||
<Term><Function>DtEditorReset</Function>()</Term>
|
||||
<ListItem>
|
||||
<Para>Restores a DtEditor widget to its initial state.
|
||||
</Para>
|
||||
|
@ -2342,7 +2342,7 @@ The following lists summarize these functions.
|
|||
<Title>DtEditor Input/Output Functions</Title>
|
||||
<VariableList>
|
||||
<VarListEntry>
|
||||
<Term><Function>DtEditorAppend</Function> ()</Term>
|
||||
<Term><Function>DtEditorAppend</Function>()</Term>
|
||||
<ListItem>
|
||||
<Para>Appends content data to the end of a DtEditor
|
||||
widget.
|
||||
|
@ -2350,7 +2350,7 @@ widget.
|
|||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term><Function>DtEditorAppendFromFile</Function> ()</Term>
|
||||
<Term><Function>DtEditorAppendFromFile</Function>()</Term>
|
||||
<ListItem>
|
||||
<Para>Appends the contents of a file to the end of a DtEditor
|
||||
widget.
|
||||
|
@ -2358,7 +2358,7 @@ widget.
|
|||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term><Function>DtEditorGetContents</Function> ()</Term>
|
||||
<Term><Function>DtEditorGetContents</Function>()</Term>
|
||||
<ListItem>
|
||||
<Para>Retrieves the entire contents of a DtEditor
|
||||
widget.
|
||||
|
@ -2366,42 +2366,42 @@ widget.
|
|||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term><Function>DtEditorInsert</Function> ()</Term>
|
||||
<Term><Function>DtEditorInsert</Function>()</Term>
|
||||
<ListItem>
|
||||
<Para>Inserts content data at the current insert position.
|
||||
</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term><Function>DtEditorInsertFromFile</Function> ()</Term>
|
||||
<Term><Function>DtEditorInsertFromFile</Function>()</Term>
|
||||
<ListItem>
|
||||
<Para>Inserts the contents of a file at the current insert position.
|
||||
</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term><Function>DtEditorReplace</Function> ()</Term>
|
||||
<Term><Function>DtEditorReplace</Function>()</Term>
|
||||
<ListItem>
|
||||
<Para>Replaces a portion of text with the supplied data.
|
||||
</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term><Function>DtEditorReplaceFromFile</Function> ()</Term>
|
||||
<Term><Function>DtEditorReplaceFromFile</Function>()</Term>
|
||||
<ListItem>
|
||||
<Para>Replaces a portion of text with the contents of a file.
|
||||
</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term><Function>DtEditorSaveContentsToFile</Function> ()</Term>
|
||||
<Term><Function>DtEditorSaveContentsToFile</Function>()</Term>
|
||||
<ListItem>
|
||||
<Para>Saves the entire contents to a file.
|
||||
</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term><Function>DtEditorSetContents</Function> ()</Term>
|
||||
<Term><Function>DtEditorSetContents</Function>()</Term>
|
||||
<ListItem>
|
||||
<Para>Loads content data into a DtEditor
|
||||
widget, replacing the entire contents of the widget.
|
||||
|
@ -2409,7 +2409,7 @@ widget, replacing the entire contents of the widget.
|
|||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term><Function>DtEditorSetContentsFromFile</Function> ()</Term>
|
||||
<Term><Function>DtEditorSetContentsFromFile</Function>()</Term>
|
||||
<ListItem>
|
||||
<Para>Loads the contents of a file into a DtEditor
|
||||
widget, replacing the entire contents of the widget.
|
||||
|
@ -2422,42 +2422,42 @@ widget, replacing the entire contents of the widget.
|
|||
<Title>DtEditor Selection Functions</Title>
|
||||
<VariableList>
|
||||
<VarListEntry>
|
||||
<Term><Function>DtEditorClearSelection</Function> ()</Term>
|
||||
<Term><Function>DtEditorClearSelection</Function>()</Term>
|
||||
<ListItem>
|
||||
<Para>Replaces the currently selected contents with blanks.
|
||||
</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term><Function>DtEditorCopyToClipboard</Function> ()</Term>
|
||||
<Term><Function>DtEditorCopyToClipboard</Function>()</Term>
|
||||
<ListItem>
|
||||
<Para>Copies the currently selected contents to the clipboard.
|
||||
</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term><Function>DtEditorCutToClipboard</Function> ()</Term>
|
||||
<Term><Function>DtEditorCutToClipboard</Function>()</Term>
|
||||
<ListItem>
|
||||
<Para>Removes the currently selected contents, placing it on the clipboard.
|
||||
</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term><Function>DtEditorDeleteSelection</Function> ()</Term>
|
||||
<Term><Function>DtEditorDeleteSelection</Function>()</Term>
|
||||
<ListItem>
|
||||
<Para>Removes the currently selected contents.
|
||||
</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term><Function>DtEditorDeselect</Function> ()</Term>
|
||||
<Term><Function>DtEditorDeselect</Function>()</Term>
|
||||
<ListItem>
|
||||
<Para>Deselects any selected contents.
|
||||
</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term><Function>DtEditorPasteFromClipboard</Function> ()</Term>
|
||||
<Term><Function>DtEditorPasteFromClipboard</Function>()</Term>
|
||||
<ListItem>
|
||||
<Para>Pastes the contents of the clipboard into a DtEditor
|
||||
widget, replacing any currently selected contents.
|
||||
|
@ -2465,7 +2465,7 @@ widget, replacing any currently selected contents.
|
|||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term><Function>DtEditorSelectAll</Function> ()</Term>
|
||||
<Term><Function>DtEditorSelectAll</Function>()</Term>
|
||||
<ListItem>
|
||||
<Para>Selects the entire contents of a DtEditor widget.
|
||||
</Para>
|
||||
|
@ -2477,7 +2477,7 @@ widget, replacing any currently selected contents.
|
|||
<Title>DtEditor Format Functions</Title>
|
||||
<VariableList>
|
||||
<VarListEntry>
|
||||
<Term><Function>DtEditorFormat</Function> ()</Term>
|
||||
<Term><Function>DtEditorFormat</Function>()</Term>
|
||||
<ListItem>
|
||||
<Para>Formats the contents of all or part of a DtEditor
|
||||
widget.
|
||||
|
@ -2485,7 +2485,7 @@ widget.
|
|||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term><Function>DtEditorInvokeFormatDialog</Function> ()</Term>
|
||||
<Term><Function>DtEditorInvokeFormatDialog</Function>()</Term>
|
||||
<ListItem>
|
||||
<Para>Displays the format dialog that enables the user
|
||||
to specify format settings for margins and
|
||||
|
@ -2500,21 +2500,21 @@ operations.
|
|||
<Title>DtEditor Find and Change Text Functions</Title>
|
||||
<VariableList>
|
||||
<VarListEntry>
|
||||
<Term><Function>DtEditorChange</Function> ()</Term>
|
||||
<Term><Function>DtEditorChange</Function>()</Term>
|
||||
<ListItem>
|
||||
<Para>Changes one or all occurrences of a string.
|
||||
</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term><Function>DtEditorFind</Function> ()</Term>
|
||||
<Term><Function>DtEditorFind</Function>()</Term>
|
||||
<ListItem>
|
||||
<Para>Finds the next occurrence of a string.
|
||||
</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term><Function>DtEditorInvokeFindChangeDialog</Function> ()</Term>
|
||||
<Term><Function>DtEditorInvokeFindChangeDialog</Function>()</Term>
|
||||
<ListItem>
|
||||
<Para>Displays the dialog that enables the user
|
||||
to search for, and optionally change, a string.
|
||||
|
@ -2522,7 +2522,7 @@ to search for, and optionally change, a string.
|
|||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term><Function>DtEditorInvokeSpellDialog</Function> ()</Term>
|
||||
<Term><Function>DtEditorInvokeSpellDialog</Function>()</Term>
|
||||
<ListItem>
|
||||
<Para>Displays a dialog with a list of misspelled
|
||||
words in the current contents.
|
||||
|
@ -2536,14 +2536,14 @@ words in the current contents.
|
|||
<VariableList>
|
||||
<![ %CDE.C.CDE; [
|
||||
<VarListEntry>
|
||||
<Term><Function>DtEditorDisableRedisplay</Function> ()</Term>
|
||||
<Term><Function>DtEditorDisableRedisplay</Function>()</Term>
|
||||
<ListItem>
|
||||
<Para>Temporarily prevents visual update of a DtEditor widget.
|
||||
</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term><Function>DtEditorEnableRedisplay</Function> ()</Term>
|
||||
<Term><Function>DtEditorEnableRedisplay</Function>()</Term>
|
||||
<ListItem>
|
||||
<Para>Forces the visual update of a DtEditor widget.
|
||||
</Para>
|
||||
|
@ -2551,7 +2551,7 @@ words in the current contents.
|
|||
</VarListEntry>
|
||||
]]>
|
||||
<VarListEntry>
|
||||
<Term><Function>DtEditorCheckForUnsavedChanges</Function> ()</Term>
|
||||
<Term><Function>DtEditorCheckForUnsavedChanges</Function>()</Term>
|
||||
<ListItem>
|
||||
<Para>Reports whether the contents of a DtEditor
|
||||
widget have been altered since they were last
|
||||
|
@ -2560,7 +2560,7 @@ retrieved or saved.
|
|||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term><Function>DtEditorGetInsertionPosition</Function> ()</Term>
|
||||
<Term><Function>DtEditorGetInsertionPosition</Function>()</Term>
|
||||
<ListItem>
|
||||
<Para>Returns the insertion cursor position of a DtEditor
|
||||
widget.
|
||||
|
@ -2568,7 +2568,7 @@ widget.
|
|||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term><Function>DtEditorGetLastPosition</Function> ()</Term>
|
||||
<Term><Function>DtEditorGetLastPosition</Function>()</Term>
|
||||
<ListItem>
|
||||
<Para>Returns the position of the last character
|
||||
in the edit window.
|
||||
|
@ -2576,7 +2576,7 @@ in the edit window.
|
|||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term><Function>DtEditorGetMessageTextFieldID</Function> ()</Term>
|
||||
<Term><Function>DtEditorGetMessageTextFieldID</Function>()</Term>
|
||||
<ListItem>
|
||||
<Para>Retrieves the widget ID of the Text Field
|
||||
widget used to display application messages.
|
||||
|
@ -2584,7 +2584,7 @@ widget used to display application messages.
|
|||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term><Function>DtEditorGetSizeHints</Function> ()</Term>
|
||||
<Term><Function>DtEditorGetSizeHints</Function>()</Term>
|
||||
<ListItem>
|
||||
<Para>Retrieves sizing information from a DtEditor
|
||||
widget.
|
||||
|
@ -2592,21 +2592,21 @@ widget.
|
|||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term><Function>DtEditorGoToLine</Function> ()</Term>
|
||||
<Term><Function>DtEditorGoToLine</Function>()</Term>
|
||||
<ListItem>
|
||||
<Para>Moves the insert cursor to the specified line.
|
||||
</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term><Function>DtEditorSetInsertionPosition</Function> ()</Term>
|
||||
<Term><Function>DtEditorSetInsertionPosition</Function>()</Term>
|
||||
<ListItem>
|
||||
<Para>Sets the position of the insertion cursor.
|
||||
</Para>
|
||||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term><Function>DtEditorTraverseToEditor</Function> ()</Term>
|
||||
<Term><Function>DtEditorTraverseToEditor</Function>()</Term>
|
||||
<ListItem>
|
||||
<Para>Sets keyboard traversal to the edit window of a DtEditor
|
||||
widget.
|
||||
|
@ -2614,7 +2614,7 @@ widget.
|
|||
</ListItem>
|
||||
</VarListEntry>
|
||||
<VarListEntry>
|
||||
<Term><Function>DtEditorUndoEdit</Function> ()</Term>
|
||||
<Term><Function>DtEditorUndoEdit</Function>()</Term>
|
||||
<ListItem>
|
||||
<Para>Undoes the last edit made by a user.
|
||||
</Para>
|
||||
|
@ -2627,7 +2627,7 @@ widget.
|
|||
<Title>FILES</Title>
|
||||
<VariableList>
|
||||
<VarListEntry>
|
||||
<Term><Emphasis>/usr/dt/lib/nls/msg/$LANG/DtWidget.cat</Emphasis> ()</Term>
|
||||
<Term><Emphasis>/usr/dt/lib/nls/msg/$LANG/DtWidget.cat</Emphasis>()</Term>
|
||||
<ListItem>
|
||||
<Para>Message catalog for DtWidget library.
|
||||
</Para>
|
||||
|
|
|
@ -1789,40 +1789,40 @@ function)</computeroutput></entry></row>
|
|||
to the child process.--><!-- DKS .LI "\f3backarrow\^\f1(\|)"--><!-- DKS This
|
||||
action sends a \f3\s-1DEL\s0\fP (delete) character to the child--><!-- process.--></para>
|
||||
<variablelist>
|
||||
<varlistentry><term><emphasis>bell </emphasis>(<literal>[</literal><symbol role="Variable">percentage</symbol><literal>]</literal>)</term>
|
||||
<varlistentry><term><emphasis>bell</emphasis>(<literal>[</literal><symbol role="Variable">percentage</symbol><literal>]</literal>)</term>
|
||||
<listitem>
|
||||
<para>Rings the keyboard bell at the specified
|
||||
<symbol role="Variable">percentage</symbol> above or below the base volume.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>break </emphasis>()</term>
|
||||
<varlistentry><term><emphasis>break</emphasis>()</term>
|
||||
<listitem>
|
||||
<para>Sends an RS232 break signal to the child process.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>cancel </emphasis>()</term>
|
||||
<varlistentry><term><emphasis>cancel</emphasis>()</term>
|
||||
<listitem>
|
||||
<para>Sends a <Symbol>CAN</Symbol> (cancel) character to the child process.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>copy-clipboard </emphasis>()</term>
|
||||
<varlistentry><term><emphasis>copy-clipboard</emphasis>()</term>
|
||||
<listitem>
|
||||
<para>Copies current selection to the clipboard.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>copy-to </emphasis>()</term>
|
||||
<varlistentry><term><emphasis>copy-to</emphasis>()</term>
|
||||
<listitem>
|
||||
<para>Sends the primary selection to the subprocess.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>do </emphasis>()</term>
|
||||
<varlistentry><term><emphasis>do</emphasis>()</term>
|
||||
<listitem>
|
||||
<para>Sends the escape sequence (see <![ %CDE.C.CDE; [&cdeman.dttermesc;) ]]><![ %CDE.C.XO; [<xref
|
||||
role="2" linkend="XCSA.M5DTT.anch.1">) ]]>associated with the <literal>Do</literal> key to the child process.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>edit-key </emphasis>( <symbol role="Variable">string</symbol>)</term>
|
||||
<varlistentry><term><emphasis>edit-key</emphasis>( <symbol role="Variable">string</symbol>)</term>
|
||||
<listitem>
|
||||
<para>Sends the escape sequence (see <![ %CDE.C.CDE; [&cdeman.dttermesc;) ]]><![ %CDE.C.XO; [<xref
|
||||
role="2" linkend="XCSA.M5DTT.anch.1">) ]]>associated with the corresponding
|
||||
|
@ -1838,20 +1838,20 @@ select</programlisting>
|
|||
</informalexample>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>extend-start </emphasis>()</term>
|
||||
<varlistentry><term><emphasis>extend-start</emphasis>()</term>
|
||||
<listitem>
|
||||
<para>Starts the extension of the currently selected text. The amount of text
|
||||
selected depends on the number of mouse clicks (see <function>grab-focus</function>).
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>extend-end </emphasis>()</term>
|
||||
<varlistentry><term><emphasis>extend-end</emphasis>()</term>
|
||||
<listitem>
|
||||
<para>Extends the current selection. The amount of text selected depends on
|
||||
the number of mouse clicks (see <function>grab-focus</function>).</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>function-key-execute </emphasis>( <emphasis>num</emphasis><literal>[,</literal> <symbol role="Variable">type</symbol> <literal>]</literal>)</term>
|
||||
<varlistentry><term><emphasis>function-key-execute</emphasis>( <emphasis>num</emphasis><literal>[,</literal> <symbol role="Variable">type</symbol> <literal>]</literal>)</term>
|
||||
<listitem>
|
||||
<para>Sends the escape sequence (see <![ %CDE.C.CDE; [&cdeman.dttermesc;) ]]><![ %CDE.C.XO; [<xref
|
||||
role="2" linkend="XCSA.M5DTT.anch.1">) ]]>associated with the corresponding
|
||||
|
@ -1864,7 +1864,7 @@ then the string associated with user defined key <emphasis>num</emphasis>
|
|||
is sent to the child process.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>grab-focus </emphasis>()</term>
|
||||
<varlistentry><term><emphasis>grab-focus</emphasis>()</term>
|
||||
<listitem>
|
||||
<para>Performs one of the following depending on the number of multiple mouse
|
||||
clicks. One click deselects any selected text and sets the selection anchor
|
||||
|
@ -1872,12 +1872,12 @@ at the pointer position; two clicks selects a word; three clicks selects a
|
|||
line of text; and four clicks selects all text.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>hard-reset </emphasis>()</term>
|
||||
<varlistentry><term><emphasis>hard-reset</emphasis>()</term>
|
||||
<listitem>
|
||||
<para>Performs a hard reset on the terminal emulator. <![ %CDE.C.CDE; [See &cdeman.dttermesc; for a definition of hard reset. ]]></para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>help </emphasis>()</term>
|
||||
<varlistentry><term><emphasis>help</emphasis>()</term>
|
||||
<listitem><![ %CDE.C.CDE; [<para>Sends the escape sequence (see <![ %CDE.C.CDE; [ &cdeman.dttermesc;) ]]><![ %CDE.C.XO; [<XRef Linkend="XCSA.M5DTT.anch.1" Role="2">) ]]>associated
|
||||
with the DEC VT220 Help key to the child process.</para>]]><![ %CDE.C.XO; [<para>Sends the escape sequence (see <![ %CDE.C.CDE; [&cdeman.dttermesc;) ]]><![ %CDE.C.XO; [<xref
|
||||
role="2" linkend="XCSA.M5DTT.anch.1">) ]]>associated with the DEC VT220 Help
|
||||
|
@ -1885,14 +1885,14 @@ key to the child process.</para>]]>
|
|||
<para>The interpretation of this key is application-specific.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>keymap </emphasis>(name)</term>
|
||||
<varlistentry><term><emphasis>keymap</emphasis>(name)</term>
|
||||
<listitem>
|
||||
<para>Defines a new translation table whose resource name is named with the
|
||||
suffix <literal>Keymap</literal> (case is significant). The name <systemitem class="Constant">None</systemitem> restores the original translation table.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>keypad-key-execute </emphasis>(<symbol role="Variable">string</symbol>)</term>
|
||||
<varlistentry><term><emphasis>keypad-key-execute</emphasis>(<symbol role="Variable">string</symbol>)</term>
|
||||
<listitem>
|
||||
<para>Sends the escape sequence (see <![ %CDE.C.CDE; [&cdeman.dttermesc;) ]]><![ %CDE.C.XO; [<xref
|
||||
role="2" linkend="XCSA.M5DTT.anch.1">) ]]>associated with the corresponding
|
||||
|
@ -1914,7 +1914,7 @@ divide
|
|||
</informalexample>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>move-cursor </emphasis>( <symbol role="Variable">direction</symbol>)</term>
|
||||
<varlistentry><term><emphasis>move-cursor</emphasis>( <symbol role="Variable">direction</symbol>)</term>
|
||||
<listitem>
|
||||
<para>Sends the escape sequence (see <![ %CDE.C.CDE; [&cdeman.dttermesc;) ]]><![ %CDE.C.XO; [<xref
|
||||
role="2" linkend="XCSA.M5DTT.anch.1">) ]]>associated with the corresponding
|
||||
|
@ -1928,12 +1928,12 @@ forward</programlisting>
|
|||
</informalexample>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>paste-clipboard </emphasis>()</term>
|
||||
<varlistentry><term><emphasis>paste-clipboard</emphasis>()</term>
|
||||
<listitem>
|
||||
<para>Sends the contents of the clipboard to the subprocess.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>process-bdrag </emphasis>()</term>
|
||||
<varlistentry><term><emphasis>process-bdrag</emphasis>()</term>
|
||||
<listitem>
|
||||
<para>The result of this action is determined by several factors: position
|
||||
of the location cursor, motion of the location cursor and the interval between
|
||||
|
@ -1948,12 +1948,12 @@ whose <systemitem class="Resource">XmNexportTargets</systemitem> resource
|
|||
value includes target types of <systemitem class="Constant">COMPOUND_TEXT</systemitem>, <systemitem class="Constant">STRING</systemitem> and <systemitem class="Constant">TEXT</systemitem>.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>redraw-display </emphasis>()</term>
|
||||
<varlistentry><term><emphasis>redraw-display</emphasis>()</term>
|
||||
<listitem>
|
||||
<para>Redraws the contents of the text window.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>scroll </emphasis>( <symbol role="Variable">count</symbol><literal>[,</literal> <symbol role="Variable">units</symbol> <literal>]</literal>)</term>
|
||||
<varlistentry><term><emphasis>scroll</emphasis>( <symbol role="Variable">count</symbol><literal>[,</literal> <symbol role="Variable">units</symbol> <literal>]</literal>)</term>
|
||||
<listitem>
|
||||
<para>Scrolls the display memory down if <symbol role="Variable">count</symbol>
|
||||
is greater than zero, or up if <symbol role="Variable">count</symbol> is less
|
||||
|
@ -1966,36 +1966,36 @@ line</programlisting>
|
|||
</informalexample>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>select-adjust </emphasis>()</term>
|
||||
<varlistentry><term><emphasis>select-adjust</emphasis>()</term>
|
||||
<listitem>
|
||||
<para>Extends the selection. The amount of text selected depends on the number
|
||||
of mouse clicks. One click selects characters; two clicks selects words; three
|
||||
clicks selects lines; and four clicks selects the entire buffer.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>select-all </emphasis>()</term>
|
||||
<varlistentry><term><emphasis>select-all</emphasis>()</term>
|
||||
<listitem>
|
||||
<para>Selects all text.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>select-page </emphasis>()</term>
|
||||
<varlistentry><term><emphasis>select-page</emphasis>()</term>
|
||||
<listitem>
|
||||
<para>Selects all text currently displayed on the screen.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>self-insert </emphasis>()</term>
|
||||
<varlistentry><term><emphasis>self-insert</emphasis>()</term>
|
||||
<listitem>
|
||||
<para>Sends the character associated with the key pressed to the child process.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>soft-reset </emphasis>()</term>
|
||||
<varlistentry><term><emphasis>soft-reset</emphasis>()</term>
|
||||
<listitem>
|
||||
<para>Performs a soft reset of the terminal. <![ %CDE.C.CDE; [For a definition
|
||||
of soft reset see the ``Reset'' section in &cdeman.dttermesc;. ]]></para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>stop </emphasis>( <symbol role="Variable">state</symbol>)</term>
|
||||
<varlistentry><term><emphasis>stop</emphasis>( <symbol role="Variable">state</symbol>)</term>
|
||||
<listitem>
|
||||
<para>Toggles, starts, or stops the process of reading data from the child
|
||||
process. Valid values for <symbol role="Variable">state</symbol> are:</para>
|
||||
|
@ -2006,7 +2006,7 @@ off</programlisting>
|
|||
</informalexample>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>string </emphasis>( <symbol role="Variable">string</symbol>)</term>
|
||||
<varlistentry><term><emphasis>string</emphasis>( <symbol role="Variable">string</symbol>)</term>
|
||||
<listitem>
|
||||
<para>Inserts the specified text string as if it had been typed. The string
|
||||
must be quoted if it contains white space or non-alphanumeric characters.
|
||||
|
@ -2014,12 +2014,12 @@ The string is interpreted as a hexadecimal character constant if it begins
|
|||
with the characters <literal>0x</literal>.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>tab </emphasis>()</term>
|
||||
<varlistentry><term><emphasis>tab</emphasis>()</term>
|
||||
<listitem>
|
||||
<para>Sends a tab to the child process.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry><term><emphasis>visual-bell </emphasis>()</term>
|
||||
<varlistentry><term><emphasis>visual-bell</emphasis>()</term>
|
||||
<listitem>
|
||||
<para>Flashes the window quickly.</para>
|
||||
</listitem>
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -89,7 +89,7 @@ widget for information on the resources that apply to that widget.</para>
|
|||
<para>The following information describes the environment variables that <command>dtksh</command> uses that are in addition to those documented in the manual
|
||||
page for the <command>sh</command> command language interpreter.</para>
|
||||
<refsect2>
|
||||
<title>Immediate Return Value ( - )</title>
|
||||
<title>Immediate Return Value (-)</title>
|
||||
<para>Many of the category 3 commands (as described in <![ %CDE.C.CDE; [the <literal>Return Values From Built-in Commands</literal> section) ]]><![ %CDE.C.XO; [<xref
|
||||
role="5" linkend="XCSA.MAN6.anch.1">) ]]>return a single value using an environment
|
||||
variable specified as the first argument to the command (in the synopses for
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue