this is almost an exact duplicate of hilight_value() */
| 1513 | |
| 1514 | /* this is almost an exact duplicate of hilight_value() */ |
| 1515 | static void |
| 1516 | hilight_label(Widget w) /* label widget */ |
| 1517 | { |
| 1518 | /* |
| 1519 | * This predates STATUS_HILITES. |
| 1520 | * It is used to show any changed item in inverse and gets |
| 1521 | * reset on the next turn. |
| 1522 | */ |
| 1523 | swap_fg_bg(w); |
| 1524 | } |
| 1525 | |
| 1526 | DISABLE_WARNING_FORMAT_NONLITERAL |
| 1527 |
no test coverage detected