CVS commit: src/usr.bin/aiomixer

2021-07-18 Thread Nia Alarie
Module Name:src Committed By: nia Date: Sun Jul 18 11:45:31 UTC 2021 Modified Files: src/usr.bin/aiomixer: main.c Log Message: aiomixer: Honor terminal colors. Looks better in cool-retro-term. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/usr.bin/aiomix

CVS commit: src/usr.bin/aiomixer

2021-07-15 Thread Nia Alarie
Module Name:src Committed By: nia Date: Thu Jul 15 07:03:14 UTC 2021 Modified Files: src/usr.bin/aiomixer: draw.c Log Message: aiomixer: avoid wasting space To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/usr.bin/aiomixer/draw.c Please note that diffs ar

CVS commit: src/usr.bin/aiomixer

2021-07-15 Thread Nia Alarie
Module Name:src Committed By: nia Date: Thu Jul 15 06:59:55 UTC 2021 Modified Files: src/usr.bin/aiomixer: draw.c Log Message: aiomixer: fix calculation of maximum screen width To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/usr.bin/aiomixer/draw.c Pleas

CVS commit: src/usr.bin/aiomixer

2021-07-14 Thread Nia Alarie
Module Name:src Committed By: nia Date: Thu Jul 15 06:57:11 UTC 2021 Modified Files: src/usr.bin/aiomixer: main.c Log Message: aiomixer: Clear screen after device selection To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/usr.bin/aiomixer/main.c Please no

CVS commit: src/usr.bin/aiomixer

2021-05-29 Thread Nia Alarie
Module Name:src Committed By: nia Date: Sat May 29 09:11:41 UTC 2021 Modified Files: src/usr.bin/aiomixer: draw.c Log Message: aiomixer: remove workaround for libcurses bug To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/usr.bin/aiomixer/draw.c Please no

CVS commit: src/usr.bin/aiomixer

2021-05-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun May 9 15:40:27 UTC 2021 Modified Files: src/usr.bin/aiomixer: main.c Log Message: fix clang build (on_signal is dead) To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/usr.bin/aiomixer/main.c Please note th

CVS commit: src/usr.bin/aiomixer

2021-05-08 Thread Nia Alarie
Module Name:src Committed By: nia Date: Sat May 8 14:49:14 UTC 2021 Modified Files: src/usr.bin/aiomixer: draw.c Log Message: aiomixer: bound the drawn area to the screen size, rather than replacing it To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/usr.

CVS commit: src/usr.bin/aiomixer

2021-05-08 Thread Nia Alarie
Module Name:src Committed By: nia Date: Sat May 8 14:38:26 UTC 2021 Modified Files: src/usr.bin/aiomixer: draw.c Log Message: aiomixer: do not adjust class widget pad height, draw to end of screen ncurses refuses to paint pads if the height argument extends beyond the bo

CVS commit: src/usr.bin/aiomixer

2021-05-08 Thread Chris Pinnock
Module Name:src Committed By: cjep Date: Sat May 8 14:11:37 UTC 2021 Modified Files: src/usr.bin/aiomixer: Makefile Log Message: Also include terminfo for platforms with static libraries (e.g. sun2). From uwe/nia. To generate a diff of this commit: cvs rdiff -u -r1.1 -

CVS commit: src/usr.bin/aiomixer

2021-05-08 Thread Nia Alarie
Module Name:src Committed By: nia Date: Sat May 8 13:28:45 UTC 2021 Modified Files: src/usr.bin/aiomixer: draw.c Log Message: aiomixer: fix background banding with slightly older libcurses reported by uwe To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/

CVS commit: src/usr.bin/aiomixer

2021-05-08 Thread Nia Alarie
Module Name:src Committed By: nia Date: Sat May 8 13:03:41 UTC 2021 Modified Files: src/usr.bin/aiomixer: parse.c Log Message: aiomixer: try to make sure the first pane is always "outputs" In QEMU with an ac97 audio device, "inputs" is the first pane, which is significan

CVS commit: src/usr.bin/aiomixer

2021-05-08 Thread Nia Alarie
Module Name:src Committed By: nia Date: Sat May 8 12:53:15 UTC 2021 Modified Files: src/usr.bin/aiomixer: parse.c Log Message: aiomixer: Fix sorting of ac97 controls To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/usr.bin/aiomixer/parse.c Please note th

CVS commit: src/usr.bin/aiomixer

2021-05-07 Thread Nia Alarie
Module Name:src Committed By: nia Date: Fri May 7 19:37:03 UTC 2021 Modified Files: src/usr.bin/aiomixer: draw.c Log Message: aiomixer: display the unit type for value controls To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/usr.bin/aiomixer/draw.c Plea

CVS commit: src/usr.bin/aiomixer

2021-05-07 Thread Nia Alarie
Module Name:src Committed By: nia Date: Fri May 7 17:47:30 UTC 2021 Modified Files: src/usr.bin/aiomixer: draw.c Log Message: aiomixer: use standout for headings, avoid banding in header fixed a minor rendering problem when compiled against ncurses. based mostly on feed

CVS commit: src/usr.bin/aiomixer

2021-05-07 Thread Nia Alarie
Module Name:src Committed By: nia Date: Fri May 7 16:29:24 UTC 2021 Added Files: src/usr.bin/aiomixer: Makefile aiomixer.1 app.h draw.c draw.h main.c parse.c parse.h Log Message: import aiomixer from git into usr.bin. aiomixer is a graphical (curses-based) mi