summaryrefslogtreecommitdiff
path: root/src/window.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/window.py')
-rw-r--r--src/window.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/window.py b/src/window.py
index 382e88de..1baefa42 100644
--- a/src/window.py
+++ b/src/window.py
@@ -164,8 +164,6 @@ class Input(Win):
"""
def __init__(self, height, width, y, x, stdscr):
Win.__init__(self, height, width, y, x, stdscr)
- # self.input = curses.textpad.Textbox(self.win)
- # self.input.insert_mode = True
self.history = []
self.text = u''
self.pos = 0