This commit is contained in:
Daniel Imms
2018-09-14 08:35:14 -07:00
parent 4b68976dfb
commit 2f66ec452c
2 changed files with 2 additions and 3 deletions
+2 -2
View File
@@ -408,8 +408,8 @@ export class BufferStringIterator implements IBufferStringIterator {
private _buffer: IBuffer,
private _trimRight: boolean,
private _startIndex: number = 0,
private _endIndex: number = _buffer.lines.length)
{
private _endIndex: number = _buffer.lines.length
) {
this._current = this._startIndex;
}
-1
View File
@@ -255,7 +255,6 @@ export class Linkifier extends EventEmitter implements ILinkifier {
y2--;
}
this._mouseZoneManager.add(new MouseZone(
x1 + 1,
y1 + 1,