Changed default font to support more encodings; fixed issue #66
This commit is contained in:
parent
fd519ffc40
commit
65d5d44696
2
Makefile
2
Makefile
@ -1,4 +1,4 @@
|
||||
VERSION = git-20120817
|
||||
VERSION = git-20120824
|
||||
|
||||
PREFIX = /usr/local
|
||||
MANPREFIX = $(PREFIX)/share/man
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user