summaryrefslogtreecommitdiffstats
path: root/src/c_init.h
diff options
context:
space:
mode:
authorsalad <fmoenne-@student.le-101.fr>2020-10-23 17:40:46 +0200
committersalad <fmoenne-@student.le-101.fr>2020-10-23 17:40:46 +0200
commitabd3bd0b2d2c3869d81706d0266cfc561e4bc925 (patch)
treede58eb28ccb5c7679e2cb38d0d94eee8a2100479 /src/c_init.h
parentmakeshift (diff)
download42-minishell-abd3bd0b2d2c3869d81706d0266cfc561e4bc925.tar.gz
42-minishell-abd3bd0b2d2c3869d81706d0266cfc561e4bc925.tar.bz2
42-minishell-abd3bd0b2d2c3869d81706d0266cfc561e4bc925.tar.xz
42-minishell-abd3bd0b2d2c3869d81706d0266cfc561e4bc925.tar.zst
42-minishell-abd3bd0b2d2c3869d81706d0266cfc561e4bc925.zip
loadsamoney
Diffstat (limited to 'src/c_init.h')
-rw-r--r--src/c_init.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/c_init.h b/src/c_init.h
index 9ffd1eb..e723563 100644
--- a/src/c_init.h
+++ b/src/c_init.h
@@ -25,9 +25,12 @@
# define DEL_K 0x7f
# define RET_K 0x0d
-# define CTRL_F 0x06
+# define CTRL_A 0x01
# define CTRL_B 0x02
# define CTRL_C 0x03
+# define CTRL_D 0x04
+# define CTRL_E 0x05
+# define CTRL_F 0x06
# define CTRL_L 0x0c
typedef struct s_caps