dasharo-issues icon indicating copy to clipboard operation
dasharo-issues copied to clipboard

TUI: Fix delay during refresh (tui-sh)

Open 3mkusiak opened this issue 1 month ago • 0 comments

Fix delay during refresh, very noticeable when pressing e.g. space, there is second or 2 delay before refresh or when changing footer options, e.g. toggling logs sending (this time lag is after clearing screen so it's even worse). This is result of tui_register_pre_render_callback subscription_routine which is called before each TUI render. There is also slowdown due to start_trace_logging when refreshing after using footer option.

3mkusiak avatar Nov 18 '25 14:11 3mkusiak