summary refs log tree commit diff stats
path: root/ranger/gui/wdisplay.py
diff options
context:
space:
mode:
Diffstat (limited to 'ranger/gui/wdisplay.py')
-rw-r--r--ranger/gui/wdisplay.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ranger/gui/wdisplay.py b/ranger/gui/wdisplay.py
index fd4f7dec..5e5e80d6 100644
--- a/ranger/gui/wdisplay.py
+++ b/ranger/gui/wdisplay.py
@@ -70,6 +70,7 @@ class WDisplay(SuperClass):
 		import curses
 		import stat
 
+		self.target.use()
 		self.target.load_content_if_outdated()
 		self.target.sort_if_outdated()
 
> ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28