Change the character used in text to indicate a symbolic link
authorColin Clark <colin.clark@cclark.uk>
Mon, 2 Oct 2023 15:43:16 +0000 (16:43 +0100)
committerColin Clark <colin.clark@cclark.uk>
Mon, 2 Oct 2023 15:43:16 +0000 (16:43 +0100)
Change the character from "↗" to "↩". This looks similar to the
emblem-symbolic-link used elsewhere.

src/main.h

index eef718a..3ec5c70 100644 (file)
                                "%formatted.Camera:40%|%formatted.Flash%\n"            \
                                "%formatted.star_rating%"
 
-#define GQ_LINK_STR "â\86\97"
+#define GQ_LINK_STR "â\86©"
 #include "typedefs.h"
 #include "debug.h"
 #include "options.h"