diff options
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 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*/ |