]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Remove useless call to wnoutrefresh
authorTom Tromey <tom@tromey.com>
Sun, 17 Dec 2023 20:22:10 +0000 (13:22 -0700)
committerTom Tromey <tom@tromey.com>
Tue, 11 Jun 2024 15:21:18 +0000 (09:21 -0600)
commitce6b89bfdfd530551a6c00761aaf1e4bb204c2be
tree10b73a4f22c066bac660f35785aaddd92e7bea5f
parentd4b508dd5c68a2a367e1e23d9c663d63ed2edd37
Remove useless call to wnoutrefresh

This call to wnoutrefresh is not useful.  It's based on the
misunderstanding that wnoutrefresh somehow prevents display, whereas
actually what it does is copy from one curses buffer to another.

I'm working on a larger patch to clean up this area, but this
particular call can be removed immediately without consequence.

Approved-By: Andrew Burgess <aburgess@redhat.com>
gdb/tui/tui-wingeneral.c