From f9671485f8049fbc6909cc757eae851ac1b5e3b9 Mon Sep 17 00:00:00 2001 From: salad Date: Fri, 11 Sep 2020 14:29:48 +0200 Subject: home works, not END. lets go for a bit of norming --- src/c_init.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/c_init.h') diff --git a/src/c_init.h b/src/c_init.h index 9728c9a..af3756c 100644 --- a/src/c_init.h +++ b/src/c_init.h @@ -23,6 +23,8 @@ typedef struct s_caps char KL[4]; char KR[4]; char CL[4]; + char HM[4]; + char ND[4]; struct termios tios; struct winsize ws; uint8_t cpos; /*cursor position (column)*/ -- cgit v1.2.3