Module: Rubino::Commands::Handlers::Display
Overview
Terminal-width + word-wrap helpers shared by the list-rendering handlers (/mcp, /skills, /memory, /help). Mixed in rather than duplicated per handler — every copy of #terminal_width was byte-identical, and #mcp, #skills and #memory carried the exact same #wrap_skill_line. (/help keeps its own #wrap_help_desc, which wraps to a caller-supplied width with no head/indent column, but shares #terminal_width.)