mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-31 10:17:55 +01:00
Fixed always returning true in ProcessKey even when not consuming keystroke
This commit is contained in:
@@ -229,6 +229,10 @@ namespace Terminal.Gui {
|
||||
case Key.End:
|
||||
GoToEnd();
|
||||
break;
|
||||
|
||||
default:
|
||||
// we don't care about this keystroke
|
||||
return false;
|
||||
}
|
||||
|
||||
PositionCursor ();
|
||||
|
||||
Reference in New Issue
Block a user