From: Takashi Iwai Date: Thu, 1 Mar 2001 17:40:17 +0000 (+0000) Subject: close the roof of cabriolet (mixer elements w/o mute). X-Git-Tag: v1.0.3~239 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=a2c30bf6826aca00c4a670f3ea0899f3ec18fd24;p=alsa-utils.git close the roof of cabriolet (mixer elements w/o mute). --- diff --git a/alsamixer/alsamixer.c b/alsamixer/alsamixer.c index 64ed904..1ae1b54 100644 --- a/alsamixer/alsamixer.c +++ b/alsamixer/alsamixer.c @@ -763,7 +763,13 @@ mixer_update_cbar (int elem_index) mvaddch (y, x + 4, mixer_dc (dc)); mixer_dc (DC_CBAR_FRAME); mvaddch (y, x + 5, ACS_URCORNER); - } + } else { + mixer_dc (DC_CBAR_FRAME); + mvaddch (y, x + 2, ACS_ULCORNER); + mvaddch (y, x + 3, ACS_HLINE); + mvaddch (y, x + 4, ACS_HLINE); + mvaddch (y, x + 5, ACS_URCORNER); + } y--; /* capture input?