Commit fa3f3dc0b26c38aa11a225b1da0d06a84d322afe

Authored by perry.werneck@gmail.com
1 parent 7b330fff

Ajustando chamadas hllapi

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
@@ -388,6 +388,8 @@ LIB3270_EXPORT int lib3270_get_cursor_address(H3270 *h) @@ -388,6 +388,8 @@ LIB3270_EXPORT int lib3270_get_cursor_address(H3270 *h)
388 LIB3270_EXPORT int lib3270_set_cursor_address(H3270 *h, int baddr) 388 LIB3270_EXPORT int lib3270_set_cursor_address(H3270 *h, int baddr)
389 { 389 {
390 CHECK_SESSION_HANDLE(h); 390 CHECK_SESSION_HANDLE(h);
  391 +
  392 + trace("%s(%d)",__FUNCTION__,baddr);
391 393
392 if(h->selected && !lib3270_get_toggle(h,LIB3270_TOGGLE_KEEP_SELECTED)) 394 if(h->selected && !lib3270_get_toggle(h,LIB3270_TOGGLE_KEEP_SELECTED))
393 lib3270_unselect(h); 395 lib3270_unselect(h);