1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-28 03:15:33 +02:00

[240745] Fix Ctrl+F1 when disconnected

This commit is contained in:
Martin Oberhuber 2008-07-15 21:39:41 +00:00
parent 7653ec787f
commit 4ec1b58158

View file

@ -747,6 +747,8 @@ public class VT100TerminalControl implements ITerminalControlForText, ITerminalC
}
// Ignore all other keyboard input when not connected.
// Allow other key handlers (such as Ctrl+F1) do their work
event.doit = true;
return;
}