| 278 | #endif |
| 279 | |
| 280 | void |
| 281 | curses_got_input(void) |
| 282 | { |
| 283 | /* if messages are being suppressed, reenable them */ |
| 284 | curs_mesg_suppress_seq = -1L; |
| 285 | |
| 286 | /* misleadingly named; represents number of lines delivered since |
| 287 | player was sure to have had a chance to read them; if player |
| 288 | has just given input then there aren't any such lines right now; |
| 289 | that includes responding to More>> even though it stays same turn */ |
| 290 | turn_lines = 0; |
| 291 | } |
| 292 | |
| 293 | int |
| 294 | curses_got_output(void) |
no outgoing calls
no test coverage detected