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

  /src/usr.sbin/iteconfig/
iteconfig.c 86 int ch, fd, i, iflag, max_colors, did_reset; local in function:main
163 max_colors = 1 << is.depth;
164 cm = xgetcmap(fd, max_colors);
167 if (i >= max_colors) {
176 cm = xgetcmap(fd, max_colors);
  /src/lib/libterminfo/
term.h 284 #define max_colors t_max_colors(cur_term) macro
321 * max_colors: Maximum number of colours on the screen

Completed in 14 milliseconds