1//! This module contains input-related logic for the log UI mode. 2//! 3//! It includes handling key presses, command execution, and history navigation 4//! within the log view. 5mod commands; 6mod history; 7mod keys;