pub fn sanitize_display_string(s: &str) -> StringExpand description
Strip control characters from a display string (tool descriptions, help text, etc.). Preserves newlines and tabs but removes ESC, BEL, and other C0/C1 control codes that could inject ANSI escape sequences into the TUI.