Files
termux-packages/x11-packages/far2l/far2l-src-cfg-ConfigOpt.cpp.patch
termux-pacman-bot 73fb213f04 bump(x11/far2l): 2.6.4 (#22608)
* enhance(x11/far2l): add far2l-plugins-colorer subpackage
2025-01-19 02:47:34 +00:00

21 lines
1.2 KiB
Diff

--- a/far2l/src/cfg/ConfigOpt.cpp
+++ b/far2l/src/cfg/ConfigOpt.cpp
@@ -168,7 +168,7 @@ const ConfigOpt g_cfg_opts[] {
{true, NSecInterface, "TimeSeparator", &Opt.strTimeSeparator, GetTimeSeparatorDefaultStr()},
{true, NSecInterface, "DecimalSeparator", &Opt.strDecimalSeparator, GetDecimalSeparatorDefaultStr()},
- {true, NSecInterface, "OSC52ClipSet", &Opt.OSC52ClipSet, 0},
+ {true, NSecInterface, "OSC52ClipSet", &Opt.OSC52ClipSet, 1},
{true, NSecInterface, "TTYPaletteOverride", &Opt.TTYPaletteOverride, 1},
{false, NSecInterface, "ShowTimeoutDelFiles", &Opt.ShowTimeoutDelFiles, 50},
@@ -260,7 +260,7 @@ const ConfigOpt g_cfg_opts[] {
{true, NSecSystem, "SaveViewHistory", &Opt.SaveViewHistory, 1},
{true, NSecSystem, "HistoryRemoveDupsRule", &Opt.HistoryRemoveDupsRule, 2},
{true, NSecSystem, "AutoHighlightHistory", &Opt.AutoHighlightHistory, 1},
- {true, NSecSystem, "AutoSaveSetup", &Opt.AutoSaveSetup, 0},
+ {true, NSecSystem, "AutoSaveSetup", &Opt.AutoSaveSetup, 1},
{true, NSecSystem, "DeleteToRecycleBin", &Opt.DeleteToRecycleBin, 0},
{true, NSecSystem, "DeleteToRecycleBinKillLink", &Opt.DeleteToRecycleBinKillLink, 1},
{false, NSecSystem, "WipeSymbol", &Opt.WipeSymbol, 0},