fixed #1170
This commit is contained in:
parent
3cc342f86e
commit
0f598bae5c
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue