X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=dinput.c;h=e861afce967048f39adc8faa86d4d2ddd836ad46;hb=da7a79912124743e7fbbef81c2450aeaf4ccca87;hp=e22bc35797db0d1df6c75e691934f392cceb64ba;hpb=855a56631916bdff1438e11c232b88450f973648;p=dmenu.git diff --git a/dinput.c b/dinput.c index e22bc35..e861afc 100644 --- a/dinput.c +++ b/dinput.c @@ -30,7 +30,7 @@ drawbar(void) dc.y = 0; dc.w = mw; dc.h = mh; - drawtext(&dc, NULL, normcol); + drawbox(&dc, normcol); /* print prompt? */ if(prompt) { dc.w = promptw;