//! Basic MinUI example showing window creation and input handling.
//!
//! This demonstrates the core concepts:
//! - Creating a terminal window
//! - Writing text to specific positions
//! - Handling keyboard events
//! - Basic event loop structure
use *;