diff options
| author | Mattias Andrée <maandree@operamail.com> | 2013-09-10 09:31:20 +0200 |
|---|---|---|
| committer | Mattias Andrée <maandree@operamail.com> | 2013-09-10 09:31:20 +0200 |
| commit | f076b541b2cf5068bd7b4534226a71bb508353fc (patch) | |
| tree | ed50452af9a381e7e0c7680ff05bfa0cab0654aa /src | |
| parent | fix up and down arrow jump bug (diff) | |
| download | pytagomacs-f076b541b2cf5068bd7b4534226a71bb508353fc.tar.gz pytagomacs-f076b541b2cf5068bd7b4534226a71bb508353fc.tar.bz2 pytagomacs-f076b541b2cf5068bd7b4534226a71bb508353fc.tar.xz | |
duplicate instruction
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src')
| -rw-r--r-- | src/editor.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/editor.py b/src/editor.py index ee64ee7..78f7001 100644 --- a/src/editor.py +++ b/src/editor.py @@ -412,7 +412,6 @@ class TextArea(): self.jump(0)() print(' ' * self.area.areawidth, end='') self.draw() - self.jump(self.area.x - self.area.offx)() def insert(self, insert): |
