HomeSort by: relevance | last modified time | path
    Searched refs:max_colors (Results 1 - 4 of 4) 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/libcurses/
color.c 67 if (max_colors > 0 && max_pairs > 0 &&
103 if (max_colors == -1)
106 COLORS = max_colors > MAX_COLORS ? MAX_COLORS : max_colors;
attributes.c 469 if (max_colors != 0)
  /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 17 milliseconds