mirror of
https://github.com/Llewellynvdm/exa.git
synced 2025-01-17 03:19:16 +00:00
957c1925b1
The three pieces of information for the leftmost details view column (file type, permissions, and whether xattrs are present) used to be gathered from separate sources and passed around separately before being displayed at the end. Now, file type and permissions are put into a struct, along with the xattrs boolean that’s still getting passed around all over the place but not quite as much. This was all done because I wanted to be able to test permissions rendering, without having file type and xattrs dragged into the same function. |
||
---|---|---|
.. | ||
feature | ||
dir.rs | ||
fields.rs | ||
file.rs | ||
mod.rs |