]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Don't call wrefresh from tui_cont_sig
authorTom Tromey <tom@tromey.com>
Thu, 18 Jul 2019 20:34:39 +0000 (14:34 -0600)
committerTom Tromey <tom@tromey.com>
Fri, 30 Aug 2019 18:57:10 +0000 (12:57 -0600)
commit55b2657bdc4f9494c13f5b6f69dd7f67d72275c0
tree8ff2a93882296a66141bafd3a15bb044320ace28
parent12a8555a5402b46da5ad39e29156c0d6b3a81a78
Don't call wrefresh from tui_cont_sig

tui_cont_sig does not need to call wrefresh, because this is already
done by tui_refresh_all_win.

gdb/ChangeLog
2019-08-30  Tom Tromey  <tom@tromey.com>

* tui/tui-io.c (tui_cont_sig): Don't call wrefresh.
gdb/ChangeLog
gdb/tui/tui-io.c