mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
Pass false for isSelection so the right half of the cell wont select the next element
This commit is contained in:
@@ -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;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user