diff options
Diffstat (limited to '')
-rw-r--r-- | src/c_keys.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/c_keys.h b/src/c_keys.h index 6b48431..4569051 100644 --- a/src/c_keys.h +++ b/src/c_keys.h @@ -13,11 +13,11 @@ #ifndef C_KEYS_H # define C_KEYS_H -short c_key_right(unsigned int len, unsigned int plen, t_caps *tcaps); -short c_key_left(unsigned int plen, t_caps *tcaps); -short c_home_key(unsigned int plen, t_caps *tcaps); -short c_end_key(unsigned short size, unsigned int plen, t_caps *tcaps); -short c_ctrl_l(char *line, t_caps *tcaps, t_msh *msh); -char *c_ctrl_c(char **line, char *buf, t_msh *msh); +short c_key_right(unsigned int len, unsigned int plen, t_caps *tcaps); +short c_key_left(unsigned int plen, t_caps *tcaps); +short c_home_key(unsigned int plen, t_caps *tcaps); +short c_end_key(unsigned short size, unsigned int plen, t_caps *tcaps); +short c_ctrl_l(char *line, t_caps *tcaps, t_msh *msh); +char *c_ctrl_c(char **line, char *buf, t_msh *msh); #endif |