Don't call refresh in tui_resize_all
authorTom Tromey <tom@tromey.com>
Thu, 25 Jul 2019 03:05:10 +0000 (21:05 -0600)
committerTom Tromey <tom@tromey.com>
Fri, 20 Sep 2019 19:49:09 +0000 (13:49 -0600)
commit0891be0835883fc1159565b780d63954e6b09bd9
treed749ef039ca731182624f797428613a5f46fe0b8
parent1b935acf7ecc2df4649b7d34b7ac467eac07221b
Don't call refresh in tui_resize_all

There's no reason to call refresh in tui_resize_all.  This call
flushes the curses window contents to the terminal -- but, because
we're about the resize all the windows, we're going to be sending more
data to the terminal momentarily.  This patch removes the call.

gdb/ChangeLog
2019-09-20  Tom Tromey  <tom@tromey.com>

* tui/tui-win.c (tui_resize_all): Don't call refresh.
gdb/ChangeLog
gdb/tui/tui-win.c
This page took 0.024716 seconds and 4 git commands to generate.