X-Git-Url: https://git.xinqibao.xyz/dmenu.git/blobdiff_plain/855a56631916bdff1438e11c232b88450f973648..d77340ed53ab7b04e289569b00cb46bd6f3ec06b:/dinput.c 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;