switch default font to Monospace 9
This commit is contained in:
parent
f9b926fcb5
commit
f45220a6ee
2
config.h
2
config.h
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
static const char *url_regex = "(ftp|http)s?://[-a-zA-Z0-9.?$%&/=_~#.,:;+]*";
|
static const char *url_regex = "(ftp|http)s?://[-a-zA-Z0-9.?$%&/=_~#.,:;+]*";
|
||||||
|
|
||||||
static const char *font = "Consolas 9";
|
static const char *font = "Monospace 9";
|
||||||
static const long scrollback_lines = 1000;
|
static const long scrollback_lines = 1000;
|
||||||
|
|
||||||
static const char *foreground_color = "#dcdccc";
|
static const char *foreground_color = "#dcdccc";
|
||||||
|
|
Loading…
Reference in New Issue