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