main: default font is 'monospace'

This commit is contained in:
Daniel Eklöf 2019-07-16 11:03:48 +02:00
parent 7f6a4f4b6b
commit 22115e1cf4
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

2
main.c
View file

@ -269,7 +269,7 @@ main(int argc, char *const *argv)
{NULL, no_argument, 0, 0},
};
const char *font_name = "Dina:pixelsize=12";
const char *font_name = "monospace";
while (true) {
int c = getopt_long(argc, argv, ":f:h", longopts, NULL);