Changed default font to support more encodings; fixed issue #66

This commit is contained in:
Bert Münnich 2012-08-24 18:25:03 +02:00
parent fd519ffc40
commit 65d5d44696
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
VERSION = git-20120817
VERSION = git-20120824
PREFIX = /usr/local
MANPREFIX = $(PREFIX)/share/man

View File

@ -9,7 +9,7 @@ enum {
/* bar font:
* (see X(7) section "FONT NAMES" for valid values)
*/
static const char * const BAR_FONT = "fixed";
static const char * const BAR_FONT = "-*-fixed-medium-r-*-*-13-*-*-*-*-60-*-*";
/* colors:
* (see X(7) section "COLOR NAMES" for valid values)