about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2011-10-05 13:53:23 +0200
committerhut <hut@lavabit.com>2011-10-05 13:53:23 +0200
commitb3874587964240b0f270378c304d6ec1cda55a91 (patch)
tree6eab9f0c2bcaa005070da4e010e8edc2e570c56d
parentc0d63e78e20428d27715e7afcb56e6711cfd9556 (diff)
downloadranger-b3874587964240b0f270378c304d6ec1cda55a91.tar.gz
gui.ui: Add "loading..." indicator on startup
-rw-r--r--ranger/gui/ui.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/ranger/gui/ui.py b/ranger/gui/ui.py
index c103fe12..c5dfa5ad 100644
--- a/ranger/gui/ui.py
+++ b/ranger/gui/ui.py
@@ -84,6 +84,8 @@ class UI(DisplayableContainer):
 		if not self.is_set_up:
 			self.is_set_up = True
 			self.setup()
+			self.win.addstr("loading...")
+			self.win.refresh()
 		self.update_size()
 		self.is_on = True