updated to libdraw tip

This commit is contained in:
Connor Lane Smith
2010-07-27 13:40:32 +01:00
parent 855a566319
commit da7a799121
2 changed files with 6 additions and 3 deletions

View File

@ -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;