mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-02 01:03:29 +01:00
Fix copy/paste error in SuppressKey test
This commit is contained in:
@@ -1243,6 +1243,9 @@ namespace Terminal.Gui.Views {
|
||||
|
||||
private bool SuppressKey (KeyEvent arg)
|
||||
{
|
||||
if (arg.KeyValue == 'j')
|
||||
return true;
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user