decosmetics
f2abaf8b
1 file(s) · +2 −2
| 76 | 76 | /* print prompt? */ |
|
| 77 | 77 | if(prompt) { |
|
| 78 | 78 | dc.w = promptw; |
|
| 79 | - | drawtext(&dc, prompt, normcol, False); |
|
| 79 | + | drawtext(&dc, prompt, selcol, False); |
|
| 80 | 80 | dc.x += dc.w; |
|
| 81 | 81 | } |
|
| 82 | 82 | dc.w = mw - dc.x; |
|
| 83 | - | drawtext(&dc, *text ? text : NULL, selcol, False); |
|
| 83 | + | drawtext(&dc, *text ? text : NULL, normcol, False); |
|
| 84 | 84 | drawcursor(); |
|
| 85 | 85 | XCopyArea(dpy, dc.drawable, win, dc.gc, 0, 0, mw, mh, 0, 0); |
|
| 86 | 86 | XFlush(dpy); |