called by options handling when 'statushilites' value is changed */
| 2318 | |
| 2319 | /* called by options handling when 'statushilites' value is changed */ |
| 2320 | void |
| 2321 | reset_status_hilites(void) |
| 2322 | { |
| 2323 | if (iflags.hilite_delta) { |
| 2324 | int i; |
| 2325 | |
| 2326 | for (i = 0; i < MAXBLSTATS; ++i) |
| 2327 | gb.blstats[0][i].time = gb.blstats[1][i].time = 0L; |
| 2328 | gu.update_all = TRUE; |
| 2329 | } |
| 2330 | disp.botlx = TRUE; |
| 2331 | } |
| 2332 | |
| 2333 | /* test whether the text from a title rule matches the string for |
| 2334 | title-while-polymorphed in the 'textmatch' menu */ |
no outgoing calls
no test coverage detected