summaryrefslogtreecommitdiffstats
path: root/src/c_input.h
diff options
context:
space:
mode:
authorsalad <fmoenne-@student.le-101.fr>2020-09-11 16:01:55 +0200
committersalad <fmoenne-@student.le-101.fr>2020-09-11 16:01:55 +0200
commit5c8ded7ac978cde22cba31d1d03086f9a60a101b (patch)
tree0f75f3f47c2c43fed7b1fd24b1d78a435310ec85 /src/c_input.h
parenthome works, not END. lets go for a bit of norming (diff)
download42-minishell-5c8ded7ac978cde22cba31d1d03086f9a60a101b.tar.gz
42-minishell-5c8ded7ac978cde22cba31d1d03086f9a60a101b.tar.bz2
42-minishell-5c8ded7ac978cde22cba31d1d03086f9a60a101b.tar.xz
42-minishell-5c8ded7ac978cde22cba31d1d03086f9a60a101b.tar.zst
42-minishell-5c8ded7ac978cde22cba31d1d03086f9a60a101b.zip
grep TODO c_utils.c
Diffstat (limited to 'src/c_input.h')
-rw-r--r--src/c_input.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/c_input.h b/src/c_input.h
index be26a79..ec833d7 100644
--- a/src/c_input.h
+++ b/src/c_input.h
@@ -15,9 +15,9 @@
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_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_ctrl_c(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);