summary |
log |
commit |
diff |
tree
raw |
patch |
inline | side by side (from parent 1:
4b1fecd)
This is the style how it was before the big Xft change. The colors were
inverted, this was not the case before the change.
Reported by "zvz" on #suckless IRC, thanks!
if(prompt && *prompt) {
drw_setscheme(drw, &scheme[SchemeSel]);
if(prompt && *prompt) {
drw_setscheme(drw, &scheme[SchemeSel]);
- drw_text(drw, x, 0, promptw, bh, prompt, 1);
+ drw_text(drw, x, 0, promptw, bh, prompt, 0);
x += promptw;
}
/* draw input field */
x += promptw;
}
/* draw input field */