From 0a5e031d87dc504e6928bca1b74a6e081c76b870 Mon Sep 17 00:00:00 2001 From: salad Date: Sun, 20 Sep 2020 13:51:01 +0200 Subject: reworking redraw line lets go --- src/c_init.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/c_init.h') 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*/ -- cgit v1.2.3