Table of Contents
Xmsg2 - small error warning display window
Xmsg2 <arg>
This
is an Xwindows program which gives a small window to display a two line
message about errors. The first line of the message is <arg> and is printed
in red. The second line of the message is "(press mouse button to dismiss
this window" and is printed in green. The window will time out and disappear
on it’s own after 30 seconds if not dismissed by a mouse button press.
Usually
this program is called from shell scripts which need to print a warning.
- arg
- The contents of the first line of the message.
The size
of the window is hardcoded.
Xmsg2 "the system has melted down"
$Id: Xmsg2.1,v 1.1 2000/09/11 21:11:54 kitchen Exp $
Table of Contents