From b5c284db39063013980e4c84a54789f2bd5f0ffc Mon Sep 17 00:00:00 2001 From: bedlamzd Date: Fri, 20 Jun 2025 00:01:23 +0200 Subject: [PATCH] Fix DEFAULT_REMOTE_ICON character code Unicode characters with code longer than 4 digits should be written as `\Uffffffff` (8 digits) Fixes #4652 --- pkg/gui/presentation/icons/git_icons.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/gui/presentation/icons/git_icons.go b/pkg/gui/presentation/icons/git_icons.go index ed91121d0..23b7d8787 100644 --- a/pkg/gui/presentation/icons/git_icons.go +++ b/pkg/gui/presentation/icons/git_icons.go @@ -12,7 +12,7 @@ var ( TAG_ICON = "\uf02b" //  COMMIT_ICON = "\U000f0718" // 󰜘 MERGE_COMMIT_ICON = "\U000f062d" // 󰘭 - DEFAULT_REMOTE_ICON = "\uf02a2" // 󰊢 + DEFAULT_REMOTE_ICON = "\U000f02a2" // 󰊢 STASH_ICON = "\uf01c" //  LINKED_WORKTREE_ICON = "\U000f0339" // 󰌹 MISSING_LINKED_WORKTREE_ICON = "\U000f033a" // 󰌺