Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/aiomixer aiomixer: fix background banding with sligh...



details:   https://anonhg.NetBSD.org/src/rev/328f851f10d0
branches:  trunk
changeset: 983195:328f851f10d0
user:      nia <nia%NetBSD.org@localhost>
date:      Sat May 08 13:28:45 2021 +0000

description:
aiomixer: fix background banding with slightly older libcurses

reported by uwe

diffstat:

 usr.bin/aiomixer/draw.c |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 6fdffd8becc5 -r 328f851f10d0 usr.bin/aiomixer/draw.c
--- a/usr.bin/aiomixer/draw.c   Sat May 08 13:10:29 2021 +0000
+++ b/usr.bin/aiomixer/draw.c   Sat May 08 13:28:45 2021 +0000
@@ -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 @@
                    aio->channels_unlocked, selected);
                break;
        }
+
+       wprintw(control->widgetpad, "\n");
 }
 
 void



Home | Main Index | Thread Index | Old Index