| 970 | #endif |
| 971 | |
| 972 | void |
| 973 | term_end_screen(void) |
| 974 | { |
| 975 | term_clear_screen(); |
| 976 | really_move_cursor(); |
| 977 | buffer_fill_to_end(console.back_buffer, &clear_cell, 0, 0); |
| 978 | back_buffer_flip(); |
| 979 | FlushConsoleInputBuffer(console.hConIn); |
| 980 | } |
| 981 | |
| 982 | void |
| 983 | term_start_screen(void) |
no test coverage detected