aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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):