diff options
Diffstat (limited to 'src/window.py')
-rw-r--r-- | src/window.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/window.py b/src/window.py index 167c4b87..fd98aec5 100644 --- a/src/window.py +++ b/src/window.py @@ -335,7 +335,6 @@ class Input(Win): self.pos += 1 if x == self.width-1: txt = self.text[self.pos-(self.width-1):self.pos] - open('fion', 'w').write(txt) self.clear_text() self.win.addstr(txt) self.win.move(y, self.width-1) |