Home
last modified time | relevance | path

Searched refs:NO_COLOR (Results 251 – 275 of 743) sorted by relevance

1...<<11121314151617181920>>...30

/dports/games/vultures-eye/vulture-2.3.67/slashem/win/tty/
H A Dtermcap.c1009 hilites[CLR_GRAY] = hilites[NO_COLOR] = (char *)0; in init_hilite()
1050 *fg = *bg = NO_COLOR;
1065 *fg = *bg = NO_COLOR;
1140 hilites[NO_COLOR] = hilites[CLR_GRAY]; in init_hilite()
1149 hilites[CLR_GRAY] = hilites[NO_COLOR] = (char *)0; in init_hilite()
/dports/games/vultures-eye/vulture-2.3.67/unnethack/win/tty/
H A Dtermcap.c1005 hilites[CLR_GRAY] = hilites[NO_COLOR] = (char *)0; in init_hilite()
1044 *fg = *bg = NO_COLOR;
1059 *fg = *bg = NO_COLOR;
1134 hilites[NO_COLOR] = hilites[CLR_GRAY]; in init_hilite()
1143 hilites[CLR_GRAY] = hilites[NO_COLOR] = (char *)0; in init_hilite()
/dports/sysutils/modules/modules-4.6.0/testsuite/install.00-init/
H A D010-environ.exp93 catch {unset env(NO_COLOR)}
/dports/games/unnethack/unnethack-5.1.0-20131208/win/tty/
H A Dwintty.c301 ttyDisplay->color = NO_COLOR;
1353 if (foundattr && !foundcolor) *color = NO_COLOR;
1435 int color = NO_COLOR, attr = ATR_NONE;
1473 int glyph_color = NO_COLOR;
1510 if (color != NO_COLOR) term_end_color();
2620 if(ttyDisplay->color != NO_COLOR) { in end_glyphout()
2622 ttyDisplay->color = NO_COLOR; in end_glyphout()
2744 if(ttyDisplay->color != NO_COLOR)
2747 if(color != NO_COLOR)
2783 if(ttyDisplay->color != NO_COLOR) {
[all …]
/dports/multimedia/quodlibet/quodlibet-4.3.0/quodlibet/util/
H A Ddprint.py27 NO_COLOR = '\033[0m' variable in Color
43 return text + Color.NO_COLOR
/dports/devel/p5-Term-App-Util-Color/Term-App-Util-Color-0.003/
H A DREADME54 NO_COLOR environment variable and return false if it exists. Otherwise
80 NO_COLOR
/dports/devel/git-delta/delta-0.9.2/cargo-crates/console-0.15.0/
H A DCHANGELOG.md23 * Added `NO_COLOR` support
/dports/benchmarks/hyperfine/hyperfine-1.12.0/cargo-crates/console-0.15.0/
H A DCHANGELOG.md23 * Added `NO_COLOR` support
/dports/math/mathomatic/mathomatic-ceb0861/
H A Dglobals.c94 #if LIBRARY || NO_COLOR
/dports/devel/p5-Term-App-Util-Color/Term-App-Util-Color-0.003/lib/Term/App/Util/
H A DColor.pm48 if (exists $ENV{NO_COLOR}) {
/dports/graphics/darktable/darktable-3.6.1/tools/
H A Dwatch_folder.sh46 --no-color) NO_COLOR=1 ;;
/dports/graphics/darktable38/darktable-3.8.0/tools/
H A Dwatch_folder.sh46 --no-color) NO_COLOR=1 ;;
/dports/editors/o/o-2.46.0/vendor/github.com/xyproto/textoutput/
H A DREADME.md17 // Prepare to output colored text, but respect the NO_COLOR environment variable
/dports/editors/o/o-2.46.0/vendor/github.com/xyproto/textoutput/textoutput-1.12.10/
H A DREADME.md17 // Prepare to output colored text, but respect the NO_COLOR environment variable
/dports/editors/o/o-2.46.0/vendor/github.com/xyproto/guessica/guessica-1.1.0/vendor/github.com/xyproto/textoutput/
H A DREADME.md17 // Prepare to output colored text, but respect the NO_COLOR environment variable
/dports/editors/o/o-2.46.0/vendor/github.com/xyproto/syntax/syntax-ca482ff0125a/vendor/github.com/xyproto/textoutput/
H A DREADME.md17 // Prepare to output colored text, but respect the NO_COLOR environment variable
/dports/games/xnethack/xNetHack-xnh6.1/win/curses/
H A Dcursinvt.c343 color = NO_COLOR; in curs_show_invt()
390 if (color == NO_COLOR) in curs_show_invt()
/dports/devel/p5-Data-Dump-Color/Data-Dump-Color-0.248/
H A DREADME75 will be determined from "NO_COLOR", "COLOR" environment variables,
117 NO_COLOR
/dports/games/gemrb/gemrb-0.9.0/gemrb/core/System/Logger/
H A DStdio.cpp148 #ifndef NO_COLOR in createStdioLogWriter()
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/win/X11/
H A Dwinstat.c136 return NO_COLOR;
180 X11_status_colors[i] = NO_COLOR; /* no color */ in X11_status_init()
182 hpbar_percent = 0, hpbar_color = NO_COLOR; in X11_status_init()
245 coloridx = NO_COLOR;
267 fg = (coloridx != NO_COLOR) ? get_nhcolor(xw_status_win, coloridx).pixel
316 int coloridx = NO_COLOR;
334 color = NO_COLOR;
412 fg = (coloridx != NO_COLOR) ? get_nhcolor(xw_status_win, coloridx).pixel
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/win/X11/
H A Dwinstat.c136 return NO_COLOR;
180 X11_status_colors[i] = NO_COLOR; /* no color */ in X11_status_init()
182 hpbar_percent = 0, hpbar_color = NO_COLOR; in X11_status_init()
245 coloridx = NO_COLOR;
267 fg = (coloridx != NO_COLOR) ? get_nhcolor(xw_status_win, coloridx).pixel
316 int coloridx = NO_COLOR;
334 color = NO_COLOR;
412 fg = (coloridx != NO_COLOR) ? get_nhcolor(xw_status_win, coloridx).pixel
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/termcolor-1.1.0/
H A DREADME.md91 termcolor will inspect the `TERM` and `NO_COLOR` environment variables:
93 * If `NO_COLOR` is set to any value, then colors will be suppressed.
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/termcolor-1.1.2/
H A DREADME.md91 termcolor will inspect the `TERM` and `NO_COLOR` environment variables:
93 * If `NO_COLOR` is set to any value, then colors will be suppressed.
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/termcolor-1.1.2/
H A DREADME.md91 termcolor will inspect the `TERM` and `NO_COLOR` environment variables:
93 * If `NO_COLOR` is set to any value, then colors will be suppressed.
/dports/mail/mblaze/mblaze-1.1/
H A DNEWS.md89 * mless: support $NO_COLOR
90 * mcolor: support $NO_COLOR

1...<<11121314151617181920>>...30