summaryrefslogtreecommitdiffstats
path: root/snake/snake/snake.h
diff options
context:
space:
mode:
authorchopps <chopps@NetBSD.org>1996-07-03 04:17:24 +0000
committerchopps <chopps@NetBSD.org>1996-07-03 04:17:24 +0000
commit5907b84fc3b8d464ecedbc099bd1af93456a1c84 (patch)
treef38d72be4a2abdf3cdbd830df268877f109cdab4 /snake/snake/snake.h
parentaeaee350ab2233c5b7bb402f56f18b79cef6533d (diff)
downloadbsdgames-darwin-5907b84fc3b8d464ecedbc099bd1af93456a1c84.tar.gz
bsdgames-darwin-5907b84fc3b8d464ecedbc099bd1af93456a1c84.tar.zst
bsdgames-darwin-5907b84fc3b8d464ecedbc099bd1af93456a1c84.zip
BS was using obsolete 'bs' and 'bc' capabilities. Now tries 'le' first.
This deals with pr#2417
Diffstat (limited to 'snake/snake/snake.h')
-rw-r--r--snake/snake/snake.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/snake/snake/snake.h b/snake/snake/snake.h
index 921426ae..e43e9aaa 100644
--- a/snake/snake/snake.h
+++ b/snake/snake/snake.h
@@ -1,4 +1,4 @@
-/* $NetBSD: snake.h,v 1.6 1995/04/29 01:17:15 mycroft Exp $ */
+/* $NetBSD: snake.h,v 1.7 1996/07/03 04:17:25 chopps Exp $ */
/*
* Copyright (c) 1980, 1993
@@ -56,7 +56,7 @@ char *CL, *UP, *DO, *ND, *BS,
*TI, *TE, *KS, *KE;
int LINES, COLUMNS; /* physical screen size. */
int lcnt, ccnt; /* user's idea of screen size */
-char xBC, PC;
+char PC;
int AM, BW;
char tbuf[1024], tcapbuf[128];
char *tgetstr(), *tgoto();