aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2013-09-10 09:31:20 +0200
committerMattias Andrée <maandree@operamail.com>2013-09-10 09:31:20 +0200
commitf076b541b2cf5068bd7b4534226a71bb508353fc (patch)
treeed50452af9a381e7e0c7680ff05bfa0cab0654aa /src
parentfix up and down arrow jump bug (diff)
downloadpytagomacs-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.py1
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):