| 1439 | } |
| 1440 | |
| 1441 | void |
| 1442 | term_end_attr(int attr) |
| 1443 | { |
| 1444 | if (attr) { |
| 1445 | const char *astr = e_atr2str(attr); |
| 1446 | |
| 1447 | if (astr && *astr) |
| 1448 | xputs(astr); |
| 1449 | } |
| 1450 | } |
| 1451 | |
| 1452 | /* this is called 'start bold' but HI is derived from SO (standout) rather |
| 1453 | than from MD (start bold attribute) */ |
no test coverage detected