Toastbroti

Results 2 comments of Toastbroti

sudo apt upgrade -> Do you want to continue? [Y/n] also breaks the terminal. (can't input)

A quick fix for this without support for multiple mpv instances: ```lua function on_quit() if shot_path then os.remove(shot_path) end write_to_socket("^[setQuit](pid=" .. pid .. ")(quit=true)(socket_name=" .. mpv_socket_name .. ")$") -- Force...