wezterm icon indicating copy to clipboard operation
wezterm copied to clipboard

chinese punctuation position render too high up

Open livexia opened this issue 8 months ago • 6 comments

What Operating System(s) are you seeing this problem on?

macOS

Which Wayland compositor or X11 Window manager(s) are you using?

No response

WezTerm version

20240603-194616-e4b18c41

Did you try the latest nightly build to see if the issue is better (or worse!) than your current version?

Yes, and I updated the version box above to show the version of the nightly that I tried

Describe the bug

When displaying Chinese punctuation, the position of punctuation is high, e.g. commas are displayed in the middle of the line instead of at the bottom in general. 截屏2024-06-07 13 08 32

To Reproduce

No response

Configuration

local wezterm = require("wezterm")

local config = wezterm.config_builder()

config.window_decorations = "INTEGRATED_BUTTONS|RESIZE" config.enable_wayland = false config.front_end = "OpenGL"

config.window_padding = { left = "0.4cell", right = "0.3cell", top = "0.3cell", bottom = "0cell", }

config.font_size = 14.0 config.font = wezterm.font("FiraCode Nerd Font Mono")

config.color_scheme = "Argonaut (Gogh)" return config

Expected Behavior

iterm2: 截屏2024-06-07 13 09 11

alacritty: 截屏2024-06-07 13 09 39

Logs

No response

Anything else?

No response

livexia avatar Jun 07 '24 05:06 livexia