readded border color, this sucks least

This commit is contained in:
Anselm R.Garbe
2006-08-10 11:12:15 +02:00
parent 4b0328f209
commit 00255728aa
5 changed files with 26 additions and 14 deletions

1
main.c
View File

@ -217,6 +217,7 @@ main(int argc, char *argv[])
/* style */
dc.bg = getcolor(BGCOLOR);
dc.fg = getcolor(FGCOLOR);
dc.border = getcolor(BORDERCOLOR);
setfont(FONT);
sx = sy = 0;