Commit fa3f3dc0b26c38aa11a225b1da0d06a84d322afe
1 parent
7b330fff
Exists in
master
and in
3 other branches
Ajustando chamadas hllapi
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
screen.c
| ... | ... | @@ -388,6 +388,8 @@ LIB3270_EXPORT int lib3270_get_cursor_address(H3270 *h) |
| 388 | 388 | LIB3270_EXPORT int lib3270_set_cursor_address(H3270 *h, int baddr) |
| 389 | 389 | { |
| 390 | 390 | CHECK_SESSION_HANDLE(h); |
| 391 | + | |
| 392 | + trace("%s(%d)",__FUNCTION__,baddr); | |
| 391 | 393 | |
| 392 | 394 | if(h->selected && !lib3270_get_toggle(h,LIB3270_TOGGLE_KEEP_SELECTED)) |
| 393 | 395 | lib3270_unselect(h); | ... | ... |