From e4ad1ab2c63348fc2f0387537ef51aa0099c8401 Mon Sep 17 00:00:00 2001 From: perry.werneck@gmail.com Date: Wed, 26 Sep 2012 22:33:15 +0000 Subject: [PATCH] Ativando comando @P do HLLAPI --- src/plugins/remotectl/remotectl.c | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/src/plugins/remotectl/remotectl.c b/src/plugins/remotectl/remotectl.c index 1b2fadd..d5f27c9 100644 --- a/src/plugins/remotectl/remotectl.c +++ b/src/plugins/remotectl/remotectl.c @@ -200,6 +200,7 @@ switch(*(ptr++)) { case 'P': // Print + pw3270_print(pw3270_get_toplevel(), NULL, GTK_PRINT_OPERATION_ACTION_PRINT, PW3270_SRC_ALL); break; case 'E': // Enter -- libgit2 0.21.2