Changes needed in the mac terminal port due to globals changes.

This commit is contained in:
Bart House
2018-12-22 13:53:10 -08:00
parent c8ae68b06a
commit b863fad3ea
5 changed files with 9 additions and 8 deletions

View File

@@ -201,7 +201,6 @@ STATIC_DCL void FDECL(show_direction_keys, (winid, CHAR_P, BOOLEAN_P));
STATIC_DCL boolean FDECL(help_dir, (CHAR_P, int, const char *));
static const char *readchar_queue = "";
static coord clicklook_cc;
/* for rejecting attempts to use wizard mode commands */
static const char unavailcmd[] = "Unavailable command '%s'.";
/* for rejecting #if !SHELL, !SUSPEND */