Repository :
https://github.com/FarGroup/FarManager
On branch : master
Link :
https://github.com/FarGroup/FarManager/commit/9cae0dea05276485ad0a58a3ae16898f78985d63
>---------------------------------------------------------------
commit 9cae0dea05276485ad0a58a3ae16898f78985d63
Author: Alex Alabuzhev <
alab...@gmail.com>
Date: Tue Mar 17 18:16:37 2026 +0000
Correction of 6483
>---------------------------------------------------------------
9cae0dea05276485ad0a58a3ae16898f78985d63
far/changelog | 5 +++++
far/cmdline.cpp | 1 +
far/plugapi.cpp | 1 +
far/vbuild.m4 | 2 +-
4 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/far/changelog b/far/changelog
index 761e8fa1d..553e6181d 100644
--- a/far/changelog
+++ b/far/changelog
@@ -1,3 +1,8 @@
+--------------------------------------------------------------------------------
+drkns 2026-03-17 18:15:36+00:00 - build 6662
+
+1. Correction of 6483.
+
--------------------------------------------------------------------------------
drkns 2026-03-14 18:40:14+00:00 - build 6661
diff --git a/far/cmdline.cpp b/far/cmdline.cpp
index cbaef4ad0..7b96690c9 100644
--- a/far/cmdline.cpp
+++ b/far/cmdline.cpp
@@ -1091,6 +1091,7 @@ void CommandLine::ExecString(execute_info& Info)
AddNewLine);
console.start_output();
+ console.SetTextAttributes(colors::PaletteColorToFarColor(COL_COMMANDLINEUSERSCREEN));
if (NoWait)
Global->WindowManager->Desktop()->ConsoleSession().deactivate(AddNewLine);
diff --git a/far/plugapi.cpp b/far/plugapi.cpp
index 4d4bb8933..cddc05d21 100644
--- a/far/plugapi.cpp
+++ b/far/plugapi.cpp
@@ -1283,6 +1283,7 @@ intptr_t WINAPI apiPanelControl(HANDLE hPlugin,FILE_CONTROL_COMMANDS Command,int
console.start_prompt();
console.start_command();
console.start_output();
+ console.SetTextAttributes(colors::PaletteColorToFarColor(COL_COMMANDLINEUSERSCREEN));
}
else
Global->WindowManager->Desktop()->ConsoleSession().snap(!Param1);
diff --git a/far/vbuild.m4 b/far/vbuild.m4
index c6a9e34fa..c1be65444 100644
--- a/far/vbuild.m4
+++ b/far/vbuild.m4
@@ -1 +1 @@
-6661
+6662