Commit e4ad1ab2c63348fc2f0387537ef51aa0099c8401

Authored by perry.werneck@gmail.com
1 parent c66a79be

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 200 switch(*(ptr++))
201 201 {
202 202 case 'P': // Print
  203 + pw3270_print(pw3270_get_toplevel(), NULL, GTK_PRINT_OPERATION_ACTION_PRINT, PW3270_SRC_ALL);
203 204 break;
204 205  
205 206 case 'E': // Enter
... ...