summaryrefslogtreecommitdiffstats
path: root/src/c_init.h
diff options
context:
space:
mode:
authorsalad <fmoenne-@student.le-101.fr>2020-09-18 14:51:08 +0200
committersalad <fmoenne-@student.le-101.fr>2020-09-18 14:51:08 +0200
commit3ab54c00fd08f02f246488629442866c8eb604b1 (patch)
treeab4bca754ad2220ef2f704d6dc9f721606dc9b33 /src/c_init.h
parentnorm, new file, ctrl + c (diff)
download42-minishell-3ab54c00fd08f02f246488629442866c8eb604b1.tar.gz
42-minishell-3ab54c00fd08f02f246488629442866c8eb604b1.tar.bz2
42-minishell-3ab54c00fd08f02f246488629442866c8eb604b1.tar.xz
42-minishell-3ab54c00fd08f02f246488629442866c8eb604b1.tar.zst
42-minishell-3ab54c00fd08f02f246488629442866c8eb604b1.zip
full bugged, mais full features
Diffstat (limited to 'src/c_init.h')
-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*/