forked from Botanical/BotanJS
Handle the tabwidth
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user