Commit fddd6f078fdfea4f7aba23b57784831564e97bec

Authored by Perry Werneck
1 parent ebd873ba
Exists in master and in 1 other branch develop

Updating API.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/terminal/keyboard.c
@@ -243,7 +243,7 @@ @@ -243,7 +243,7 @@
243 243
244 if(utf) 244 if(utf)
245 { 245 {
246 - lib3270_input_string(GTK_V3270(widget)->host, (const unsigned char *) utf); 246 + lib3270_input_string(GTK_V3270(widget)->host, (const unsigned char *) utf, -1);
247 g_free(utf); 247 g_free(utf);
248 } 248 }
249 else 249 else