Commit 49a55f9037473584fab33569cbbd64237bbb2839

Authored by perry.werneck@gmail.com
1 parent 22f68f35

Incluindo opção de trace com o comando montado pelo ind

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
ft.c
... ... @@ -354,6 +354,7 @@ static void set_ft_state(H3270FT *session, LIB3270_FT_STATE state);
354 354 }
355 355  
356 356 snconcat(buffer,4095,"%s","\n");
  357 + trace_ds(hSession,"\n%s file using %s",(ft->flags & LIB3270_FT_OPTION_RECEIVE) ? "Receiving" : "Sending",buffer);
357 358  
358 359 // Erase the line and enter the command.
359 360 flen = kybd_prime(ft->host);
... ...