Handle the tabwidth

This commit is contained in:
2016-03-14 03:33:36 +08:00
parent bd35ed56b1
commit 9757dec7a0
3 changed files with 68 additions and 7 deletions
+3 -1
View File
@@ -54,7 +54,7 @@
}
else
{
offset += line.cols + 1;
offset += line.toString().length + 1;
}
line = line.next;
@@ -180,6 +180,8 @@
this.moveX();
this.updatePosition();
feeder.softReset();
return;
}