* See if the entire screen is empty. */
| 143 | * See if the entire screen is empty. |
| 144 | */ |
| 145 | public int |
| 146 | empty_screen(VOID_PARAM) |
| 147 | { |
| 148 | return (empty_lines(0, sc_height-1)); |
| 149 | } |
| 150 | |
| 151 | public int |
| 152 | empty_lines(s, e) |
no test coverage detected
searching dependent graphs…