mirror of
https://github.com/jarun/nnn.git
synced 2025-01-15 21:36:42 +00:00
Use correct Emojis for arrows
This commit is contained in:
parent
af94c7704f
commit
0a67c5d657
|
@ -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 "🎵"
|
||||
|
|
Loading…
Reference in a new issue