summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--ranger/gui/ui.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/ranger/gui/ui.py b/ranger/gui/ui.py
index a9a4dc9c..6f021b68 100644
--- a/ranger/gui/ui.py
+++ b/ranger/gui/ui.py
@@ -59,7 +59,6 @@ class UI(DisplayableContainer):
 			if e.args[0] == "setupterm: could not find terminal":
 				os.environ['TERM'] = 'linux'
 				self.win = curses.initscr()
-		self.termsize = self.win.getmaxyx()
 		self.keymaps.use_keymap('browser')
 		DisplayableContainer.__init__(self, None)