From cfc4f94464e226b63a3ffd581659434a7ac47009 Mon Sep 17 00:00:00 2001 From: ksyasuda Date: Wed, 9 Aug 2023 18:50:54 -0700 Subject: [PATCH] add hard space after cursor icon --- mpv-youtube-queue.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mpv-youtube-queue.lua b/mpv-youtube-queue.lua index 42e2502..c67debe 100644 --- a/mpv-youtube-queue.lua +++ b/mpv-youtube-queue.lua @@ -354,7 +354,8 @@ function YouTubeQueue.print_queue(duration) local message for i = start_index, end_index do local prefix = (i == selected_index) and style.cursor .. - options.cursor_icon .. style.reset or "\\h\\h\\h" + options.cursor_icon .. "\\h" .. style.reset or + "\\h\\h\\h" if i == current_index and i == selected_index then message = prefix .. style.hover_selected .. i .. ". " .. video_queue[i].video_name .. " - (" ..