From dd2fb1cb10f9fef2979248abc484f2b7814df158 Mon Sep 17 00:00:00 2001 From: Eric Branlund Date: Tue, 17 Sep 2019 12:00:46 -0700 Subject: [PATCH] Replaced 23 with Term->hgt - 1. --- src/main-cocoa.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main-cocoa.m b/src/main-cocoa.m index ab5a40132..405affdb2 100644 --- a/src/main-cocoa.m +++ b/src/main-cocoa.m @@ -3520,7 +3520,7 @@ static void handle_open_when_ready(void) game_in_progress = TRUE; /* Wait for a keypress */ - pause_line(23); + pause_line(Term->hgt - 1); } } -- 2.11.0