tcsh-org / tcsh

This is a read-only mirror of the tcsh code repository.
https://www.tcsh.org/
Other
229 stars 42 forks source link

lukem/unsetenv colors #74

Closed lukem closed 1 year ago

lukem commented 1 year ago

If unsetenv one of LSCOLORS or LS_COLORS and the other is still setenv, reapply the latter (suppressing any warnings). Fix crash if LSCOLORS contains > 11 pairs (22 characters).

suominen commented 1 year ago

Merged.