diff options
author | hut <hut@lepus.uberspace.de> | 2015-03-23 19:17:00 +0100 |
---|---|---|
committer | hut <hut@lepus.uberspace.de> | 2015-03-23 19:17:00 +0100 |
commit | 83bb5b85c2fff3ca3fc9f36ee74f38e8550cfe0d (patch) | |
tree | 64ec46ea0c284f516617331626c5f80087338492 | |
parent | 278f5d9068ffdafb14b77d8aac672c54f822fbb6 (diff) | |
parent | bbfecf0abfe7e17ce04d1081d1368f2af1210c2a (diff) | |
download | ranger-83bb5b85c2fff3ca3fc9f36ee74f38e8550cfe0d.tar.gz |
Merge pull request #285 from Vifon/linemode_api
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. |