2
0
Эх сурвалжийг харах

ProcessKey switch statement: (#144)

Added Key.DeleteChar to Key.ControlD switch condition.
Greg Amidon 6 жил өмнө
parent
commit
d247e9b70c

+ 1 - 1
Terminal.Gui/Views/TextView.cs

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