exa/src/output
Benjamin Sago d93e168b4d Move Environment to a table’s Options
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).
2017-07-05 21:01:01 +01:00
..
render Rename Columns to table::Options 2017-07-05 20:16:04 +01:00
cell.rs Fix TextCellContents cjk width 2017-05-10 16:26:50 +08:00
colours.rs Render higher permission bits 2017-05-30 15:31:24 +01:00
details.rs Move Environment to a table’s Options 2017-07-05 21:01:01 +01:00
escape.rs Also escape characters in links and headings 2017-05-01 21:54:53 +01:00
file_name.rs Match up fields with parameter names 2017-06-29 13:07:45 +01:00
grid_details.rs Move Environment to a table’s Options 2017-07-05 21:01:01 +01:00
grid.rs Create Render structs from views 2017-06-26 00:53:48 +01:00
lines.rs Create Render structs from views 2017-06-26 00:53:48 +01:00
mod.rs Rename Columns to table::Options 2017-07-05 20:16:04 +01:00
table.rs Move Environment to a table’s Options 2017-07-05 21:01:01 +01:00
time.rs Extract time formatter 2017-07-03 08:45:14 +01:00
tree.rs Give Tree its own iterator 2017-07-04 08:29:36 +01:00