Explorar el Código

Fixes #3512. Ctrl+Z not suspending

BDisp hace 1 año
padre
commit
1862ca71ae
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      Terminal.Gui/Views/Toplevel.cs

+ 2 - 0
Terminal.Gui/Views/Toplevel.cs

@@ -1,3 +1,5 @@
+#define UNIX_KEY_BINDINGS
+
 using System.Net.Mime;
 
 namespace Terminal.Gui;