summaryrefslogtreecommitdiffstats
path: root/src/c_keys.h
diff options
context:
space:
mode:
authorSalad <water_appreciator@protonmail.com>2020-10-05 17:37:55 +0200
committerSalad <water_appreciator@protonmail.com>2020-10-05 17:37:55 +0200
commitf5eb08c14ccaa5e7a0e35364668ba28433459f9d (patch)
treee00b36d7c0bc787b41d07e56a3b0e08cbc002939 /src/c_keys.h
parentalmost there : norme + miltiligne (diff)
download42-minishell-f5eb08c14ccaa5e7a0e35364668ba28433459f9d.tar.gz
42-minishell-f5eb08c14ccaa5e7a0e35364668ba28433459f9d.tar.bz2
42-minishell-f5eb08c14ccaa5e7a0e35364668ba28433459f9d.tar.xz
42-minishell-f5eb08c14ccaa5e7a0e35364668ba28433459f9d.tar.zst
42-minishell-f5eb08c14ccaa5e7a0e35364668ba28433459f9d.zip
some changes, need MORE
Diffstat (limited to 'src/c_keys.h')
-rw-r--r--src/c_keys.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/c_keys.h b/src/c_keys.h
index d261824..250b297 100644
--- a/src/c_keys.h
+++ b/src/c_keys.h
@@ -14,7 +14,7 @@
#define C_KEYS_H
int16_t c_key_right(uint32_t len, uint32_t plen, t_caps *tcaps);
-int16_t c_key_left(uint32_t len, uint32_t plen, t_caps *tcaps);
+int16_t c_key_left(uint32_t plen, t_caps *tcaps);
int16_t c_home_key(t_caps *tcaps);
int16_t c_end_key(uint16_t size, t_caps *tcaps);
int16_t c_ctrl_l(char *line, t_caps *tcaps, t_msh *msh);