From 29f8e7411540777a825e0fb30f940b6c35af288d Mon Sep 17 00:00:00 2001 From: "Michael D. Lowis" Date: Mon, 21 Nov 2016 19:24:15 -0500 Subject: [PATCH] changed default font size on non-osx systems and added undo/redo to default tag line --- inc/edit.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/edit.h b/inc/edit.h index dc0a93f..79a59ae 100644 --- a/inc/edit.h +++ b/inc/edit.h @@ -249,7 +249,7 @@ enum { #ifdef __MACH__ #define FONTNAME "Monaco:size=10:antialias=true:autohint=true" #else -#define FONTNAME "Liberation Mono:size=10.5:antialias=true:autohint=true" +#define FONTNAME "Liberation Mono:size=10:antialias=true:autohint=true" #endif #define DEFAULT_COLORSCHEME DARK #define DEFAULT_CRLF 1 @@ -273,4 +273,4 @@ enum { 0xff2aa198, \ 0xff859900 \ } -#define DEFAULT_TAGS "Quit Save Cut Copy Paste | Find " +#define DEFAULT_TAGS "Quit Save Undo Redo Cut Copy Paste | Find " -- 2.49.0