Don't call touchwin in tui_gen_win_info::refresh_window
authorTom Tromey <tom@tromey.com>
Wed, 17 Jul 2019 22:11:40 +0000 (16:11 -0600)
committerTom Tromey <tom@tromey.com>
Fri, 30 Aug 2019 18:57:06 +0000 (12:57 -0600)
commit772f3f0398b53cdb88cd744132cf7265928c12a0
tree7037b7a9b14c99ac5f2cec600823a9a9baf6c131
parent108e13abdf90acc44b1aba4a0f3ee1d49a0f7934
Don't call touchwin in tui_gen_win_info::refresh_window

The call to touchwin in tui_gen_win_info::refresh_window was an
artifact of some earlier refactorings.  Testing shows it isn't needed
any more -- I believe it was only ever needed for the data item window
display problem; but that's been solved more locally.

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

* tui/tui-wingeneral.c (tui_gen_win_info::refresh_window): Don't
call touchwin.
gdb/ChangeLog
gdb/tui/tui-wingeneral.c
This page took 0.024727 seconds and 4 git commands to generate.