wezterm
wezterm copied to clipboard
chinese punctuation position render too high up
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.
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:
alacritty:
Logs
No response
Anything else?
No response