From ce005fee278db4f3879faeab5c9f12ab2ffe8338 Mon Sep 17 00:00:00 2001 From: mycroft Date: Tue, 10 Aug 1993 02:20:52 +0000 Subject: Use '\a', not CTRL('g'). --- sail/pl_7.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sail/pl_7.c') diff --git a/sail/pl_7.c b/sail/pl_7.c index b0bbb0e6..cb2bcd00 100644 --- a/sail/pl_7.c +++ b/sail/pl_7.c @@ -33,7 +33,7 @@ #ifndef lint /*static char sccsid[] = "from: @(#)pl_7.c 5.7 (Berkeley) 2/28/91";*/ -static char rcsid[] = "$Id: pl_7.c,v 1.3 1993/08/10 02:15:07 mycroft Exp $"; +static char rcsid[] = "$Id: pl_7.c,v 1.4 1993/08/10 02:20:52 mycroft Exp $"; #endif /* not lint */ #include "player.h" @@ -236,7 +236,7 @@ register n; *p++ = c; (void) waddch(scroll_w, c); } else - (void) putchar(CTRL('g')); + (void) putchar('\a'); } } } -- cgit v1.2.3