aboutsummaryrefslogtreecommitdiff
path: root/dinput.c
diff options
context:
space:
mode:
Diffstat (limited to 'dinput.c')
-rw-r--r--dinput.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dinput.c b/dinput.c
index e22bc35..e861afc 100644
--- a/dinput.c
+++ b/dinput.c
@@ -30,7 +30,7 @@ drawbar(void)
30 dc.y = 0; 30 dc.y = 0;
31 dc.w = mw; 31 dc.w = mw;
32 dc.h = mh; 32 dc.h = mh;
33 drawtext(&dc, NULL, normcol); 33 drawbox(&dc, normcol);
34 /* print prompt? */ 34 /* print prompt? */
35 if(prompt) { 35 if(prompt) {
36 dc.w = promptw; 36 dc.w = promptw;