| 238 | } |
| 239 | |
| 240 | boolean |
| 241 | check_tty_wincap2(unsigned long wincap2) |
| 242 | { |
| 243 | struct win_choices *wc = win_choices_find("tty"); |
| 244 | |
| 245 | if (wc) |
| 246 | return ((wc->procs->wincap2 & wincap2) == wincap2); |
| 247 | return FALSE; |
| 248 | } |
| 249 | #endif |
| 250 | |
| 251 | #if defined(WINCHAIN) || defined(TTY_GRAPHICS) |
nothing calls this directly
no test coverage detected