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/far2l-src-cfg-ConfigOpt.cpp.patch
Biswapriyo Nath ad2dbfa752
bump(x11/far2l): 2.6.0 (#19303)
File name was changed from ConfigSaveLoad.cpp to ConfigOpt.cpp in this commit
0bb6ec0d70
2024-02-22 12:27:58 +08:00

12 lines
521 B
Diff

--- a/far2l/src/cfg/ConfigOpt.cpp
+++ b/far2l/src/cfg/ConfigOpt.cpp
@@ -157,7 +157,7 @@
{true, NSecInterface, "ExclusiveWinLeft", &Opt.ExclusiveWinLeft, 0},
{true, NSecInterface, "ExclusiveWinRight", &Opt.ExclusiveWinRight, 0},
- {true, NSecInterface, "OSC52ClipSet", &Opt.OSC52ClipSet, 0},
+ {true, NSecInterface, "OSC52ClipSet", &Opt.OSC52ClipSet, 1},
{true, NSecInterface, "TTYPaletteOverride", &Opt.TTYPaletteOverride, 1},
{false, NSecInterface, "ShowTimeoutDelFiles", &Opt.ShowTimeoutDelFiles, 50},