From e6d868ff05462d4a4ea7f8c6ff50fd2b3aea2359 Mon Sep 17 00:00:00 2001 From: Salad Date: Fri, 25 Sep 2020 16:48:16 +0200 Subject: transfert --- 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 a1b7c9a..730ba9f 100644 --- a/src/c_init.h +++ b/src/c_init.h @@ -30,6 +30,7 @@ typedef struct s_caps struct winsize ws; uint32_t cpos; /*cursor position (column)*/ uint32_t lpos; /*cursor position (line)*/ + uint32_t nlines; /*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