From 541d187f9fa37f79b5815a5d4d52ac5ad5bf2bab Mon Sep 17 00:00:00 2001 From: salad Date: Mon, 2 Nov 2020 15:23:19 +0100 Subject: merge happenned --- src/c_keys.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/c_keys.h') diff --git a/src/c_keys.h b/src/c_keys.h index 12b17ee..d64a908 100644 --- a/src/c_keys.h +++ b/src/c_keys.h @@ -13,10 +13,10 @@ #ifndef C_KEYS_H # define C_KEYS_H -int16_t c_key_right(uint32_t len, uint32_t plen, t_caps *tcaps); -int16_t c_key_left(uint32_t plen, t_caps *tcaps); -int16_t c_home_key(uint32_t plen, t_caps *tcaps); -int16_t c_end_key(uint16_t size, uint32_t plen, t_caps *tcaps); -int16_t c_ctrl_l(char *line, t_caps *tcaps, 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); #endif -- cgit v1.2.3