From f16069c232a4ea0e7fe99c6d28497f037f47d703 Mon Sep 17 00:00:00 2001 From: perry.werneck@gmail.com Date: Wed, 18 Apr 2012 11:45:23 +0000 Subject: [PATCH] Work in progress --- selection.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selection.c b/selection.c index ecc3979..c57af9d 100644 --- a/selection.c +++ b/selection.c @@ -600,7 +600,7 @@ LIB3270_EXPORT int lib3270_drag_selection(H3270 *h, unsigned char flag, int orig else if((flag&0x8F) == SELECTION_ACTIVE) return lib3270_move_selected_area(h,origin,baddr); - trace("%s",__FUNCTION__); +// trace("%s",__FUNCTION__); row = baddr/h->cols; col = baddr%h->cols; -- libgit2 0.21.2