exa/xtests
Benjamin Sago 84b01f2064 Fix bug where colours were incorrectly applied
exa assumed that the COLUMNS environment variable being present always meant that the output was to a terminal, so it should use colours. But because this variable can be overridden, colours were being incorrectly set!

The ‘fix’ is to stop trying to be clever while only calculating the terminal width once, and instead just stick it in a lazy_static so it’s usable everywhere.
2017-06-25 14:51:44 +01:00
..
2017-04-29 10:56:17 +01:00
2017-05-17 23:12:27 +01:00
2017-05-17 23:12:27 +01:00
2017-05-17 23:12:27 +01:00
2017-06-25 11:53:59 +01:00
2017-05-16 20:53:28 +01:00
2017-06-23 22:30:48 +01:00
2017-04-30 11:58:29 +01:00
2017-04-30 11:58:29 +01:00
2017-05-30 15:32:11 +01:00
2017-05-30 15:32:11 +01:00

Extra tests

These extra tests are intended to be run from a Vagrant VM that has already had its environment set up -- see the section in the README for more details.