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