summaryrefslogtreecommitdiffstats
path: root/src/c_init.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/c_init.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/c_init.h b/src/c_init.h
index 2f93a00..798abb1 100644
--- a/src/c_init.h
+++ b/src/c_init.h
@@ -28,7 +28,7 @@ typedef struct s_caps
char ND[4];
struct termios tios;
struct winsize ws;
- uint8_t cpos; /*cursor position (column)*/
+ uint32_t cpos; /*cursor position (column)*/
char *cm_str; /*cursor mobility*/
char *nl; /*newline, returned by tgoto()*/
char *ks; /*indicate that keys transmit from now on*/