| 1525 | */ |
| 1526 | |
| 1527 | void |
| 1528 | genl_putmixed(winid window, int attr, const char *str) |
| 1529 | { |
| 1530 | char buf[BUFSZ]; |
| 1531 | |
| 1532 | /* now send it to the normal putstr */ |
| 1533 | putstr(window, attr, decode_mixed(buf, str)); |
| 1534 | } |
| 1535 | |
| 1536 | /* possibly called to show usage info during command line processing when |
| 1537 | an interface hasn't yet been chosen and set up */ |
nothing calls this directly
no test coverage detected