nhbell() -- Beep at user. [This will exist at least until sounds are redone, since sounds aren't attributable to windows anyway.] */
| 1108 | redone, since sounds aren't attributable to windows anyway.] |
| 1109 | */ |
| 1110 | void |
| 1111 | curses_nhbell(void) |
| 1112 | { |
| 1113 | if (!flags.silent) |
| 1114 | beep(); |
| 1115 | } |
| 1116 | |
| 1117 | /* |
| 1118 | doprev_message() |
no outgoing calls
no test coverage detected