Files
mpv/DOCS/interface-changes/mp.input.txt
T
Guido Cella ce6a52d40a console.lua: add history_path field to mp.input.get
This allows saving the history to all mp.input.get clients.

Needed to split running commands out of console.lua.
2025-03-08 19:09:23 +00:00

5 lines
266 B
Plaintext

add `keep_open` flag to `mp.input.get()` and `mp.input.select()`
`mp.input.get()` now closes automatically on submit, pass `keep_open = true` to restore the old behavior
add `autoselect_completion` flag to `mp.input.get()`
add `history_path` key to `mp.input.get()`