diff options
Diffstat (limited to 'src/c_init.h')
-rw-r--r-- | src/c_init.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/c_init.h b/src/c_init.h index 1d298c4..9728c9a 100644 --- a/src/c_init.h +++ b/src/c_init.h @@ -18,7 +18,11 @@ #include "s_struct.h" -typedef struct s_caps { +typedef struct s_caps +{ + char KL[4]; + char KR[4]; + char CL[4]; struct termios tios; struct winsize ws; uint8_t cpos; /*cursor position (column)*/ @@ -26,7 +30,6 @@ typedef struct s_caps { char *nl; /*newline, returned by tgoto()*/ char *ks; /*indicate that keys transmit from now on*/ char *ke; /*indicate that keys transmit from now on*/ - char *kl; /*Key Left Key Right*/ char *kr; char *pc; /*padding char --> do not touch (default 0)*/ char *bc; /*left one char*/ |