ProcessKey switch statement: (#144)

Added Key.DeleteChar to Key.ControlD switch condition.
This commit is contained in:
Greg Amidon
2018-12-01 11:14:50 -06:00
committed by Miguel de Icaza
parent 10903a9998
commit d247e9b70c

View File

@@ -849,7 +849,7 @@ namespace Terminal.Gui {
} else
PositionCursor ();
break;
case Key.DeleteChar:
case Key.ControlD: // Delete
if (isReadOnly)
break;