Sophie

Sophie

distrib > Mandriva > current > x86_64 > by-pkgid > 7e16348695992bdb4366527787fb3d57 > files > 34

clusterit-2.4-5mdv2010.0.x86_64.rpm

<html>
<head>
        <title>
                XVT 1 10 February 1992

        </title>
        <style type="text/css">
        <!--
                body { margin-left:4%; }
                H1, H2, H3, H4, H5 {
                        color: maroon; padding: 4pt; margin-left: -4%;
                        border: solid; border-width: thin; width: 100%;
                        background: rgb(204,204,255)
                }
        -->
        </style>
</head>
<body bgcolor="#FFFFFF" text="#000000">
<h3> NAME </h3>
xvt - VT100 emulator for the X window system
<h3> SYNOPSIS </h3>
xvt [ options ]
<h3> DESCRIPTION </h3>
Xvt is a VT100 terminal emulator for X.  It is intended as a
replacement for xterm(1) for users who do not require the more
esoteric features of xterm.  Specifically xvt does not
implement the Tektronix 4014 emulation, session logging and toolkit
style configurability.  As a result, xvt uses much less swap
space than xterm - a significant advantage on a machine serving
many X sessions.
<h3> OPTIONS </h3>
The options supported by xvt (which, with the exception of
-msg, are a subset of those supported by xterm) are listed
below.  Most command line arguments have X resource equivalents and
these are listed in the following table.
<dl compact>
<dt>
<b>-e command [ arguments ]</b>
Run the command with its command line arguments in the xvt
<dd>
window.  If this option is used, it must be the last on the command
line.  If there is no -e option then the default is to run the
program specified by the SHELL environment variable or, failing that,
sh(1).  This option also causes the window title and icon name
to be set to the name of the program being executed if the are not
overwritten by a more specific option.
<dt>
<b>-display display-name</b>
Attempt to open the xvt window on the named X display.  In the
<dd>
absence if this option, the display specified by the DISPLAY
environment variable is used.
<dt>
<b>-geometry window-geometry</b>
Create the window with the specified X window geometry.
<dd>
<dt>
<b>-background color</b>
Use the specified color as the window's background color.
<dd>
<dt>
<b>-bg color</b>
Same as -background.
<dd>
<dt>
<b>-foreground color</b>
Use the specified colour as the window's foreground color.
<dd>
<dt>
<b>-fg color</b>
Same as -foreground.
<dd>
<dt>
<b>-cr color</b>
Set the color used for the text cursor.
<dd>
<dt>
<b>-bw number</b>
Set the window border width to number pixels.  Many window managers
<dd>
ignore existing window borders and construct their own and so, if you are
using such a window manager, this option will be ignored.
<dt>
<b>-bd color</b>
Set the border color.  As with border width, this option will usually be
<dd>
disregarded with respect to the window's outer border.  It does, however,
set the color of the line separating the scroll bar from the main part of the
window.
<dt>
<b>-font fontname</b>
Set the main text font used by xvt.
<dd>
<dt>
<b>-fn fontname</b>
Same as -font.
<dd>
<dt>
<b>-fb fontname</b>
Set the font used for the vt100 bold rendition style.  If this option
<dd>
is not set then xvt will render in bold by overprinting
the normal font.
<dt>
<b>-name name</b>
Set the name that is used when looking up X resource values for this
<dd>
instance of xvt.  This option also sets the icon name and window
title unless they are set explicitly.
<dt>
<b>-title text</b>
Set the string that is displayed in the window's title bar if it has one.
<dd>
<dt>
<b>-T text</b>
Same as -title
<dd>
<dt>
<b>-n text</b>
Set the name that will be used to label the window's icon or displayed in
<dd>
an icon manager window.  This option also sets the window's title unless
it is set expicitely.
<dt>
<b>-sl number</b>
Set an upper bound for the number of lines that will be saved when they
<dd>
have scrolled off the top of the window.
<dt>
<b>-sb</b>
Start up with the scrollbar visible.  The scrollbar can be displayed or
<dd>
hidden at any time simply by holding down the CONTROL key on the keyboard
and pressing any mouse button.  The visibility of the scrollbar does
not determine whether scrolled text is saved or not - as with xterm,
text scrolled off the top of the window is always saved up to the current
maximum number of lines.
<dt>
<b>-rw</b>
Enable reverse wrapping of the cursor so that, for example, lines typed
<dd>
to a shell that are longer than the width of the screen can be edited.
This is the same as the xterm reverse wrap option.
<dt>
<b>-cc string</b>
Input or modify the character classes that are used to determine what is
<dd>
a word when a double click is used to select a word of displayed text.
This is identical to the same option in xterm - see the xterm
manual page for a description of the syntax of string.
<dt>
<b>-iconic</b>
Start up with the window already iconized.
<dd>
<dt>
<b>-msg</b>
Enable messages to the terminal window from programs like write(1).
<dd>
By default, xvt windows have messages disabled.  Executing an
xvt with the -msg option has the same effect as running it
normally and then executing the command mesg y to enable messages.
<dt>
<b>-8</b>
Treat characters as having eight bits - this is the default.  When in
<dd>
eight bit mode, xvt displays eight bit characters and pressing a
keyboard key with the Meta key held down generates the character
code with the MSB set.
<dt>
<b>-7</b>
Treat characters as having seven bits.  In this mode, each character
<dd>
is stripped to seven bits before it is displayed and pressing a keybaord
key with the Meta key held down causes the normal character to be
preceded by the Escape character.
<dt>
<b>-ls</b>
Run a login shell.  This option causes xvt to execute its shell
<dd>
with a name beginning with `-'.  In the case of csh(1) this results
in the .login and .logout files being interpreted at the
start and end of the session.
<dt>
<b>-sf</b>
Enable Sun function key escape codes.  The default is standard xterm
<dd>
compatible function codes.
<dt>
<b>-rv</b>
Run in reverse video - that is, exchange the foreground and background
<dd>
colors.  This option has no effect if either the foreground or background
color is set explicitly.
<dt>
<b>-C</b>
Connect this terminal to the system console.  This option is only implemented
<dd>
for SunOS 4 and for a user who has read and write access to /dev/console.
<dt>
<b>-console</b>
Same as -C.
<dd>
</dl>
<h3> X RESOURCES </h3>
Almost all the command line options have X resource counterparts and
these are listed in the following table.  Like xterm, xvt
uses the class name XTerm and so resource options set for
XTerm will work for both xterm and xvt windows.
<br><br>
<pre>
center tab(/) ;
cb s s
c c s
c c c
l l l .
Command line options and X resources
_
/X resource
Command line/Instance/Class
=
-background or -bg/background/Background
-bd/borderColor/BorderColor
-bw/borderWidth/BorderWidth
-C or -console/-/-
-cc/charClass/CharClass
-cr/cursorColor/CursorColor
-display/-/-
-e/-/-
-fb/boldFont/BoldFont
-font or -fn/font/Font
-foreground or -fg/foreground/Foreground
-geometry/geometry/Geometry
-iconic/iconic/Iconic
-ls/loginShell/LoginShell
-msg/messages/Messages
-n/iconName/IconName
-name/-/-
-rv/reverseVideo/ReverseVideo
-rw/reverseWrap/ReverseWrap
-sb/scrollBar/ScrollBar
-sf/sunFunctionKeys/SunFunctionKeys
-sl/saveLines/SaveLines
-title or -T/title/Title
-8 (on) and -7 (off)/eightBitInput/EightBitInput
</pre>
<h3> NAMES TITLES AND ICON NAMES </h3>
One occasionally confusing aspect of xvt and other X applications
is the collection
of names that an application window can have and the relationship
between the names and the command line options used to set them.  This
section attempts to make the situation a bit clearer in the case of xvt.
<p>
In fact, each terminal window has three names, its resource name, its
title and its icon name.  These three names are distinct and have
different functions, although they usually have the same value.  The
resource name is the command name used to identify X resource options
in the resources database, The title is the text that is displayed in
the title bar, if there is one, and the icon name is the name that
appears in the window's icon or represents it in the icon manager
window.
<p>
The rule about which option sets which name is that -name and -e
set both the title and the icon name in addition to their main function
and -n sets the title as well as the icon name.  Conflicts are
resolved by giving the options priorities which are, in increasing
order, -e, -name, -n and -title.  Hence, for
example, -e only sets the title if none of the other options is
used.
<h3> THE SCROLL BAR </h3>
Lines of text that scroll off the top of the xvt window are saved
automatically (up to a preset maximum number) and can be viewed by
scrolling them back into the window with the scrollbar.  The scrollbar
itself can be displayed or hidden by clicking any mouse button in the
window while holding down the CONTROL key on the keyboard.  When using
the scrollbar, the left and right mouse buttons are used for scrolling
by a few lines at a time and the middle button is used for continuous
scrolling.  To use the middle button, press it in the scroll bar and
hold it down.  the central shaded part of the scrollbar will then
attach itself to the cursor and can be slid up or down to show
different parts of the sequence of saved lines.  When scrolling with
the left and right buttons, the left button is used to scroll up and
the right is used to scroll down.  Assuming that there are enough
hidden lines, the distance scrolled with either button is equal to the
number of lines between the cursor and the top of the window.  Hence,
pressing the left cursor opposite a line of text will result in that
line being moved to be the top of the window and pressing the right
button will cause the top line to be moved down so that it is opposite
the cursor.
<h3> TEXT SELECTION AND INSERTION </h3>
Xvt uses the same kind of text selection and insertion mechanism
as xterm.  Pressing and releasing the middle mouse button in an
xvt window causes the current text selection to be inserted as if
it had been typed on the keyboard.  For the insertion to take place,
both the button press and the button release need to be done with the
cursor in the xvt window.
<p>
The left and right mouse buttons are used to select text, with the left
button being used to start a selection and the right button being used
to modify an existing selection.  Any continuous block of displayed
text can be selected.  If both ends of the text block are visible in
the window then the easiest way to select it is to position the cursor
at one end and press the left mouse button, then drag the cursor to the
other end with the button held down before releasing the button.  If
the block is larger than the window then you must first use the left
mouse button to select one end, then use the scroll bar to scroll the
other end into view and finally use the right mouse button to extend
the selection.  The effect of pressing the right mouse button is to
move the nearest end of the current selection to the current cursor
position.
<p>
The other way to make selections in xvt is to use double and triple
clicks of the left mouse button with a double click selecting a
word and a triple click selecting a whole line.  For this purpose,
a word is a sequence of characters in the same class.  The default
character classes are:
<dl compact>
<dt>
<b>+</b>
the upper and lower case letters, digits and '_' (underscore) all in one class;
<dd>
<dt>
<b>+</b>
the white space characters all in one class;
<dd>
<dt>
<b>+</b>
each of the remaining punctuation characters in a class by itself.
<dd>
</dl>
<p>
If you want to change the character classes so that, for example, you
can select a UNIX pathname or a mail address in one double click, then
you can do so by using the -cc command line option or the
charClass X resource.  Multiple clicking can be combined with
dragging to select a sequence of consecutive words or lines.
<p>
Although xvt essentially mimics the behaviour of xterm in
its support of text selection and insertion, there are a couple of
minor differences:
<dl compact>
<dt>
<b>+</b>
xvt respects TAB characters in selected text and does not automatically
<dd>
convert them into spaces as does xterm;
<dt>
<b>+</b>
xvt will let you abort a text insertion if you realise you have made a mistake
<dd>
before releasing the middle mouse button.
</dl>
<h3> BUGS </h3>
Pasting very large quantities of text does not work.
<h3> AUTHOR </h3>
John Bovey, University of Kent, 1992 and 1993.
</font></body>
</html>