From fddd6f078fdfea4f7aba23b57784831564e97bec Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Fri, 9 Aug 2019 15:40:00 -0300 Subject: [PATCH] Updating API. --- src/terminal/keyboard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/terminal/keyboard.c b/src/terminal/keyboard.c index 6603289..5db6ffd 100644 --- a/src/terminal/keyboard.c +++ b/src/terminal/keyboard.c @@ -243,7 +243,7 @@ if(utf) { - lib3270_input_string(GTK_V3270(widget)->host, (const unsigned char *) utf); + lib3270_input_string(GTK_V3270(widget)->host, (const unsigned char *) utf, -1); g_free(utf); } else -- libgit2 0.21.2