| 534 | } |
| 535 | |
| 536 | void wsyncup(WINDOW *win) |
| 537 | { |
| 538 | WINDOW *tmp; |
| 539 | |
| 540 | PDC_LOG(("wsyncup() - called\n")); |
| 541 | |
| 542 | for (tmp = win; tmp; tmp = tmp->_parent) |
| 543 | touchwin(tmp); |
| 544 | } |
| 545 | |
| 546 | int syncok(WINDOW *win, bool bf) |
| 547 | { |
no test coverage detected
searching dependent graphs…