| 456 | } |
| 457 | |
| 458 | void |
| 459 | cl_end(void) |
| 460 | { |
| 461 | _mt_set_colors(_mt_attrs[0]); |
| 462 | clear_tty_window(_mt_window, ttyDisplay->curx, ttyDisplay->cury, CO - 1, |
| 463 | ttyDisplay->cury); |
| 464 | } |
| 465 | |
| 466 | void |
| 467 | clear_screen(void) |
nothing calls this directly
no test coverage detected