From e99a904f2f334b1bca9d2b4f2f570cf4b35cfe4a Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Thu, 28 Jan 2021 22:48:00 -0800 Subject: [PATCH] Fixed macro backslash --- terminal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terminal.h b/terminal.h index b54e022..8de05fb 100644 --- a/terminal.h +++ b/terminal.h @@ -55,7 +55,7 @@ typedef enum { #define KEY_ENTER 0x0D // clash with ^M #define KEY_ESC 0x1B // clash with ^[ #define KEY_CTRL_3 0x1B // clash with ^[ -#define KEY_CTRL_4 0x1C // clash with ^\ +#define KEY_CTRL_4 0x1C // clash with ^\ (backslash) #define KEY_CTRL_5 0x1D // clash with ^] #define KEY_CTRL_TILDE 0x1E // clash with ^^ #define KEY_CTRL_6 0x1E // clash with ^^