Lagrange [dev]
Added "arrow to bar" glyphs in Smol Emoji font
[1mdiff --git a/res/fonts/SmolEmoji-Regular.otf b/res/fonts/SmolEmoji-Regular.otf[m
[1mindex d4cf4eff..046c053f 100644[m
Binary files a/res/fonts/SmolEmoji-Regular.otf and b/res/fonts/SmolEmoji-Regular.otf differ
[1mdiff --git a/src/defs.h b/src/defs.h[m
[1mindex 3746acb0..4c8e1b4b 100644[m
[1m--- a/src/defs.h[m
[1m+++ b/src/defs.h[m
[36m@@ -223,7 +223,7 @@[m [miLocalDef int acceptKeyMod_ReturnKeyBehavior(int behavior) {[m
#define backArrow_Icon "\U0001f870"[m
#define forwardArrow_Icon "\U0001f872"[m
#define upArrow_Icon "\U0001f871"[m
[31m-#define upArrowBar_Icon "\u2b71"[m
[32m+[m[32m#define upArrowBar_Icon "\u2912"[m
#define keyUpArrow_Icon "\u2191"[m
#define downArrow_Icon "\U0001f873"[m
#define downArrowBar_Icon "\u2913"[m