From 2ee1a6d285c454ff4653a469d6a070ad74b419c8 Mon Sep 17 00:00:00 2001 From: Austen Adler Date: Fri, 1 Apr 2016 14:52:49 -0400 Subject: [PATCH] Added tiny titles --- src/render.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/render.c b/src/render.c index 9fa40f03..97da568f 100644 --- a/src/render.c +++ b/src/render.c @@ -25,10 +25,7 @@ static void render_con_dockarea(Con *con, Con *child, render_params *p); * Returns the height for the decorations */ int render_deco_height(void) { - int deco_height = config.font.height + 4; - if (config.font.height & 0x01) - ++deco_height; - return deco_height; + return config.font.height + 2; } /*