Browse Source

Fixes #3512. Ctrl+Z not suspending

BDisp 1 year ago
parent
commit
1862ca71ae
1 changed files with 2 additions and 0 deletions
  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;
 using System.Net.Mime;
 
 
 namespace Terminal.Gui;
 namespace Terminal.Gui;