exa/src
Benjamin Sago 1b3492ce45 Move colours module into output
This commit moves the colours module to be a sub-module of the output one.
This makes sense because finding which colour a certain file should be is only
done during output, and (I think) the only places that the `Colours` struct's
fields are ever queried is from the output module.

The only casualty was that the `file_colour` from the filetype module had to
be moved, as determining colours is no longer part of that module - only
determining filetype is. So it now reflects its name!
2015-12-20 17:56:57 +11:00
..
feature Merge pull request #87 from petevine/master 2015-12-15 20:15:16 +00:00
output Move colours module into output 2015-12-20 17:56:57 +11:00
dir.rs io::Result -> IOResult 2015-12-15 21:47:37 +00:00
file.rs Remove dependency between file and output mods 2015-12-17 10:27:44 +08:00
filetype.rs Move colours module into output 2015-12-20 17:56:57 +11:00
main.rs Move colours module into output 2015-12-20 17:56:57 +11:00
options.rs Move colours module into output 2015-12-20 17:56:57 +11:00
term.rs Fix getting tty window size on more BSDs 2015-12-14 04:10:46 +03:00