Added VISUAL LINE

This commit is contained in:
2016-04-05 02:57:40 +08:00
parent 21221a6e4e
commit fcfe5d9b60
7 changed files with 220 additions and 34 deletions
+2 -1
View File
@@ -435,7 +435,7 @@
return null;
};
// The absX for current Line
// The position offset relative to current line
__readOnly( Cursor.prototype, "aX", function()
{
var X = this.X;
@@ -473,6 +473,7 @@
}
}
}
else return this.X;
return w;
} );