Skip to content

Commit dcde8f5

Browse files
committed
Enabled tab-completion for miniwin table
1 parent 754a918 commit dcde8f5

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

scripting/lua_methods.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7069,7 +7069,6 @@ static flags_pair miniwindow_flags [] =
70697069
{ "drag_got_control", 0x02 },
70707070
{ "drag_got_alt", 0x04 },
70717071

7072-
// { "y_x", 1 },
70737072
{ NULL, 0 }
70747073
};
70757074

scripting/lua_scripting.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ static void BuildLuaTables (lua_State * L)
150150
"custom_colour",
151151
"error_code",
152152
"sendto",
153+
"miniwin",
153154

154155
// add more tables here
155156

0 commit comments

Comments
 (0)