summaryrefslogtreecommitdiff
path: root/xmake
diff options
context:
space:
mode:
Diffstat (limited to 'xmake')
-rw-r--r--xmake/core/sandbox/modules/import/lib/readline.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/core/sandbox/modules/import/lib/readline.lua b/xmake/core/sandbox/modules/import/lib/readline.lua
index d1b721ee2..15b51af76 100644
--- a/xmake/core/sandbox/modules/import/lib/readline.lua
+++ b/xmake/core/sandbox/modules/import/lib/readline.lua
@@ -31,6 +31,7 @@ end
-- inherit some builtin interfaces
sandbox_readline.readline = readline.readline
+sandbox_readline.get_history_state = readline.get_history_state
-- return module
return sandbox_readline