%NAME: Bruce M. Corwin
%COMP: Bruce M. Corwin
%PROG: vls
%DATE: 1995
%CODE: vls.c
%FUNC: program
This program is used similer to ls with a long listing.  The main difference
is that it highlights directories with underscores.  These underscores then
can be traversed by clicking on them with the mouse.
%FUNC: main
This program calls ls with the long listing and a -p flag to determine which
lines are subdirectories.
%FUNC: output_special
This routine check through a line and finds the last word that is delimited by
a space.  It then highlights and underlines this word.
%FUNC: set_value
This routine is used to set a resource value for the local Vt widget.
%PARM: buffer Input
String to output.
%PARM: resource Input
Resource to define.
%PARM: value Input
Value to set resource to.
%PARM: argc Input
Number of command line parameters passed from
the invoking environment
%PARM: argv Input
Array of command line parameters passed
from the invoking environment
%HIST: program
05-22-95    Bruce M. Corwin   Initial Release
%HIST: main
05-22-95    Bruce M. Corwin   Initial Release
