Home
last modified time | relevance | path

Searched refs:colorpair (Results 1 – 25 of 41) sorted by relevance

12

/dports/shells/zsh-navigation-tools/zsh-navigation-tools-2.2.7/.config/znt/
H A Dn-list.conf6 local colorpair="white/black"
43 colorpair=${znt_list_colorpair:-$colorpair}
/dports/shells/ohmyzsh/ohmyzsh-6babcbd8841335a3c25ec960ff57ab9a139c9073/plugins/zsh-navigation-tools/.config/znt/
H A Dn-list.conf6 local colorpair="white/black"
43 colorpair=${znt_list_colorpair:-$colorpair}
/dports/devel/mercurial/mercurial-6.0/mercurial/
H A Dcrecord.py1120 colorpair = pair
1135 if colorpair < 256:
1138 colorpair |= textattr
1143 colorpair |= textattr
1310 colorpair = self.getcolorpair(
1351 colorpair = self.getcolorpair(
1591 colorpair = self.colorpairs[
1607 if colorpair < 256:
1610 colorpair |= textattr
1615 colorpair |= textattrib
[all …]
/dports/games/hyperrogue/hyperrogue-12.0f/rogueviz/
H A Drogueviz.h83 struct colorpair { struct
89 colorpair(color_t col = 0xC0C0C0FF) { shade = 0; color1 = color2 = col; } argument
95 colorpair cp;
135 extern colorpair dftcolor;
248 colorpair perturb(colorpair cp);
249 void queuedisk(const shiftmatrix& V, const colorpair& cp, bool legend, const string* info, int i);
H A Drogueviz.cpp100 colorpair perturb(colorpair cp) { in perturb()
106 colorpair parse(string s) { in parse()
107 colorpair cp; in parse()
225 vd.cp = colorpair(0x400000FF); in addedge()
256 colorpair dftcolor = 0x282828FF;
307 vd.cp = colorpair(dftcolor); in read()
445 vd.cp = colorpair(rand() & 0xFFFFFFFF); in activate()
491 void queuedisk(const shiftmatrix& V, const colorpair& cp, bool legend, const string* info, int i) { in queuedisk()
840 colorpair x; in readcolor()
H A Dspiral.cpp55 void color(ld start, ld period, colorpair c) { in color()
/dports/math/sc/sc-7.16/
H A Dcolor.c27 struct colorpair *cpairs[8];
37 (struct colorpair *)scxmalloc((unsigned)sizeof(struct colorpair)); in initcolor()
118 (struct colorpair *)scxmalloc((unsigned)sizeof(struct colorpair)); in change_color()
/dports/shells/zsh/zsh-5.8.1/Src/Modules/
H A Dcurses.c78 short colorpair; member
331 zcurses_colorget(const char *nam, char *colorpair) in zcurses_colorget() argument
342 !(cpn = (Colorpairnode) gethashnode2(zcurses_colorpairs, colorpair))) { in zcurses_colorget()
344 cp = ztrdup(colorpair); in zcurses_colorget()
392 cpn->colorpair = next_cp; in zcurses_colorget()
405 if (cpn->colorpair == (short)cp) in zcurses_colornode()
479 cpn->colorpair = 0; in zccmd_init()
865 wcolor_set(w->win, cpn->colorpair, NULL) == ERR) in zccmd_attr()
932 else if (cpn->colorpair >= 256) { in zccmd_bg()
935 cpn->node.nam, cpn->colorpair); in zccmd_bg()
[all …]
/dports/shells/zsh-navigation-tools/zsh-navigation-tools-2.2.7/
H A Dn-list-input42 colorpair="${theme%/*}"
44 background="${colorpair#*/}"
45 zcurses bg main "$colorpair"
46 zcurses bg inner "$colorpair"
H A Dn-list232 [ "$colorpair" = "" ] && colorpair="white/black"
234 local background="${colorpair#*/}"
235 local backuptheme="$colorpair/$bold"
236 zcurses bg main "$colorpair"
237 zcurses bg inner "$colorpair"
H A Dn-list-draw84 zcurses attr "$win" "$colorpair"
112 zcurses attr "$win" "$bold" "$colorpair"
/dports/shells/ohmyzsh/ohmyzsh-6babcbd8841335a3c25ec960ff57ab9a139c9073/plugins/zsh-navigation-tools/
H A Dn-list-input42 colorpair="${theme%/*}"
44 background="${colorpair#*/}"
45 zcurses bg main "$colorpair"
46 zcurses bg inner "$colorpair"
H A Dn-list232 [ "$colorpair" = "" ] && colorpair="white/black"
234 local background="${colorpair#*/}"
235 local backuptheme="$colorpair/$bold"
236 zcurses bg main "$colorpair"
237 zcurses bg inner "$colorpair"
H A Dn-list-draw84 zcurses attr "$win" "$colorpair"
112 zcurses attr "$win" "$bold" "$colorpair"
/dports/shells/zsh-navigation-tools/zsh-navigation-tools-2.2.7/doc/
H A Dn-preview22 [[ "$colorpair" = "" ]] && colorpair="white/black"
23 local background="${colorpair#*/}"
/dports/net-mgmt/kismet/kismet-2016-07-R1/
H A Dkis_panel_widgets.cc101 if ((colorpair & A_BOLD) == 0) in Mvwaddnstr()
179 if (colorpair.size() < 1) in AddColor()
180 colorpair.push_back("white"); in AddColor()
181 if (colorpair.size() < 2) in AddColor()
182 colorpair.push_back("black"); in AddColor()
184 colorpair[0] = StrLower(colorpair[0]); in AddColor()
185 colorpair[1] = StrLower(colorpair[1]); in AddColor()
188 string clr = colorpair[x]; in AddColor()
231 cr.color[0] = colorpair[0]; in AddColor()
232 cr.color[1] = colorpair[1]; in AddColor()
[all …]
/dports/editors/dhex/dhex_0.69/
H A Doutput.h11 void colorpair(tOutput* output,uicolors uicol,short fg,short bg,int attr);
H A Dconfigfile.c166 colorpair(output,colorGroups[i].uicol,fg,bg,attrsret); in getcolors()
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/pancurses-0.16.1/src/
H A Dlib.rs40 pub mod colorpair; module
41 pub use colorpair::ColorPair;
H A Dattributes.rs4 use super::colorpair::ColorPair;
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/pancurses-0.16.1/src/
H A Dlib.rs40 pub mod colorpair;
41 pub use colorpair::ColorPair;
H A Dattributes.rs4 use super::colorpair::ColorPair;
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/pancurses-0.17.0/src/
H A Dlib.rs40 pub mod colorpair;
41 pub use crate::colorpair::ColorPair;
/dports/games/hyperrogue/hyperrogue-12.0f/
H A Dmonstermove.cpp1281 EX int inpair(cell *c, int colorpair) { in inpair() argument
1282 return (colorpair >> pattern_threecolor(c)) & 1; in inpair()
1293 EX void hexvisit(cell *c, cell *from, int d, bool mounted, int colorpair) { in hexvisit() argument
1305 if(c->monst == moHexSnake && snake_pair(c) == colorpair) { in hexvisit()
1308 if(!inpair(from, colorpair)) return; in hexvisit()
1328 EX void movehex(bool mounted, int colorpair) { in movehex() argument
1347 for(int t=0; t<c->type; t++) if(c->move(t) && inpair(c->move(t), colorpair)) in movehex()
1352 hexvisit(c->move(t), c, t, mounted, colorpair); in movehex()
1360 int colorpair; in movehex_rest() local
1362 colorpair = snake_pair(c); in movehex_rest()
[all …]
/dports/devel/notcurses/notcurses-3.0.1/doc/man/man3/
H A Dnotcurses_stop.3.md41 Respectively, these restore the default colorpair to its original value

12