mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-18 13:30:29 +00:00
config: clarify window-title-font-family availability (#9651)
Address confusion discussed in #9650
This commit is contained in:
@@ -1765,7 +1765,7 @@ keybind: Keybinds = .{},
|
||||
/// Note: any font available on the system may be used, this font is not
|
||||
/// required to be a fixed-width font.
|
||||
///
|
||||
/// Available since: 1.1.0 (on GTK)
|
||||
/// Available since: 1.0.0 on macOS, 1.1.0 on GTK
|
||||
@"window-title-font-family": ?[:0]const u8 = null,
|
||||
|
||||
/// The text that will be displayed in the subtitle of the window. Valid values:
|
||||
|
||||
Reference in New Issue
Block a user