mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-24 16:53:50 +02:00
bug 205879: [terminal] clicking into the terminal creates a selection of one character
https://bugs.eclipse.org/bugs/show_bug.cgi?id=205879
This commit is contained in:
parent
ed15760bd9
commit
ff7683de7d
1 changed files with 16 additions and 16 deletions
|
@ -28,7 +28,7 @@ abstract public class AbstractTextCanvasModel implements ITextCanvasModel {
|
|||
private final ITerminalTextDataSnapshot fSnapshot;
|
||||
private int fLines;
|
||||
|
||||
private int fSelectionStartLine;
|
||||
private int fSelectionStartLine=-1;
|
||||
private int fSeletionEndLine;
|
||||
private int fSelectionStartCoumn;
|
||||
private int fSelectionEndColumn;
|
||||
|
|
Loading…
Add table
Reference in a new issue