summaryrefslogtreecommitdiffstats
path: root/sail
diff options
context:
space:
mode:
Diffstat (limited to 'sail')
-rw-r--r--sail/pl_7.c8
-rw-r--r--sail/sync.c6
2 files changed, 7 insertions, 7 deletions
diff --git a/sail/pl_7.c b/sail/pl_7.c
index 2738b014..cf1d009c 100644
--- a/sail/pl_7.c
+++ b/sail/pl_7.c
@@ -1,4 +1,4 @@
-/* $NetBSD: pl_7.c,v 1.30 2009/03/14 19:35:13 dholland Exp $ */
+/* $NetBSD: pl_7.c,v 1.31 2009/03/14 19:57:14 dholland Exp $ */
/*
* Copyright (c) 1983, 1993
@@ -34,7 +34,7 @@
#if 0
static char sccsid[] = "@(#)pl_7.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: pl_7.c,v 1.30 2009/03/14 19:35:13 dholland Exp $");
+__RCSID("$NetBSD: pl_7.c,v 1.31 2009/03/14 19:57:14 dholland Exp $");
#endif
#endif /* not lint */
@@ -177,7 +177,7 @@ Signal(const char *fmt, struct ship *ship, ...)
if (!done_curses)
return;
va_start(ap, ship);
- if (*fmt == '\7')
+ if (*fmt == '\a')
putchar(*fmt++);
fmtship(format, sizeof(format), fmt, ship);
vwprintw(scroll_w, format, ap);
@@ -194,7 +194,7 @@ Msg(const char *fmt, ...)
if (!done_curses)
return;
va_start(ap, fmt);
- if (*fmt == '\7')
+ if (*fmt == '\a')
putchar(*fmt++);
vwprintw(scroll_w, fmt, ap);
va_end(ap);
diff --git a/sail/sync.c b/sail/sync.c
index e5277ca6..8f33df6d 100644
--- a/sail/sync.c
+++ b/sail/sync.c
@@ -1,4 +1,4 @@
-/* $NetBSD: sync.c,v 1.28 2009/03/14 19:35:13 dholland Exp $ */
+/* $NetBSD: sync.c,v 1.29 2009/03/14 19:57:14 dholland Exp $ */
/*
* Copyright (c) 1983, 1993
@@ -34,7 +34,7 @@
#if 0
static char sccsid[] = "@(#)sync.c 8.2 (Berkeley) 4/28/95";
#else
-__RCSID("$NetBSD: sync.c,v 1.28 2009/03/14 19:35:13 dholland Exp $");
+__RCSID("$NetBSD: sync.c,v 1.29 2009/03/14 19:57:14 dholland Exp $");
#endif
#endif /* not lint */
@@ -378,7 +378,7 @@ sync_update(int type, struct ship *ship, const char *astr,
if (nobells)
Signal("$$: %s", ship, astr);
else
- Signal("\7$$: %s", ship, astr);
+ Signal("\a$$: %s", ship, astr);
}
break;
case W_CREW: {