fix(wezterm): properly render emojis
This commit is contained in:
parent
b1a57552f3
commit
36dd01d8b1
@ -1,8 +1,7 @@
|
|||||||
local wezterm = require("wezterm")
|
local wezterm = require("wezterm")
|
||||||
|
|
||||||
return {
|
return {
|
||||||
-- use_cap_height_to_scale_fallback_fonts = true,
|
use_cap_height_to_scale_fallback_fonts = true,
|
||||||
unicode_version = 14,
|
|
||||||
line_height = 0.9,
|
line_height = 0.9,
|
||||||
font = wezterm.font_with_fallback({
|
font = wezterm.font_with_fallback({
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user