From d79ebe0a371e5dde97d56a521d3b24401fd74aa6 Mon Sep 17 00:00:00 2001 From: perry.werneck@gmail.com Date: Mon, 1 Oct 2012 14:56:49 +0000 Subject: [PATCH] Mudando tratamento das entradas de teclado para melhorar a performance --- keyboard.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/keyboard.c b/keyboard.c index bac54cb..8250100 100644 --- a/keyboard.c +++ b/keyboard.c @@ -261,7 +261,8 @@ if(utf) { - lib3270_set_string(GTK_V3270(widget)->host, (const unsigned char *) utf); + lib3270_input_string(GTK_V3270(widget)->host, (const unsigned char *) utf); +// lib3270_set_string(GTK_V3270(widget)->host, (const unsigned char *) utf); g_free(utf); } else -- libgit2 0.21.2