]> git.mdlowis.com Git - projs/tide.git/commitdiff
change line spacing to 0 on osx
authorMichael D. Lowis <mike@mdlowis.com>
Thu, 18 May 2017 02:14:27 +0000 (22:14 -0400)
committerMichael D. Lowis <mike@mdlowis.com>
Thu, 18 May 2017 02:14:27 +0000 (22:14 -0400)
inc/edit.h

index 857a1e09565a21f69745660a338a56dc19c3dfff..e4a2b1f869974b186e954afba477093ef7faa490 100644 (file)
@@ -213,7 +213,11 @@ enum {
     BufSize       = 8192, /* default buffer size */
     FontCacheSize = 16,   /* Maximum number of fonts allowed in the font cache */
     EventTimeout  = 100,  /* Maximum blocking wait time for events */
+#ifdef __MACH__
+    LineSpacing   = 0,    /* Number of pixels for spacing between lines */
+#else
     LineSpacing   = 2,    /* Number of pixels for spacing between lines */
+#endif
 };
 
 /* choose the font to  use for xft */