From: Michael D. Lowis Date: Tue, 22 Nov 2016 00:24:15 +0000 (-0500) Subject: changed default font size on non-osx systems and added undo/redo to default tag line X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=29f8e7411540777a825e0fb30f940b6c35af288d;p=projs%2Ftide.git changed default font size on non-osx systems and added undo/redo to default tag line --- 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 "