Repository :
https://github.com/FarGroup/FarManager
On branch : master
Link :
https://github.com/FarGroup/FarManager/commit/6b3cb33c8978939d55e305873827f3d7de3f2312
>---------------------------------------------------------------
commit 6b3cb33c8978939d55e305873827f3d7de3f2312
Author: Shmuel Zeigerman <
solo...@gmail.com>
Date: Fri Aug 22 17:30:47 2025 +0300
LuaMacro: update farapi.lua
>---------------------------------------------------------------
6b3cb33c8978939d55e305873827f3d7de3f2312
plugins/luamacro/farapi.lua | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/plugins/luamacro/farapi.lua b/plugins/luamacro/farapi.lua
index 601397e88..cf650ed35 100644
--- a/plugins/luamacro/farapi.lua
+++ b/plugins/luamacro/farapi.lua
@@ -1186,6 +1186,9 @@ enum FARMACROVARTYPE
FMVT_ARRAY = 8,
FMVT_PANEL = 9,
FMVT_ERROR = 10,
+ FMVT_MBSTRING = 11,
+ FMVT_NEWTABLE = 12,
+ FMVT_SETTABLE = 13,
};
struct FarMacroValue
@@ -1197,6 +1200,7 @@ struct FarMacroValue
long long Boolean;
double Double;
const wchar_t *String;
+ const char *MBString;
void *Pointer;
struct
{
@@ -2642,6 +2646,8 @@ enum FAR_EVENTS
FE_GOTFOCUS =6,
FE_KILLFOCUS =7,
FE_CHANGESORTPARAMS =8,
+ FE_STARTSORT =9,
+ FE_ENDSORT =10,
};
struct OpenInfo