Searched refs:tty_try_colour (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/bsd/tmux/dist/
H A Dtty.c38 static int tty_try_colour(struct tty *, int, const char *);
2977 if (tty_try_colour(tty, gc->fg, "38") == 0)
3009 if (tty_try_colour(tty, gc->bg, "48") == 0)
3081 tty_try_colour(struct tty *tty, int colour, const char *type) function

Completed in 130 milliseconds