diff options
| author | joerg <joerg@NetBSD.org> | 2020-04-22 23:36:26 +0000 |
|---|---|---|
| committer | joerg <joerg@NetBSD.org> | 2020-04-22 23:36:26 +0000 |
| commit | 7890a8c64a29e8f0ee5b9b2ef41a118f9ac499bd (patch) | |
| tree | a98754551e5c6ad17dae417b1991d22de01c9d79 /backgammon/common_source/back.h | |
| parent | 3174b1382062d1225202a869e8be6c43c83a49b0 (diff) | |
| download | bsdgames-darwin-7890a8c64a29e8f0ee5b9b2ef41a118f9ac499bd.tar.gz bsdgames-darwin-7890a8c64a29e8f0ee5b9b2ef41a118f9ac499bd.zip | |
buffnum is shared between subs.c and fancy.c
Diffstat (limited to 'backgammon/common_source/back.h')
| -rw-r--r-- | backgammon/common_source/back.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/backgammon/common_source/back.h b/backgammon/common_source/back.h index 7c333365..a763714d 100644 --- a/backgammon/common_source/back.h +++ b/backgammon/common_source/back.h @@ -1,4 +1,4 @@ -/* $NetBSD: back.h,v 1.20 2012/10/13 19:19:39 dholland Exp $ */ +/* $NetBSD: back.h,v 1.21 2020/04/22 23:36:26 joerg Exp $ */ /* * Copyright (c) 1980, 1993 @@ -124,6 +124,8 @@ extern const char *const *colorptr; /* color of current player */ extern const char *const *Colorptr; /* color of current player, capitalized */ extern int colen; /* length of color of current player */ +extern int buffnum; + extern struct termios old, noech, raw;/* original tty status */ extern int curr; /* row position of cursor */ |
