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

Class DisplayDesc

win/tty/wintty.c:169–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167winid BASE_WINDOW;
168struct WinDesc *wins[MAXWIN];
169struct DisplayDesc *ttyDisplay; /* the tty display descriptor */
170
171extern void cmov(int, int); /* from termcap.c */
172extern void nocmov(int, int); /* from termcap.c */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected