diff options
author | Wojciech Siewierski <wojciech.siewierski@onet.pl> | 2015-03-23 19:02:25 +0100 |
---|---|---|
committer | Wojciech Siewierski <wojciech.siewierski@onet.pl> | 2015-03-23 19:02:25 +0100 |
commit | bbfecf0abfe7e17ce04d1081d1368f2af1210c2a (patch) | |
tree | 64ec46ea0c284f516617331626c5f80087338492 | |
parent | 278f5d9068ffdafb14b77d8aac672c54f822fbb6 (diff) | |
download | ranger-bbfecf0abfe7e17ce04d1081d1368f2af1210c2a.tar.gz |
core.linemode: updated a docstring
-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. |