From 1692db53ad552b34db7f321e603c32ca7453b253 Mon Sep 17 00:00:00 2001 From: salad Date: Fri, 11 Sep 2020 11:54:03 +0200 Subject: might finish today, ctrl + a few bugs --- src/c_init.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/c_init.h') 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*/ -- cgit v1.2.3