//! Core module: shared configuration structs for rendering.
//!
//! This module re-exports all core configuration types used in the rendering engine.
//! It includes definitions for layout, style, cursor behavior, font selection, and control settings.
//!
//! These types form the backbone of terminal output customization and are commonly used
//! across the renderer, CLI layer, and theme system.
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;