From: Takashi Iwai Date: Wed, 4 Feb 2004 19:23:44 +0000 (+0000) Subject: - fixed the color of subwindow title. X-Git-Tag: v1.0.3~13 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=d760ae6ee293165259e866c2d160169c7a7c6b21;p=alsa-utils.git - fixed the color of subwindow title. --- diff --git a/alsamixer/alsamixer.c b/alsamixer/alsamixer.c index 39a5c41..665e172 100644 --- a/alsamixer/alsamixer.c +++ b/alsamixer/alsamixer.c @@ -1224,7 +1224,7 @@ mixer_show_text (char *title, } if (l <= x2 - x1 - 1) { - mixer_dc (DC_ANY_3); + mixer_dc (DC_CBAR_LABEL); mvaddstr (y1, x1 + 1 + (x2 - x1 - l) / 2, title); } mixer_dc (DC_ANY_4);