diff options
author | salad <fmoenne-@student.le-101.fr> | 2020-09-20 13:51:01 +0200 |
---|---|---|
committer | salad <fmoenne-@student.le-101.fr> | 2020-09-20 13:51:01 +0200 |
commit | 0a5e031d87dc504e6928bca1b74a6e081c76b870 (patch) | |
tree | 1e180c7f755e716083f31feda87f5db338635c44 /src/c_init.h | |
parent | full bugged, mais full features (diff) | |
download | 42-minishell-0a5e031d87dc504e6928bca1b74a6e081c76b870.tar.gz 42-minishell-0a5e031d87dc504e6928bca1b74a6e081c76b870.tar.bz2 42-minishell-0a5e031d87dc504e6928bca1b74a6e081c76b870.tar.xz 42-minishell-0a5e031d87dc504e6928bca1b74a6e081c76b870.tar.zst 42-minishell-0a5e031d87dc504e6928bca1b74a6e081c76b870.zip |
reworking redraw line lets go
Diffstat (limited to '')
-rw-r--r-- | src/c_init.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/c_init.h b/src/c_init.h index 798abb1..a1b7c9a 100644 --- a/src/c_init.h +++ b/src/c_init.h @@ -29,6 +29,7 @@ typedef struct s_caps struct termios tios; struct winsize ws; uint32_t cpos; /*cursor position (column)*/ + uint32_t lpos; /*cursor position (line)*/ char *cm_str; /*cursor mobility*/ char *nl; /*newline, returned by tgoto()*/ char *ks; /*indicate that keys transmit from now on*/ |