From: Derek J. Balling Date: Sun, 13 Jul 2014 20:21:39 +0000 (-0400) Subject: Made the '?' bold-red X-Git-Tag: v0.86~10^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43f46e8c587312f23114a417bf8c9c9fed79df13;p=thirdparty%2Fmtr.git Made the '?' bold-red --- diff --git a/curses.c b/curses.c index abcee92..41229e6 100644 --- a/curses.c +++ b/curses.c @@ -528,9 +528,9 @@ void mtr_fill_graph(int at, int cols) if (saved[i] == -2) { printw(" "); } else if (saved[i] == -1) { - attron(A_BOLD); + attrset(COLOR_PAIR(2)|A_BOLD); printw("?"); - attroff(A_BOLD); + attrset(A_NORMAL); } else { if (display_mode == 1) { if (saved[i] > scale[6]) {