| 471 | } |
| 472 | |
| 473 | void |
| 474 | cl_eos(void) |
| 475 | { |
| 476 | _mt_set_colors(_mt_attrs[0]); |
| 477 | clear_tty_window(_mt_window, ttyDisplay->curx, ttyDisplay->cury, CO - 1, |
| 478 | LI - 1); |
| 479 | } |
| 480 | |
| 481 | void |
| 482 | home(void) |
nothing calls this directly
no test coverage detected