diff options
author | hut <hut@lavabit.com> | 2012-08-09 14:37:34 +0200 |
---|---|---|
committer | hut <hut@lavabit.com> | 2012-08-09 14:37:34 +0200 |
commit | a5323bdf6c65a66e526cd04ab36eb5e4c060fe4a (patch) | |
tree | 852739ebc44b6c93265b6ad1fcdb1c92f2eabd11 | |
parent | eb180da9e4191f0e1f4de7e5b57bb7bdfdcf1fd8 (diff) | |
download | ranger-a5323bdf6c65a66e526cd04ab36eb5e4c060fe4a.tar.gz |
gui.ui: Amendment to previous commit
-rw-r--r-- | ranger/gui/ui.py | 1 |
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) |