Skip to content

Can now defer update for prepended or appended text

Aaron Graubert requested to merge status_bar into dev

Created by: agraubert

Theoretical use case is if some form of statistics are generated asynchronously and appended to the display. This change avoids excessive redraws, so the statistics update when the rest of the display does

Merge request reports