Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/elfmz/far2l.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelfmz <fenix1905@tut.by>2022-10-24 22:44:02 +0300
committerelfmz <fenix1905@tut.by>2022-10-24 22:44:02 +0300
commit6cc79cf88da56351d39b4bf4154385adde4f1d19 (patch)
treeb24daa4467f0fa5345d50ca598e8348c65ccd670
parent2aa62de1fe4bd65858bf62b981b765ffdc3d6a6d (diff)
fix #1373
-rw-r--r--far2l/src/main.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/far2l/src/main.cpp b/far2l/src/main.cpp
index 7c2bb20d..1ea4771d 100644
--- a/far2l/src/main.cpp
+++ b/far2l/src/main.cpp
@@ -579,6 +579,12 @@ int FarAppMain(int argc, char **argv)
Opt.WindowMode=TRUE;
}
break;
+
+ case L'U':
+ { // skip 2 args as this case is processed in SetCustomSettings()
+ I++;
+ }
+ break;
}
}
if (!switchHandled) // простые параметры. Их может быть max две штукА.