mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-16 16:56:09 +03:00
Merge pull request #718 from erf/config-comment
config: comment regarding font-family config reload
This commit is contained in:
@ -27,6 +27,9 @@ const c = @cImport({
|
|||||||
/// The font families to use.
|
/// The font families to use.
|
||||||
/// You can generate the list of valid values using the CLI:
|
/// You can generate the list of valid values using the CLI:
|
||||||
/// path/to/ghostty/cli +list-fonts
|
/// 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": ?[:0]const u8 = null,
|
||||||
@"font-family-bold": ?[:0]const u8 = null,
|
@"font-family-bold": ?[:0]const u8 = null,
|
||||||
@"font-family-italic": ?[:0]const u8 = null,
|
@"font-family-italic": ?[:0]const u8 = null,
|
||||||
|
Reference in New Issue
Block a user