This website works better with JavaScript
Home
Explore
Help
Sign In
csharp
/
gui-cs.Terminal.Gui
mirror of
https://github.com/gui-cs/Terminal.Gui.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Fixes
#3512
. Ctrl+Z not suspending
BDisp
1 year ago
parent
79ff00126c
commit
1862ca71ae
1 changed files
with
2 additions
and
0 deletions
Unified View
Show Diff Stats
2
0
Terminal.Gui/Views/Toplevel.cs
+ 2
- 0
Terminal.Gui/Views/Toplevel.cs
View File
@@ -1,3 +1,5 @@
+#define UNIX_KEY_BINDINGS
+
using System.Net.Mime;
using System.Net.Mime;
namespace Terminal.Gui;
namespace Terminal.Gui;