1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-04 23:35:36 -08:00
openbsd-src/bin/ls
schwarze 09b34e9cf9 Improve horizontal alignment in long format when printing minor
device numbers greater than 999 by measuring the two widths needed
for device numbers just like it is already done for other numbers.
In the output, this only changes whitespace, but not the text.

Ugly formatting reported by
Crystal Kolipe <kolipe dot c at exoticsilicon dot com>.

OK millert.  Also tested by Crystal Kolipe.
2023-10-07 11:51:08 +00:00
..
cmp.c Replace use of the old BSD st_*timensec members in struct stat with 2023-08-08 04:45:44 +00:00
extern.h Support UTF-8: use wcwidth(3) for column adjustment and replace 2015-12-01 18:36:13 +00:00
ls.1 Unify wording for LC_CTYPE in ENVIRONMENT: 2016-10-24 13:46:58 +00:00
ls.c Improve horizontal alignment in long format when printing minor 2023-10-07 11:51:08 +00:00
ls.h Improve horizontal alignment in long format when printing minor 2023-10-07 11:51:08 +00:00
main.c
Makefile Support UTF-8: use wcwidth(3) for column adjustment and replace 2015-12-01 18:36:13 +00:00
print.c Improve horizontal alignment in long format when printing minor 2023-10-07 11:51:08 +00:00
utf8.c Fix a regression (and POSIX violation) introduced with UTF-8 support: 2016-01-18 19:06:37 +00:00
util.c Support UTF-8: use wcwidth(3) for column adjustment and replace 2015-12-01 18:36:13 +00:00