summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2010-12-21 22:32:03 +0100
committerhut <hut@lavabit.com>2010-12-21 22:32:03 +0100
commitad13a3136975b7a1dd7f1c17cc1c637dfb33357f (patch)
tree8b11d8becb3b768f8934a8242e9688bd59a4705e
parenta5cd2deeb4cda0ab941365cbd207115cc27f8f3e (diff)
downloadranger-ad13a3136975b7a1dd7f1c17cc1c637dfb33357f.tar.gz
Commited missing line of last commit
-rw-r--r--ranger/gui/widgets/console.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/ranger/gui/widgets/console.py b/ranger/gui/widgets/console.py
index 5fdfa4f5..9b1b0642 100644
--- a/ranger/gui/widgets/console.py
+++ b/ranger/gui/widgets/console.py
@@ -85,7 +85,6 @@ class Console(Widget):
 			self.addstr(self.line[overflow:])
 		else:
 			self.addstr(self.line)
-		self.addstr(self.displayed_line)
 
 	def finalize(self):
 		try: