//! Visual rendering components for the terminal engine.
//!
//! This module provides visual rendering utilities including icons, OSC sequences,
//! and synchronization primitives.
/// File-type icon rendering.
/// Operating System Command (OSC) sequences for clipboard, hyperlinks, and notifications.
/// Accessibility support (screen reader announcements via OSC 99).
/// Terminal sync mode (mode 2026) for tear-free rendering.