1
0
Fork 0
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:
Michael Scharf 2007-10-11 16:30:42 +00:00
parent ed15760bd9
commit ff7683de7d

View file

@ -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;