Searched hist:e10ba80063386211b1c74eb72b4fb0f4093e93c0 (Results 1 – 4 of 4) sorted by relevance
/freebsd/bin/ls/ |
H A D | extern.h | diff e10ba80063386211b1c74eb72b4fb0f4093e93c0 Fri Aug 17 06:15:51 CEST 2018 Kyle Evans <kevans@FreeBSD.org> ls(1): Add --color=when
--color may be set to one of: 'auto', 'always', and 'never'.
'auto' is the default behavior- output colors only if -G or COLORTERM are set, and only if stdout is a tty.
'always' is a new behavior- output colors always. termcap(5) will be consulted unless TERM is unset or not a recognized terminal, in which case ls(1) will fall back to explicitly outputting ANSI escape sequences.
'never' to turn off any environment variable and -G usage.
Reviewed by: cem, 0mp (both modulo last-minute manpage changes Differential Revision: https://reviews.freebsd.org/D16741
|
H A D | util.c | diff e10ba80063386211b1c74eb72b4fb0f4093e93c0 Fri Aug 17 06:15:51 CEST 2018 Kyle Evans <kevans@FreeBSD.org> ls(1): Add --color=when
--color may be set to one of: 'auto', 'always', and 'never'.
'auto' is the default behavior- output colors only if -G or COLORTERM are set, and only if stdout is a tty.
'always' is a new behavior- output colors always. termcap(5) will be consulted unless TERM is unset or not a recognized terminal, in which case ls(1) will fall back to explicitly outputting ANSI escape sequences.
'never' to turn off any environment variable and -G usage.
Reviewed by: cem, 0mp (both modulo last-minute manpage changes Differential Revision: https://reviews.freebsd.org/D16741
|
H A D | ls.c | diff e10ba80063386211b1c74eb72b4fb0f4093e93c0 Fri Aug 17 06:15:51 CEST 2018 Kyle Evans <kevans@FreeBSD.org> ls(1): Add --color=when
--color may be set to one of: 'auto', 'always', and 'never'.
'auto' is the default behavior- output colors only if -G or COLORTERM are set, and only if stdout is a tty.
'always' is a new behavior- output colors always. termcap(5) will be consulted unless TERM is unset or not a recognized terminal, in which case ls(1) will fall back to explicitly outputting ANSI escape sequences.
'never' to turn off any environment variable and -G usage.
Reviewed by: cem, 0mp (both modulo last-minute manpage changes Differential Revision: https://reviews.freebsd.org/D16741
|
/freebsd/ |
H A D | UPDATING | diff e10ba80063386211b1c74eb72b4fb0f4093e93c0 Fri Aug 17 06:15:51 CEST 2018 Kyle Evans <kevans@FreeBSD.org> ls(1): Add --color=when
--color may be set to one of: 'auto', 'always', and 'never'.
'auto' is the default behavior- output colors only if -G or COLORTERM are set, and only if stdout is a tty.
'always' is a new behavior- output colors always. termcap(5) will be consulted unless TERM is unset or not a recognized terminal, in which case ls(1) will fall back to explicitly outputting ANSI escape sequences.
'never' to turn off any environment variable and -G usage.
Reviewed by: cem, 0mp (both modulo last-minute manpage changes Differential Revision: https://reviews.freebsd.org/D16741
|