for confirmation with "Is this ok?" before starting play
unix/X11: in top level Makefile, some commented out definitions of VARDATND
misspelled pilemark.xbm (as pilemark.xpm)
+unix/tty: fix compile warning about 'has_colors' for some configurations
win32gui: getversionstring() was overflowing the provided Help About buffer
win32gui: guard against buffer overflow in in mswin_getlin()
MacOSX: initial binary release was built from out of date source code that
-/* NetHack 3.6 unixtty.c $NHDT-Date: 1432512788 2015/05/25 00:13:08 $ $NHDT-Branch: master $:$NHDT-Revision: 1.19 $ */
+/* NetHack 3.6 unixtty.c $NHDT-Date: 1450916700 2015/12/24 00:25:00 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.21 $ */
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* NetHack may be freely redistributed. See license for details. */
int sco_map_valid = -1;
unsigned char sco_chanmap_buf[BSIZE];
+#if defined(TTY_GRAPHICS) && defined(TEXTCOLOR)
+extern int NDECL(has_colors);
+#endif
void NDECL(sco_mapon);
void NDECL(sco_mapoff);
void NDECL(check_sco_console);
int linux_flag_console = 0;
+#if defined(TTY_GRAPHICS) && defined(TEXTCOLOR)
+extern int NDECL(has_colors);
+#endif
void NDECL(linux_mapon);
void NDECL(linux_mapoff);
void NDECL(check_linux_console);