| 167 | winid BASE_WINDOW; |
| 168 | struct WinDesc *wins[MAXWIN]; |
| 169 | struct DisplayDesc *ttyDisplay; /* the tty display descriptor */ |
| 170 | |
| 171 | extern void cmov(int, int); /* from termcap.c */ |
| 172 | extern void nocmov(int, int); /* from termcap.c */ |
nothing calls this directly
no outgoing calls
no test coverage detected