summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/window.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/window.py b/src/window.py
index 857d441e..93daa87c 100644
--- a/src/window.py
+++ b/src/window.py
@@ -219,8 +219,6 @@ class Input(Win):
if not visible:
return
self._resize(height, width, y, x, stdscr)
- self.input = curses.textpad.Textbox(self.win)
- self.input.insert_mode = True
self.win.clear()
self.win.addnstr(0, 0, self.text.encode('utf-8'), self.width-1)