MCPcopy Create free account
hub / github.com/NetHack/NetHack / check_tty_wincap2

Function check_tty_wincap2

src/windows.c:240–248  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

238}
239
240boolean
241check_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)

Callers

nothing calls this directly

Calls 1

win_choices_findFunction · 0.85

Tested by

no test coverage detected