From: Arun Prakash Jana Date: Tue, 10 May 2022 20:24:54 +0000 (+0530) Subject: Use correct Emojis for arrows X-Git-Tag: v4.6~82 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=0a67c5d657cb0d87e165297df5fa4a2c2028d1de;p=nnn.git Use correct Emojis for arrows --- diff --git a/src/icons-emoji.h b/src/icons-emoji.h index 2bd6b599..8146ca96 100644 --- a/src/icons-emoji.h +++ b/src/icons-emoji.h @@ -7,9 +7,9 @@ // Note: As some emoji are stored as two characters, all of these strings must // be of width 2. Therefore, right pad single-width emoji with a space. -#define MD_ARROW_UPWARD "⬆️" -#define MD_ARROW_FORWARD "➡️" -#define MD_ARROW_DOWNWARD "⬇️" +#define MD_ARROW_UPWARD "⬆" +#define MD_ARROW_FORWARD "➡" +#define MD_ARROW_DOWNWARD "⬇" #define EMOJI_ARCHIVE "📦" #define EMOJI_AUDIO "🎵"