Skip to content

Conversation

@ahgmn
Copy link

@ahgmn ahgmn commented Jan 17, 2026

The table_upd event was causing the table example to enter into a redrawing loop whenever the row content was showing. The postEvent would trigger another postEvent and a redraw.

I removed the table_upd event completely as unnecessary, as changing the active_content_fn is enough by itself for the row content to show without needing a table update event.

I also added the missing free for users_buf, mostly to disable the memory leak warnings when exiting the program.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant