From 358a3053cfd1ca95cfc203f532d2305b80fa2777 Mon Sep 17 00:00:00 2001 From: Colton Padden Date: Fri, 20 Dec 2024 23:54:45 -0500 Subject: [PATCH] config: mention setting title to space character for hidden title --- src/config/Config.zig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/config/Config.zig b/src/config/Config.zig index 13ab65117..3065c871c 100644 --- a/src/config/Config.zig +++ b/src/config/Config.zig @@ -704,6 +704,8 @@ fullscreen: bool = false, /// window to be this title at all times and Ghostty will ignore any set title /// escape sequences programs (such as Neovim) may send. /// +/// The title may be hidden by setting it to a space character `" "`. +/// /// This configuration can be reloaded at runtime. If it is set, the title /// will update for all windows. If it is unset, the next title change escape /// sequence will be honored but previous changes will not retroactively