-
When using the on_resize event the function runs before the layout is redrawn. I need to run code when the terminal is resized but AFTER the layout has been redrawn (when the widgets' size are adjusted etc). Is it possible to do so? |
Beta Was this translation helpful? Give feedback.
Answered by
davep
Oct 13, 2023
Replies: 1 comment 4 replies
-
I don't know for sure, but probably the first place I'd look would be to see if More generally, perhaps you could explain what it is you're wanting to do or why -- sometimes there might be a better approach to the core problem. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The suggestion was to call
call_after_refresh
from inside aon_resize
. For example: