    This is the third publicly available distribution of the VT Motif widget.
The VT widget is approximately a VT320 level emulation minus REGIS and soft
character loading but having ANSI color escape sequences some VT241 color
control and many unique additional features.
.PP
It is a composite widget with the ability to generate child widgets/gadgets that
scroll and output like characters.  Child widgets created by the normal Xt
methods also scroll and display in the same way.  Escape sequences can also be
used to generate popup dialogs to display errors, warnings, information, waiting
requests and provide file selection.  There is a method of displaying graphics
in the form of XBM (Motif 1.2 and greater) or XPM (Motif 2.0 and greater).
These graphics can be sent to the VT widget over a normal terminal
communications link (such as telnet) as well.  The blinking attribute IS
supported as well as the double width and double height line attributes
(Unlike many other X emulators).  The support for double width and double
height is not as complete as it could be but should be sufficent for most
applications.  There is also support for dragging strings to the widget from
drag and drop type widgets like lists and labels.
.PP
There is full copying and pasting of text to and from the Motif clipboard. The
Copy and Paste functions also can be accessed from the keyboard with
Control+Insert for Copy and Shift+Insert for Paste. Graphics copying and
pasting is not supported in this release.  Another keyboard feature is the use
of the keyboard to scroll the screen data using both the arrow and page keys.
.PP
There is support for a fully configurable menu system similar to the .mwmrc or
.twmrc type format.  This menu system can be used to launch applications on the
host you are logged into.
.PP
Finaly, there is support for a color background pixmap being defined. In Motif
2.0 this allows color XPM to be placed behind the text of the display.  In Motif
1.2x this is limited to two color XBM data.  It has been demonstrated however
that a manualy created full color 8 bit pixmaps can be installed as the
background using external code outside of Motif and Xt.  The particular example
can even load GIF images.  This demonstration is not provided in this package
but is used as a test of features in the widget during development.
.PP
The Widget conforms to most standard methods of widget behavior and coding.
Future movement in this direction is also expected.
.PP
