You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Typespecs (@type t) for all widget, event, and frame structs
Function specs (@spec) for all public API functions
Dialyzer static analysis in CI
Changed
Extracted Event.Key, Event.Mouse, Event.Resize and Layout.Rect into their own files
Fixed
ExRatatui.Server.start_link/1 now supports name: nil to start without process registration
App-based TUI processes hanging on macOS — the event poll loop now delegates the timeout to the NIF on the DirtyIo scheduler instead of using Process.send_after/3, which was causing the GenServer to stop processing messages