Commit e4ad1ab2c63348fc2f0387537ef51aa0099c8401
1 parent
c66a79be
Exists in
master
and in
5 other branches
Ativando comando @P do HLLAPI
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
src/plugins/remotectl/remotectl.c
@@ -200,6 +200,7 @@ | @@ -200,6 +200,7 @@ | ||
200 | switch(*(ptr++)) | 200 | switch(*(ptr++)) |
201 | { | 201 | { |
202 | case 'P': // Print | 202 | case 'P': // Print |
203 | + pw3270_print(pw3270_get_toplevel(), NULL, GTK_PRINT_OPERATION_ACTION_PRINT, PW3270_SRC_ALL); | ||
203 | break; | 204 | break; |
204 | 205 | ||
205 | case 'E': // Enter | 206 | case 'E': // Enter |