diff --git a/src/gtk2/screen.c b/src/gtk2/screen.c index d386de8..3376496 100644 --- a/src/gtk2/screen.c +++ b/src/gtk2/screen.c @@ -215,8 +215,8 @@ } // NOTE (perry#1#): Is it the best way? -// Input_String((const unsigned char *) input); - lib3270_set_string(hSession, (const unsigned char *) input); + Input_String((const unsigned char *) input); + // lib3270_set_string(hSession, (const unsigned char *) input); g_free(input); } -- libgit2 0.21.2