From d37323d2abac52ce4d6fc8e421422db0c6bba58e Mon Sep 17 00:00:00 2001 From: "Alfred E. Heggestad" Date: Sun, 7 Aug 2016 11:53:05 +0200 Subject: change value of KEYCODE_REL to 0x04, EOT (end of transmission) --- include/baresip.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/baresip.h b/include/baresip.h index ef42f2f..1143755 100644 --- a/include/baresip.h +++ b/include/baresip.h @@ -643,7 +643,7 @@ int ui_password_prompt(char **passwordp); /* special keys */ #define KEYCODE_NONE (0x00) -#define KEYCODE_REL (-1) /* Key was released */ +#define KEYCODE_REL (0x04) /* Key was released */ #define KEYCODE_ESC (0x1b) -- cgit v1.2.3