ncmixer

ncurses audio mixer for DJ'ing
git clone git://git.2f30.org/ncmixer
Log | Files | Refs | README | LICENSE

commit ff82d22cbc17db68933ff5dec7fd0cdcf8dd8c83
parent a624e7d31b61c1bff46af77aaae5431947c3b1a6
Author: lostd <lostd@2f30.org>
Date:   Sat, 11 Jun 2016 11:09:05 +0100

Account for crossfader control width when drawing

Diffstat:
Mncmixer.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ncmixer.c b/ncmixer.c @@ -377,7 +377,7 @@ draw_xfader(void) printw("|x|"); else printw("|||"); - move(getcury(stdscr), end); + move(getcury(stdscr), end + 1); printw("\n"); }