diff options
author | salad <fmoenne-@student.le-101.fr> | 2020-09-18 14:51:08 +0200 |
---|---|---|
committer | salad <fmoenne-@student.le-101.fr> | 2020-09-18 14:51:08 +0200 |
commit | 3ab54c00fd08f02f246488629442866c8eb604b1 (patch) | |
tree | ab4bca754ad2220ef2f704d6dc9f721606dc9b33 /src/c_keys.h | |
parent | norm, new file, ctrl + c (diff) | |
download | 42-minishell-3ab54c00fd08f02f246488629442866c8eb604b1.tar.gz 42-minishell-3ab54c00fd08f02f246488629442866c8eb604b1.tar.bz2 42-minishell-3ab54c00fd08f02f246488629442866c8eb604b1.tar.xz 42-minishell-3ab54c00fd08f02f246488629442866c8eb604b1.tar.zst 42-minishell-3ab54c00fd08f02f246488629442866c8eb604b1.zip |
full bugged, mais full features
Diffstat (limited to 'src/c_keys.h')
-rw-r--r-- | src/c_keys.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/c_keys.h b/src/c_keys.h index e492499..d261824 100644 --- a/src/c_keys.h +++ b/src/c_keys.h @@ -13,8 +13,8 @@ #ifndef C_KEYS_H #define C_KEYS_H -int16_t c_key_right(uint32_t len, t_caps *tcaps); -int16_t c_key_left(uint32_t len, t_caps *tcaps); +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_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); |