0
0
mirror of https://github.com/termux/termux-packages.git synced 2024-09-22 08:31:32 +00:00
termux-packages/x11-packages/far2l/WinPort-src-Backend-WinPortMain.cpp.patch
2024-07-16 18:53:51 +05:30

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;