mirror of
https://github.com/Llewellynvdm/exa.git
synced 2024-11-10 23:00:56 +00:00
d93e168b4d
This commit moves the Environment field from the Table to its Options, and properly gets rid of the name ‘columns’ from the last commit. Having it in the Options is important, because it means it can be generated from some command-line options. Also, it reduces the number of arguments that need to be passed to Table::new; there would have been 4 with the inclusion of the Environment, but by moving some of the code into the function, we can avoid this (and any further arguments). |
||
---|---|---|
.. | ||
render | ||
cell.rs | ||
colours.rs | ||
details.rs | ||
escape.rs | ||
file_name.rs | ||
grid_details.rs | ||
grid.rs | ||
lines.rs | ||
mod.rs | ||
table.rs | ||
time.rs | ||
tree.rs |