diff options
-rw-r--r-- | ranger/core/linemode.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ranger/core/linemode.py b/ranger/core/linemode.py index 5c138449..7993af82 100644 --- a/ranger/core/linemode.py +++ b/ranger/core/linemode.py @@ -37,8 +37,9 @@ class LinemodeBase(object): If `NotImplementedError' is raised (e.g. this method is just not implemented in the actual linemode), the caller should - provide its own implementation, which in this case means - displaying the hardlink count of the directories. Useful + provide its own implementation (which in this case means + displaying the hardlink count of the directories, size of the + files and additionally a symlink marker for symlinks). Useful because only the caller (BrowserColumn) possesses the data necessary to display that information. |