diff options
author | salad <fmoenne-@student.le-101.fr> | 2020-09-11 14:29:48 +0200 |
---|---|---|
committer | salad <fmoenne-@student.le-101.fr> | 2020-09-11 14:29:48 +0200 |
commit | f9671485f8049fbc6909cc757eae851ac1b5e3b9 (patch) | |
tree | 1c1b8074f9478f34642487b929bedff093394636 /src/c_input.h | |
parent | remove perruches (diff) | |
download | 42-minishell-f9671485f8049fbc6909cc757eae851ac1b5e3b9.tar.gz 42-minishell-f9671485f8049fbc6909cc757eae851ac1b5e3b9.tar.bz2 42-minishell-f9671485f8049fbc6909cc757eae851ac1b5e3b9.tar.xz 42-minishell-f9671485f8049fbc6909cc757eae851ac1b5e3b9.tar.zst 42-minishell-f9671485f8049fbc6909cc757eae851ac1b5e3b9.zip |
home works, not END. lets go for a bit of norming
Diffstat (limited to '')
-rw-r--r-- | src/c_input.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/c_input.h b/src/c_input.h index d008436..be26a79 100644 --- a/src/c_input.h +++ b/src/c_input.h @@ -18,5 +18,7 @@ int16_t c_key_left(uint32_t len, t_caps *tcaps); int16_t c_new_line(char *buf, char **line, t_msh *msh, t_caps *tcaps); int16_t c_back_slash(char **line, t_caps *tcaps); int16_t c_ctrl_l(char *line, t_caps *tcaps, t_msh *msh); +int16_t c_home_key(t_caps *tcaps); +int16_t c_end_key(uint16_t size, t_caps *tcaps); #endif |