OSDN Git Service

[Refactor] #37353 ソースファイル改名。
[hengband/hengband.git] / src / z-term.h
index 26babec..991c428 100644 (file)
@@ -1,4 +1,4 @@
-/* File: z-term.h */
+/* File: z-term.h */
 
 /*
  * Copyright (c) 1997 Ben Harrison
@@ -37,7 +37,7 @@ struct term_win
        bool cu, cv;
        byte cx, cy;
 
-       byte **a;
+       SYMBOL_COLOR **a;
        char **c;
 
        byte *va;
@@ -187,8 +187,8 @@ struct term
        u16b key_xtra;
        u16b key_size;
 
-       byte wid;
-       byte hgt;
+       TERM_POSITION wid;
+       TERM_POSITION hgt;
 
        byte y1;
        byte y2;