mirror of
https://github.com/ksyasuda/mpv-youtube-queue.git
synced 2024-10-28 04:44:11 -07:00
add hard space after cursor icon
This commit is contained in:
parent
554dfd3b67
commit
cfc4f94464
@ -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 .. " - (" ..
|
||||
|
Loading…
Reference in New Issue
Block a user