diff options
author | salad <fmoenne-@student.le-101.fr> | 2020-09-20 13:51:01 +0200 |
---|---|---|
committer | salad <fmoenne-@student.le-101.fr> | 2020-09-20 13:51:01 +0200 |
commit | 0a5e031d87dc504e6928bca1b74a6e081c76b870 (patch) | |
tree | 1e180c7f755e716083f31feda87f5db338635c44 /src/c_input.h | |
parent | full bugged, mais full features (diff) | |
download | 42-minishell-0a5e031d87dc504e6928bca1b74a6e081c76b870.tar.gz 42-minishell-0a5e031d87dc504e6928bca1b74a6e081c76b870.tar.bz2 42-minishell-0a5e031d87dc504e6928bca1b74a6e081c76b870.tar.xz 42-minishell-0a5e031d87dc504e6928bca1b74a6e081c76b870.tar.zst 42-minishell-0a5e031d87dc504e6928bca1b74a6e081c76b870.zip |
reworking redraw line lets go
Diffstat (limited to 'src/c_input.h')
-rw-r--r-- | src/c_input.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/c_input.h b/src/c_input.h index e621061..b529a88 100644 --- a/src/c_input.h +++ b/src/c_input.h @@ -15,5 +15,6 @@ int16_t c_back_slash(char **line, t_caps *tcaps); int16_t c_ctrl_c(char *line, t_caps *tcaps, t_msh *msh); +uint32_t c_get_line_num(char *line, uint32_t cpos, uint32_t plen, t_caps *tcaps); #endif |