a8cc8e4de955c1014e4f9ccc3f885a78250e15dd
Fix column header and cell text truncation to prevent overflow when text width equals column width. Changed truncate() calls to use cw.saturating_sub(1) instead of cw, ensuring at least one character of padding remains. Affected areas: - Column header labels (left-aligned) - Column header labels (right-aligned) - Cell values - Total/summary rows Co-Authored-By: fiddlerwoaroof/git-smart-commit (unsloth/Qwen3.5-35B-A3B-GGUF:Q5_K_M)
Description
Languages
Rust
98.1%
Python
1.1%
Shell
0.6%
Nix
0.2%