mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-12-22 13:26:32 +01:00
close the roof of cabriolet (mixer elements w/o mute).
This commit is contained in:
parent
b18b0da438
commit
a2c30bf682
1 changed files with 7 additions and 1 deletions
|
@ -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?
|
||||
|
|
Loading…
Reference in a new issue