From 75a45f56922aa66dc5b8a21ecf7e3c92e9cd1459 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sat, 21 Dec 2024 07:09:26 -0800 Subject: [PATCH] config: blank title docs --- src/config/Config.zig | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/config/Config.zig b/src/config/Config.zig index 13ab65117..720c1f305 100644 --- a/src/config/Config.zig +++ b/src/config/Config.zig @@ -704,6 +704,11 @@ 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. /// +/// If you want a blank title, set this to one or more spaces by quoting +/// the value. For example, `title = " "`. This effectively hides the title. +/// This is necessary because setting a blank value resets the title to the +/// default value of the running program. +/// /// 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