mirror of
https://github.com/mpv-player/mpv.git
synced 2026-05-07 20:02:49 +00:00
ce6a52d40a
This allows saving the history to all mp.input.get clients. Needed to split running commands out of console.lua.
5 lines
266 B
Plaintext
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()`
|