summaryrefslogtreecommitdiff
path: root/zwgc/standard_ports.c
diff options
context:
space:
mode:
authorGravatar Lucien Van Elsen <lwvanels@mit.edu>1991-06-30 20:27:48 +0000
committerGravatar Lucien Van Elsen <lwvanels@mit.edu>1991-06-30 20:27:48 +0000
commitc05332845e70a028517740a909d6124e3eb252e7 (patch)
tree6e2d89b5d095e433a7cae8ca3d9360e271092bb8 /zwgc/standard_ports.c
parent2162bc03f980411cfb0c8c2e1a7d9bbecba41f5d (diff)
Made no display warning message shorter & quieter
(for peter)
Diffstat (limited to 'zwgc/standard_ports.c')
-rw-r--r--zwgc/standard_ports.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/zwgc/standard_ports.c b/zwgc/standard_ports.c
index 02884da..72c6206 100644
--- a/zwgc/standard_ports.c
+++ b/zwgc/standard_ports.c
@@ -280,11 +280,7 @@ void init_standard_ports(pargc, argv)
else { /* no suitable default has been found */
if (fallback == -1) /* complain, since indeterminate */
ERROR2(
-"\7\7\7There is no X display available, so zwgc cannot run.\n\
-THIS MEANS THAT YOU WILL NOT RECEIVE ANY ZEPHYR MESSAGES.\n\
-If you wish to receive Zephyr messages, you should start zwgc\n\
-with the -ttymode option (type `%s -ttymode').\n\
-Read the zwgc(1) manual page for details on the fallback variable.\n\n",
+"To receive Zephyrgrams, (type `%s -ttymode').\n",
ZWGCPATH);
exit(1);
}