From 869abc4d5c8d70a408b8396e17af8898a637b38c Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 13 Dec 2017 14:05:01 +0530 Subject: [PATCH] ... --- kitty/core_text.m | 1 + 1 file changed, 1 insertion(+) diff --git a/kitty/core_text.m b/kitty/core_text.m index 59404e3fa..190b31e4e 100644 --- a/kitty/core_text.m +++ b/kitty/core_text.m @@ -250,6 +250,7 @@ cell_metrics(PyObject *s, unsigned int* cell_width, unsigned int* cell_height, u *underline_position = floor(self->ascent - self->underline_position + 0.5); *underline_thickness = (unsigned int)ceil(MAX(0.1, self->underline_thickness)); *baseline = (unsigned int)self->ascent; +#undef count } PyObject*