Commit f16069c232a4ea0e7fe99c6d28497f037f47d703

Authored by perry.werneck@gmail.com
1 parent 2b012bd5

Work in progress

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
selection.c
... ... @@ -600,7 +600,7 @@ LIB3270_EXPORT int lib3270_drag_selection(H3270 *h, unsigned char flag, int orig
600 600 else if((flag&0x8F) == SELECTION_ACTIVE)
601 601 return lib3270_move_selected_area(h,origin,baddr);
602 602  
603   - trace("%s",__FUNCTION__);
  603 +// trace("%s",__FUNCTION__);
604 604  
605 605 row = baddr/h->cols;
606 606 col = baddr%h->cols;
... ...