Files
termux-packages/x11-packages/far2l/WinPort-src-Backend-WinPortMain.cpp.patch
2024-07-16 13:37:54 +00:00

12 lines
314 B
Diff

--- a/WinPort/src/Backend/WinPortMain.cpp
+++ b/WinPort/src/Backend/WinPortMain.cpp
@@ -261,7 +261,7 @@
bool x11 = false;
bool wayland = false;
std::string ext_clipboard;
- unsigned int esc_expiration = 0;
+ unsigned int esc_expiration = 100;
std::vector<char *> filtered_argv;
ArgOptions() = default;