diff options
Diffstat (limited to 'src/c_init.h')
-rw-r--r-- | src/c_init.h | 2 |
1 files changed, 2 insertions, 0 deletions
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)*/ |