add hard space after cursor icon

This commit is contained in:
ksyasuda 2023-08-09 18:50:54 -07:00
parent 554dfd3b67
commit cfc4f94464
No known key found for this signature in database

View File

@ -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 .. " - (" ..