exa/src/fs
Benjamin Sago 957c1925b1 PermissionsPlus holds the leftmost column values
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.
2017-05-21 10:48:27 +01:00
..
feature Switch to padding reference as variable not consumed 2017-03-31 17:09:50 +01:00
dir.rs Remove lifetimes as they aren't needed 2017-03-31 17:12:20 +01:00
fields.rs PermissionsPlus holds the leftmost column values 2017-05-21 10:48:27 +01:00
file.rs PermissionsPlus holds the leftmost column values 2017-05-21 10:48:27 +01:00
mod.rs Properly handle errors when following a symlink 2016-10-29 20:27:23 +01:00