aboutsummaryrefslogtreecommitdiffstats
path: root/completer
diff options
context:
space:
mode:
authorTim Culverhouse <tim@timculverhouse.com>2022-10-06 11:46:43 -0500
committerRobin Jarry <robin@jarry.cc>2022-10-07 10:51:53 +0200
commita49caf96b5419150989c2517fdb8f0aca7cfe92d (patch)
tree32e26fad6ceb9a1c2e4b40ddf032239abf2d9c53 /completer
parent725fe07d240b035205e48fba3af3de6dc0ddc9d2 (diff)
downloadaerc-a49caf96b5419150989c2517fdb8f0aca7cfe92d.tar.gz
terminal: use Invalidate and QueueRedraw
The terminal widget uses it's own redraw logic to improve performance. With the addition of a main event loop, the redraw logic can happen in the main loop via the standard Invalidate logic. Use the Invalidate method to mark aerc invalid, and immediately trigger a redraw with ui.QueueRedraw. The follow up call to QueueRedraw is needed because the terminal update happens in a separate goroutine. This can result in the main event loop finishing it's process of the current event, redrawing the screen, and the terminal having additional updates to be drawn. This fixes race conditions by drawing and calling screen.Show in a separate goroutine. Signed-off-by: Tim Culverhouse <tim@timculverhouse.com> Acked-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'completer')
0 files changed, 0 insertions, 0 deletions