int wchgat (WINDOW *, int, attr_t, short, const void *) {} D */
| 627 | |
| 628 | // int wchgat (WINDOW *, int, attr_t, short, const void *) {} |
| 629 | /* D */ int wclear(WINDOW *win) |
| 630 | { |
| 631 | if (werase(win) == ERR) |
| 632 | return ERR; |
| 633 | win->_clear = TRUE; |
| 634 | return OK; |
| 635 | } |
| 636 | // int wclrtobot (WINDOW *) {} |
| 637 | int wclrtoeol(WINDOW *win) { /* TODO */ return ERR; } |
| 638 | int wcolor_set(WINDOW *win, short color_pair_number, void *opts) |
no test coverage detected