/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);
|
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
|
term.h | 284 #define max_colors t_max_colors(cur_term) macro 321 * max_colors: Maximum number of colours on the screen
|