OSDN Git Service

GCU: backport habu1010's patch, https://github.com/hengband/hengband/pull/2772 ,...
authorEric Branlund <ebranlund@fastmail.com>
Sat, 5 Nov 2022 13:43:29 +0000 (07:43 -0600)
committerEric Branlund <ebranlund@fastmail.com>
Sat, 5 Nov 2022 14:15:34 +0000 (08:15 -0600)
src/main-gcu.c

index ceb5856..f943a5b 100644 (file)
@@ -66,7 +66,7 @@ struct term_data
    WINDOW *win;
 };
 
-#define MAX_TERM_DATA 4
+#define MAX_TERM_DATA 8
 
 static term_data data[MAX_TERM_DATA];