mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-10 00:25:43 +01:00
* Sun Feb 21 02:23:52 1999 Tim Janik <timj@gtk.org>
* * * don't abort if snd_mixer_* functions failed due to EINTR, * we simply retry on the next cycle. hopefully asoundlib preserves * errno states correctly (Jaroslav can you asure that?). * * * feature WINCH correctly, so we make a complete relayout on * screen resizes. don't abort on too-small screen sizes anymore, * but simply beep. * * * redid the layout algorithm to fix some bugs and to preserve * space for a flag indication line. the channels are * nicer spread horizontally now (i.e. we also pad on the left and * right screen bounds now). * * * various other minor fixes. * * * indicate whether ExactMode is active or not. * * * fixed coding style to follow the GNU coding conventions. * * * reverted record volume changes since they broke ExactMode display. * * * composed ChangeLog entries.
This commit is contained in:
parent
4775b46362
commit
d47938eab3
3 changed files with 953 additions and 823 deletions
|
@ -79,5 +79,6 @@ You can exit with ALT + Q, or by hitting ESC.
|
|||
|
||||
-----------------------------------------------------------------
|
||||
|
||||
alsamixer is by Jaroslav Kysela <perex@jcu.cz>
|
||||
This document is by Paul Winkler <zarmzarm@erols.com>
|
||||
Alsamixer has been written by Tim Janik <timj@gtk.org> and
|
||||
been furtherly improved by Jaroslav Kysela <perex@jcu.cz>.
|
||||
This document was provided by Paul Winkler <zarmzarm@erols.com>.
|
||||
|
|
|
@ -107,15 +107,14 @@ arecord(1)
|
|||
\fP
|
||||
|
||||
.SH BUGS
|
||||
None known. Some terminal emulators (e.g. \fBnxterm\fP) may not
|
||||
There is no help screen implemented yet. Some terminal emulators
|
||||
(e.g. \fBnxterm\fP) may not
|
||||
work quite right with ncurses, but that's their own damn
|
||||
fault. Plain old \fBxterm\fP seems to be fine.
|
||||
|
||||
.SH AUTHOR
|
||||
\fBalsamixer\fP is by Jaroslav Kysela <perex@jcu.cz>
|
||||
This document is by Paul Winkler <zarmzarm@erols.com>.
|
||||
|
||||
|
||||
|
||||
|
||||
.B alsamixer
|
||||
has been written by Tim Janik <timj@gtk.org> and
|
||||
been furtherly improved by Jaroslav Kysela <perex@jcu.cz>.
|
||||
|
||||
This manual page was provided by Paul Winkler <zarmzarm@erols.com>.
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue