From: Michael D. Lowis Date: Wed, 19 Sep 2018 19:32:32 +0000 (-0400) Subject: Merge branch 'view-rework' of mdlowis.com:~/git/proto/editor into view-rework X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=e9b37876836fc86aed965bb80a44823d88ba981f;p=projs%2Ftide.git Merge branch 'view-rework' of mdlowis.com:~/git/proto/editor into view-rework --- e9b37876836fc86aed965bb80a44823d88ba981f diff --cc lib/config.c index 630dd6b,711f6ea..145bf83 --- a/lib/config.c +++ b/lib/config.c @@@ -4,10 -4,14 +4,14 @@@ #include #include -char* TagString = "Del Put Undo Redo | Font Tabs | Find "; +char* TagString = "Del Put Undo Redo | Font Tabs Eol | Find "; char* Fonts[2] = { "Verdana:size=11", + #ifdef __MACH__ + "Monaco:size=11" + #else "Liberation Mono:size=11" + #endif }; int /* Integer config options */