Commit 1c6560c
committed
web_shell_override: bump NOWRAP_COLS 80 -> 160 for wide ASCII banners
A survey of all libs' login banners (adm/etc/welcome|banner|motd)
found real grid-aligned ANSI art up to 154 columns wide (colon/dot
shaded pictures, not just text -- e.g. fy2005 at 99 cols, xiaoaojianghu_xo
at 154). NOWRAP_COLS=80 meant even the purpose-built "Wrap off" escape
hatch silently still wrapped and mangled these -- a user correctly
toggling wrap off got a broken banner anyway. 160 covers the full
range found (excluding one degenerate 974-col decorative single line
that isn't grid art and doesn't need exact alignment).1 parent a490293 commit 1c6560c
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
700 | 700 | | |
701 | 701 | | |
702 | 702 | | |
703 | | - | |
| 703 | + | |
| 704 | + | |
| 705 | + | |
| 706 | + | |
| 707 | + | |
704 | 708 | | |
705 | 709 | | |
706 | 710 | | |
| |||
0 commit comments