1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-04 23:35:36 -08:00
openbsd-src/bin/ls
bentley 7220d8ecee Switch (non-curses, non-ksh) programs that use COLUMNS to a single idiom.
Previously behaviors were all over the map. This changes them to
use COLUMNS first, and either terminal width or a hardcoded value
(typically 80) as appropriate.

ok deraadt@; man bits ok jmc@
2016-03-17 05:27:10 +00:00
..
cmp.c rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and 2009-10-27 23:59:19 +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 Switch (non-curses, non-ksh) programs that use COLUMNS to a single idiom. 2016-03-17 05:27:10 +00:00
ls.c Switch (non-curses, non-ksh) programs that use COLUMNS to a single idiom. 2016-03-17 05:27:10 +00:00
ls.h Fix column padding of inode numbers and block counts >2^32, as well as 2013-05-30 16:34:32 +00:00
main.c remove some unnecessary sys/cdefs.h inclusions 2012-12-04 02:26:59 +00:00
Makefile Support UTF-8: use wcwidth(3) for column adjustment and replace 2015-12-01 18:36:13 +00:00
print.c Support UTF-8: use wcwidth(3) for column adjustment and replace 2015-12-01 18:36:13 +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