pub type FairnessEventType = EventType;
Type alias for compatibility with program.rs
pub enum FairnessEventType { Input, Resize, Tick, }
User input events (keyboard, mouse).
Terminal resize events.
Timer tick events.