OSDN Git Service

[Refactor] #37353 コメント整理 / Refactor comments.
[hengband/hengband.git] / src / z-term.h
index f9c30a6..e8a2091 100644 (file)
@@ -20,7 +20,7 @@ typedef struct term_win term_win;
  struct term_win
 {
        bool cu, cv; //!< Cursor Useless / Visible codes
-       byte cx, cy; //!< Cursor Location (see "Useless")
+       TERM_LEN cx, cy; //!< Cursor Location (see "Useless")
 
        TERM_COLOR **a; //!< Array[h*w] -- Attribute array 
        char **c; //!< Array[h*w] -- Character array