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/usr.bin/aiomixer/draw.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/aiomixer/draw.c
diff -u src/usr.bin/aiomixer/draw.c:1.3 src/usr.bin/aiomixer/draw.c:1.4
--- src/usr.bin/aiomixer/draw.c:1.3	Fri May  7 19:37:03 2021
+++ src/usr.bin/aiomixer/draw.c	Sat May  8 13:28:45 2021
@@ -1,4 +1,4 @@
-/* $NetBSD: draw.c,v 1.3 2021/05/07 19:37:03 nia Exp $ */
+/* $NetBSD: draw.c,v 1.4 2021/05/08 13:28:45 nia Exp $ */
 /*-
  * Copyright (c) 2021 The NetBSD Foundation, Inc.
  * All rights reserved.
@@ -113,6 +113,8 @@ draw_control(struct aiomixer *aio,
 		    aio->channels_unlocked, selected);
 		break;
 	}
+
+	wprintw(control->widgetpad, "\n");
 }
 
 void

Reply via email to