diff options
Diffstat (limited to 'src/c_keys.h')
-rw-r--r-- | src/c_keys.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/c_keys.h b/src/c_keys.h index e492499..d261824 100644 --- a/src/c_keys.h +++ b/src/c_keys.h @@ -13,8 +13,8 @@ #ifndef C_KEYS_H #define C_KEYS_H -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_key_right(uint32_t len, uint32_t plen, t_caps *tcaps); +int16_t c_key_left(uint32_t len, uint32_t plen, t_caps *tcaps); int16_t c_home_key(t_caps *tcaps); int16_t c_end_key(uint16_t size, t_caps *tcaps); int16_t c_ctrl_l(char *line, t_caps *tcaps, t_msh *msh); |