diff options
Diffstat (limited to 'dinput.c')
-rw-r--r-- | dinput.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |