-/* $NetBSD: pl_7.c,v 1.29 2009/03/02 07:17:24 dholland Exp $ */
+/* $NetBSD: pl_7.c,v 1.31 2009/03/14 19:57:14 dholland Exp $ */
/*
* Copyright (c) 1983, 1993
#if 0
static char sccsid[] = "@(#)pl_7.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: pl_7.c,v 1.29 2009/03/02 07:17:24 dholland Exp $");
+__RCSID("$NetBSD: pl_7.c,v 1.31 2009/03/14 19:57:14 dholland Exp $");
#endif
#endif /* not lint */
#include "player.h"
#include "display.h"
-static void Scroll(void);
-static void endprompt(int);
-static void adjustview(void);
+static void Scroll(void);
+static void endprompt(int);
+static void adjustview(void);
/*
* Display interface
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);
if (!done_curses)
return;
va_start(ap, fmt);
- if (*fmt == '\7')
+ if (*fmt == '\a')
putchar(*fmt++);
vwprintw(scroll_w, fmt, ap);
va_end(ap);