We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d980d8 commit d59ef46Copy full SHA for d59ef46
DOCS/man/lua.rst
@@ -931,6 +931,12 @@ REPL.
931
``keep_open``
932
Whether to keep the console open on submit. Defaults to ``false``.
933
934
+ .. warning::
935
+
936
+ This must be set to ``true`` to nest ``input.get()`` or
937
+ ``input.select()`` calls.
938
939
940
``opened``
941
A callback invoked when the console is shown. This can be used to
942
present a list of options with ``input.set_log()``.
@@ -1027,6 +1033,11 @@ REPL.
1027
1033
1028
1034
1029
1035
1036
1037
1038
1039
1040
1030
1041
Example:
1031
1042
1032
1043
::
0 commit comments