From 7acf8c87311bfe9c9a3109cfa200c5e49459b6fd Mon Sep 17 00:00:00 2001 From: perry.werneck@gmail.com Date: Fri, 21 Sep 2012 17:59:30 +0000 Subject: [PATCH] Implementando conversao de strings de controle no plugin HLLAPI --- kybd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kybd.c b/kybd.c index c2a57af..1462fba 100644 --- a/kybd.c +++ b/kybd.c @@ -2628,11 +2628,11 @@ LIB3270_EXPORT int lib3270_emulate_input(H3270 *hSession, const char *s, int len break; case '[': /* APL left bracket */ - key_ACharacter(hSession,(unsigned char) c, KT_STD, ia, &skipped); + key_ACharacter(hSession,(unsigned char) c, KT_STD, ia, &skipped); break; case ']': /* APL right bracket */ - key_ACharacter(hSession,(unsigned char) c, KT_STD, ia, &skipped); + key_ACharacter(hSession,(unsigned char) c, KT_STD, ia, &skipped); break; default: -- libgit2 0.21.2