You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: simplify escape code handling in wt select (#558)
- Replace verbose anstyle::Style API with cformat! macros in render_preview_tabs
- Use write!() macro instead of multiple push_str() calls in process_log_with_dimming
- Removes intermediate String allocations from .to_string() calls
Co-authored-by: Claude <noreply@anthropic.com>
0 commit comments