HomeSort by: relevance | last modified time | path
    Searched refs:colours (Results 1 - 12 of 12) sorted by relevancy

  /src/external/bsd/tmux/dist/
image-sixel.c 44 u_int *colours; member in struct:sixel_image
211 log_debug("%s: too many colours", __func__);
250 si->colours = xrecallocarray(si->colours, si->ncolours, c + 1,
251 sizeof *si->colours);
254 si->colours[c] = (type << 25) | (c1 << 16) | (c2 << 8) | c3;
373 free(si->colours);
387 log_debug("%s: colour %u is %07x", __func__, i, si->colours[i]);
418 u_int oy, u_int sx, u_int sy, int colours)
477 if (colours && si->ncolours != 0)
576 u_int *colours, ncolours, used_colours, i, c, y; local
    [all...]
colour.c 52 * Note that the xterm has much lower resolution for darker colours (they are
405 } colours[] = { local
1001 for (i = 0; i < nitems(colours); i++) {
1002 if (strcasecmp(colours[i].name, name) == 0)
1003 return (colours[i].c|COLOUR_FLAG_RGB);
1138 o = options_get(oo, "pane-colours");
tty.c 2722 /* Copy cell and update default colours. */
2754 /* Fix up the colours if necessary. */
2767 * Set the colours. This may call tty_reset() (so it comes next) and
2829 * best solution might be to reset both colours to default, in which
2835 * If don't have AX, send sgr0. This resets both colours to default.
2873 u_int colours; local
2900 /* How many colours does this terminal have? */
2902 colours = 256;
2904 colours = tty_term_number(tty->term, TTYC_COLORS);
2909 if (colours >= 256
2942 u_int colours; local
    [all...]
  /src/lib/libcurses/
color.c 40 /* Have we initialised colours? */
50 /* Flags for colours and pairs */
61 * Check if terminal has colours.
77 * Check if terminal can change colours.
101 /* Max colours and colour pairs */
195 /* Set up initial 8 colours */
196 #define RGB_ON 680 /* Allow for bright colours */
214 /* Initialise other colours */
216 _cursesi_screen->colours[i].red = 0;
217 _cursesi_screen->colours[i].green = 0
    [all...]
curses_private.h 179 /* Maximum colours */
239 struct __color colours[MAX_COLORS]; member in struct:__screen
  /src/games/sail/
pl_4.c 98 if ((tolower((unsigned char)c) == *buf || colours(sp) == *buf)
misc.c 179 colours(struct ship *sp) function
extern.h 307 int colours(struct ship *);
pl_7.c 583 waddch(view_w, colours(sp));
761 colours(ms),
sync.c 178 ship->shipname, colours(ship), sterncolour(ship));
  /src/sys/arch/atari/stand/bootpref/
bootpref.c 299 "\t[-c colours] [-n] [-p] [-t] [-v] [-4] [-8]\n"
596 u_char colours; local
598 colours = vid2 & 0x07;
600 switch (colours) {
617 printf (" colours, ");
  /src/tests/lib/libcurses/slave/
curses_commands.c 248 short colours; local
253 retval = attr_get(&attrs, &colours, NULL);
258 report_int(colours);

Completed in 25 milliseconds