summaryrefslogtreecommitdiffstats
path: root/src/c_init.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/c_init.h1
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*/