| 1147 | } |
| 1148 | |
| 1149 | void |
| 1150 | adjust_status(struct xwindow *wp, const char *str) |
| 1151 | { |
| 1152 | if (appResources.fancy_status) |
| 1153 | adjust_status_fancy(wp, str); |
| 1154 | else |
| 1155 | adjust_status_tty(wp, str); |
| 1156 | } |
| 1157 | |
| 1158 | void |
| 1159 | create_status_window_fancy(struct xwindow *wp, /* window pointer */ |
no test coverage detected