Home
last modified time | relevance | path

Searched refs:BriteMode (Results 1 – 3 of 3) sorted by relevance

/dports/editors/jove/jove/
H A Ddisp.h73 extern bool BriteMode; /* VAR: make the mode line inverse? */
H A Ddisp.c1101 bool BriteMode = YES; /* VAR: make the mode line inverse? */ variable
1149 BriteMode = NO; /* we can't do it */
1152 fillc = BriteMode? ' ' : '-';
1374 if (BriteMode) {
H A Dvars.tab84 { VARIABLE, "mode-line-should-standout", VAR(&BriteMode), V_BOOL|V_MODELINE },