mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-30 01:38:01 +01:00
ProcessKey switch statement: (#144)
Added Key.DeleteChar to Key.ControlD switch condition.
This commit is contained in:
committed by
Miguel de Icaza
parent
10903a9998
commit
d247e9b70c
@@ -849,7 +849,7 @@ namespace Terminal.Gui {
|
||||
} else
|
||||
PositionCursor ();
|
||||
break;
|
||||
|
||||
case Key.DeleteChar:
|
||||
case Key.ControlD: // Delete
|
||||
if (isReadOnly)
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user