Open
Description
Version: 0.2.2
OS: mac arm64
Hey! I just noticed something different from other terminals I used before (wezterm and ghostty).
The size of unicode U+E0B6 and U+E0B4 using the default font are larger in my tmux status line:
The size of unicode U+E0B6 and U+E0B4 using the Fira Code font family are smaller in my tmux status line:
Here my tmux status line config:
clock_pretty="#[fg=$thm_fg]%H:%M #[fg=$thm_bg,bg=$thm_blue] #[bg=$thm_bg]#[fg=$thm_blue]#[fg=$thm_fg]"
set -g status-left " $clock_pretty "
set -g status-right "#{?$tm_tunes,${tm_tunes_display},} #{?client_prefix,#[fg=$thm_red],#[fg=$thm_green]}#[bg=$thm_gray]#{?client_prefix,#[bg=$thm_red],#[bg=$thm_green]}#[fg=$thm_bg] #[fg=$thm_fg,bg=$thm_gray] #S "
The problem exists even without any custom Rio configuration.