From f98416d46bbb118773b6d8337d0733322645e1a5 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Mon, 24 Jul 2023 19:50:28 -0500 Subject: [PATCH] refactor(wezterm): minor visual improvements --- dots/.config/wezterm/config/misc.lua | 2 +- dots/.config/wezterm/config/rendering.lua | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/dots/.config/wezterm/config/misc.lua b/dots/.config/wezterm/config/misc.lua index 9651662d..d61a8b23 100644 --- a/dots/.config/wezterm/config/misc.lua +++ b/dots/.config/wezterm/config/misc.lua @@ -2,7 +2,7 @@ return { automatically_reload_config = true, window_close_confirmation = "NeverPrompt", exit_behavior = "Close", - scrollback_lines = 20000, + scrollback_lines = 200000, native_macos_fullscreen_mode = true, warn_about_missing_glyphs = true, term = "wezterm", diff --git a/dots/.config/wezterm/config/rendering.lua b/dots/.config/wezterm/config/rendering.lua index 533f3d0b..c83d99d8 100644 --- a/dots/.config/wezterm/config/rendering.lua +++ b/dots/.config/wezterm/config/rendering.lua @@ -8,4 +8,7 @@ return { }, enable_scroll_bar = false, underline_position = "250%", + custom_block_glyphs = true, + anti_alias_custom_block_glyphs = true, + detect_password_input = true, }