]> git.alsa-project.org Git - alsa-utils.git/commit
alsamixer: Fix window_size_changed()
authorbraph <braph93@gmx.de>
Thu, 26 Sep 2019 19:01:50 +0000 (21:01 +0200)
committerJaroslav Kysela <perex@perex.cz>
Wed, 1 Jul 2020 14:10:35 +0000 (16:10 +0200)
commit706a64c7a0f16f24bb845278086569d6cbe4ee6f
treea11797121c77b92647e268db65fac64f9f087f94
parent225a9afbc3d7f244e10128f8c5c9335b8d361168
alsamixer: Fix window_size_changed()

Obtaining the new window size using TIOCGWINSZ and setting it using
resize_term(), so getmaxyx() reports the actual terminal size.

Signed-off-by: Benjamin Abendroth <braph93@gmx.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
alsamixer/widget.c