about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--ranger/defaults/commands.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/ranger/defaults/commands.py b/ranger/defaults/commands.py
index 53d7a475..56287367 100644
--- a/ranger/defaults/commands.py
+++ b/ranger/defaults/commands.py
@@ -300,6 +300,8 @@ class mark(Command):
 		for fileobj in cwd.files:
 			if pattern.search(fileobj.basename):
 				cwd.mark_item(fileobj, val=mark_them)
+		self.fm.ui.status.need_redraw = True
+		self.fm.ui.need_redraw = True
 
 
 class mkdir(Command):