From e5e1088c922ab6e767d7731bf9fe6044cb4071c8 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 4 May 2016 21:51:35 +0200 Subject: command: use NBSP for spacing after current marker for OSD lists Requested. Will prevent odd layout for playlists with URLs longer than the screen. --- player/command.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/player/command.c b/player/command.c index c6391cc224..66d3b6fc42 100644 --- a/player/command.c +++ b/player/command.c @@ -113,8 +113,8 @@ struct hook_handler { }; // U+279C HEAVY ROUND-TIPPED RIGHTWARDS ARROW -#define ARROW "\342\236\234" -#define ARROW_SP ARROW " " +// U+00A0 NO-BREAK SPACE +#define ARROW_SP "\342\236\234\302\240" const char list_current[] = OSD_ASS_0 ARROW_SP OSD_ASS_1; const char list_normal[] = OSD_ASS_0 "{\\alpha&HFF}" ARROW_SP "{\\r}" OSD_ASS_1; -- cgit v1.2.3