From 053eca355d38c1c6476fdff3128b94a78eb53fbe Mon Sep 17 00:00:00 2001 From: "Michael D. Lowis" Date: Wed, 17 May 2017 10:52:24 -0400 Subject: [PATCH] changed font selection options to match my st config. This looks correct now (not squished) --- inc/edit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/edit.h b/inc/edit.h index 7a50175..857a1e0 100644 --- a/inc/edit.h +++ b/inc/edit.h @@ -220,7 +220,7 @@ enum { #ifdef __MACH__ #define FONTNAME "Monaco:size=10:antialias=true:autohint=true" #else -#define FONTNAME "Liberation Mono:size=10:antialias=true:autohint=true" +#define FONTNAME "Liberation Mono:pixelsize=14:antialias=true:autohint=true" #endif #define DEFAULT_COLORSCHEME DARK #define DEFAULT_CRLF 0 -- 2.54.0