X-Git-Url: https://git.deb.at/w?a=blobdiff_plain;f=ui.c;fp=ui.c;h=1923138da1d45ac9d44637cd6a986bd128a54c76;hb=0f71d26e346631862bc00473662e674df3faa57f;hp=5603d4cc0e433ee61b07efda47277840c5fa1ff4;hpb=d3d7a0e6f276ab5a83fac0ff69b7d19614131b5c;p=pkg%2Fabook.git diff --git a/ui.c b/ui.c index 5603d4c..1923138 100644 --- a/ui.c +++ b/ui.c @@ -237,7 +237,7 @@ statusline_addstr(const char *str) static void statusline_addhlstr(const char *str) { -#if defined(A_BOLD) && defined(A_NORMAL) +#if defined(A_BOLD) && defined(A_NORMAL) && defined(A_DIM) const char *p = str, *start = str; char *tmp; int pos = 0;