diff options
Diffstat (limited to 'src/c_input.h')
-rw-r--r-- | src/c_input.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/c_input.h b/src/c_input.h index 2d8d3ba..e592ace 100644 --- a/src/c_input.h +++ b/src/c_input.h @@ -15,7 +15,8 @@ #include "s_struct.h" -int16_t c_redraw_line(char *line, t_msh *msh); -char *c_delchar(char *str, t_caps *tcaps); +int16_t c_redraw_line(char *line, uint16_t cpos, t_msh *msh); +char *c_delchar(char *str, uint16_t cpos); +uint16_t c_get_win_size(struct winsize *ws); #endif |