Commit d79ebe0a371e5dde97d56a521d3b24401fd74aa6

Authored by perry.werneck@gmail.com
1 parent 5e3cec04
Exists in master and in 1 other branch develop

Mudando tratamento das entradas de teclado para melhorar a performance

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
keyboard.c
... ... @@ -261,7 +261,8 @@
261 261  
262 262 if(utf)
263 263 {
264   - lib3270_set_string(GTK_V3270(widget)->host, (const unsigned char *) utf);
  264 + lib3270_input_string(GTK_V3270(widget)->host, (const unsigned char *) utf);
  265 +// lib3270_set_string(GTK_V3270(widget)->host, (const unsigned char *) utf);
265 266 g_free(utf);
266 267 }
267 268 else
... ...