]> git.mdlowis.com Git - projs/tide.git/commitdiff
Merge branch 'view-rework' of mdlowis.com:~/git/proto/editor into view-rework
authorMichael D. Lowis <mike.lowis@gentex.com>
Wed, 19 Sep 2018 19:32:32 +0000 (15:32 -0400)
committerMichael D. Lowis <mike.lowis@gentex.com>
Wed, 19 Sep 2018 19:32:32 +0000 (15:32 -0400)
1  2 
lib/config.c

diff --cc lib/config.c
index 630dd6baac1489c26a54ef4716fd1b3748af984f,711f6ea4a2e2186fc7cbbd8c528e63a1864c166a..145bf831ae00e7e76e2fec14c78421b1b45c2a08
@@@ -4,10 -4,14 +4,14 @@@
  #include <utf.h>
  #include <edit.h>
  
 -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 */