summaryrefslogtreecommitdiffstats
path: root/src/c_init.h
diff options
context:
space:
mode:
authorsalad <fmoenne-@student.le-101.fr>2020-10-06 17:10:33 +0200
committersalad <fmoenne-@student.le-101.fr>2020-10-06 17:10:33 +0200
commitf2c93fb7f2e5b82388dd8d45d63f380906fed04e (patch)
treefb3ebc675f184cea32d2e97c2215675f5cdd6f3c /src/c_init.h
parentsome changes, need MORE (diff)
download42-minishell-f2c93fb7f2e5b82388dd8d45d63f380906fed04e.tar.gz
42-minishell-f2c93fb7f2e5b82388dd8d45d63f380906fed04e.tar.bz2
42-minishell-f2c93fb7f2e5b82388dd8d45d63f380906fed04e.tar.xz
42-minishell-f2c93fb7f2e5b82388dd8d45d63f380906fed04e.tar.zst
42-minishell-f2c93fb7f2e5b82388dd8d45d63f380906fed04e.zip
C-b + C-f
Diffstat (limited to 'src/c_init.h')
-rw-r--r--src/c_init.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/c_init.h b/src/c_init.h
index 5dd4a13..6317871 100644
--- a/src/c_init.h
+++ b/src/c_init.h
@@ -25,6 +25,8 @@
# define DEL_K 0x7f
# define RET_K 0x0d
+# define CTRL_F 0x06
+# define CTRL_B 0x02
# define CTRL_C 0x03
# define CTRL_L 0x0c