Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions player/lua/console.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1726,13 +1726,7 @@ mp.register_script_message("get-input", function (args)
read_history()
history_pos = #history + 1

if line ~= "" then
complete()
elseif open then
-- This is needed to update the prompt if a new request is
-- received while another is still active.
render()
end
handle_cursor_move()
end

set_active(true)
Expand Down