config: comment regarding font-family config reload

This commit is contained in:
Erlend Lind Madsen
2023-10-22 20:49:22 +07:00
parent 290a955fab
commit 7d99a6063b

View File

@ -27,6 +27,9 @@ const c = @cImport({
/// The font families to use.
/// You can generate the list of valid values using the CLI:
/// path/to/ghostty/cli +list-fonts
///
/// Changing this configuration at runtime will only affect new terminals,
/// i.e. new windows, tabs, etc.
@"font-family": ?[:0]const u8 = null,
@"font-family-bold": ?[:0]const u8 = null,
@"font-family-italic": ?[:0]const u8 = null,