summaryrefslogtreecommitdiff
path: root/gnu/lib/libdialog/notify.c
diff options
context:
space:
mode:
authorEric Melville <eric@FreeBSD.org>2001-08-09 01:14:09 +0000
committerEric Melville <eric@FreeBSD.org>2001-08-09 01:14:09 +0000
commiteb84be870e52321cf9ea55ad5c8272e739460967 (patch)
treecdff114bef72f5f43cb36bb91ee13c5fcc466705 /gnu/lib/libdialog/notify.c
parent1d0372b2af0584a2244566b5cad84c27a80bf8c0 (diff)
Notes
Diffstat (limited to 'gnu/lib/libdialog/notify.c')
-rw-r--r--gnu/lib/libdialog/notify.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/gnu/lib/libdialog/notify.c b/gnu/lib/libdialog/notify.c
index 052ee8f27528..50bed6b2dac4 100644
--- a/gnu/lib/libdialog/notify.c
+++ b/gnu/lib/libdialog/notify.c
@@ -17,6 +17,10 @@
*
*/
+#ifndef lint
+static const char rcsid[] =
+ "$FreeBSD$";
+#endif
#include <dialog.h>
#include <stdio.h>
@@ -37,7 +41,7 @@ dialog_notify(char *msg)
exit(1);
}
tmphlp = get_helpline();
- use_helpline("Press enter to continue");
+ use_helpline("Press enter or space");
dialog_mesgbox("Message", msg, -1, -1);
restore_helpline(tmphlp);
touchwin(w);