From 0bc3b77bd83b60af25fb6a8790c18218e606b61c Mon Sep 17 00:00:00 2001 From: Ade Attwood Date: Wed, 27 Dec 2023 11:19:05 +0000 Subject: [PATCH] fix(term): disable warning about missing glyphs in wezterm In some of the github fonts there are some glyphs now supported, they are mainly getting used as icons in the vim completion ui. Now we are not getting any system messages for this it has become quite annoying. --- site-modules/core/files/wezterm.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/site-modules/core/files/wezterm.lua b/site-modules/core/files/wezterm.lua index cedf5f2..c5427c2 100644 --- a/site-modules/core/files/wezterm.lua +++ b/site-modules/core/files/wezterm.lua @@ -39,6 +39,8 @@ return { -- window bars go to the edges of the terminal window_padding = { left = 0, right = 0, top = 0, bottom = 0 }, + warn_about_missing_glyphs = false, + keys = { -- Bind to to `werase` in bash. This is to keep -- the terminal binding the same to delete a word. The default has