HomeSort by: relevance | last modified time | path
    Searched defs:candim (Results 1 - 1 of 1) sorted by relevancy

  /src/games/worms/
worms.c 574 bool candim = (s = tigetstr("dim")) != (char* )-1 && s != NULL; local in function:initclr
579 candim = candim || (s = tgetstr("mh", NULL)) != NULL;
594 if (!candim && attr[i] == A_DIM)

Completed in 12 milliseconds