ecc29879639ad93c814044914357fabc44a02874
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
74.2%
Nix
24.5%
Python
0.9%
Shell
0.4%