From bbfecf0abfe7e17ce04d1081d1368f2af1210c2a Mon Sep 17 00:00:00 2001 From: Wojciech Siewierski Date: Mon, 23 Mar 2015 19:02:25 +0100 Subject: core.linemode: updated a docstring --- ranger/core/linemode.py | 5 +++-- 1 file 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. -- cgit 1.4.1-2-gfad0 refs log blame commit diff stats
path: root/doc/pydoc/ranger.fsobject.html
blob: 76d5ca7054f9082b5acce43b08493a7bbeb5af9c (plain) (tree)
1
2
3
4
5
6
7
8
9
10