summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13>2010-02-14 19:10:29 +0000
committerlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 <louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13>2010-02-14 19:10:29 +0000
commit0f598bae5c6467a1a3e15732af5d82c8393be106 (patch)
treeaf92a91693741edbd3232d8185b053f11310815c /src
parent3cc342f86ed5ffdd66cb3654b0cd06a5b4a1fc92 (diff)
downloadpoezio-0f598bae5c6467a1a3e15732af5d82c8393be106.tar.gz
poezio-0f598bae5c6467a1a3e15732af5d82c8393be106.tar.bz2
poezio-0f598bae5c6467a1a3e15732af5d82c8393be106.tar.xz
poezio-0f598bae5c6467a1a3e15732af5d82c8393be106.zip
fixed #1170
Diffstat (limited to 'src')
-rw-r--r--src/window.py1
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)