From 3ab54c00fd08f02f246488629442866c8eb604b1 Mon Sep 17 00:00:00 2001 From: salad Date: Fri, 18 Sep 2020 14:51:08 +0200 Subject: full bugged, mais full features --- src/c_init.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/c_init.h') 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*/ -- cgit v1.2.3