mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-06 18:12:51 +00:00
21 lines
1.2 KiB
Diff
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},
|