Pass false for isSelection so the right half of the cell wont select the next element

This commit is contained in:
npezza93
2018-01-23 20:57:31 -05:00
parent 8d41c4c603
commit 027bc9535e
+1 -1
View File
@@ -25,7 +25,7 @@ export class AltClickHandler {
this._terminal.options.lineHeight,
this._terminal.cols,
this._terminal.rows,
true
false
).map((coordinate: number) => {
return coordinate - 1;
});