summaryrefslogtreecommitdiffstats
path: root/src/c_init.h
diff options
context:
space:
mode:
authorsalad <fmoenne-@student.le-101.fr>2020-11-06 20:17:34 +0100
committersalad <fmoenne-@student.le-101.fr>2020-11-06 20:17:34 +0100
commit87a70e527eca58cad87c14fd2a8595b8bce85e25 (patch)
tree9bbb931a9bdd16d93f6546e1e7f254ba3c3db221 /src/c_init.h
parentC-c arrows (diff)
download42-minishell-87a70e527eca58cad87c14fd2a8595b8bce85e25.tar.gz
42-minishell-87a70e527eca58cad87c14fd2a8595b8bce85e25.tar.bz2
42-minishell-87a70e527eca58cad87c14fd2a8595b8bce85e25.tar.xz
42-minishell-87a70e527eca58cad87c14fd2a8595b8bce85e25.tar.zst
42-minishell-87a70e527eca58cad87c14fd2a8595b8bce85e25.zip
major changes to ctrlc + c, no norm for now
Diffstat (limited to 'src/c_init.h')
-rw-r--r--src/c_init.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/c_init.h b/src/c_init.h
index ac380dd..f563df2 100644
--- a/src/c_init.h
+++ b/src/c_init.h
@@ -21,7 +21,7 @@
# define LEFT_K 0x445b1b
# define RIGHT_K 0x435b1b
# define HOME_K 0x485b1b
-# define END_K 0x7e345b1b
+# define END_K 0x465b1b
# define DEL_K 0x7f
# define RET_K 0x0d