diff options
author | hut <hut@lavabit.com> | 2010-12-21 22:32:03 +0100 |
---|---|---|
committer | hut <hut@lavabit.com> | 2010-12-21 22:32:03 +0100 |
commit | ad13a3136975b7a1dd7f1c17cc1c637dfb33357f (patch) | |
tree | 8b11d8becb3b768f8934a8242e9688bd59a4705e | |
parent | a5cd2deeb4cda0ab941365cbd207115cc27f8f3e (diff) | |
download | ranger-ad13a3136975b7a1dd7f1c17cc1c637dfb33357f.tar.gz |
Commited missing line of last commit
-rw-r--r-- | ranger/gui/widgets/console.py | 1 |
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: |