change name of config entry and variables, add lock for safety during config update

This commit is contained in:
Jeffrey C. Ollie
2024-01-09 10:07:32 -06:00
parent 342b5e9d06
commit 3c2dfd4a84
3 changed files with 27 additions and 15 deletions

View File

@@ -898,7 +898,7 @@ term: []const u8 = "xterm-ghostty",
/// String to send when we receive ENQ (0x05) from the command that we are
/// running. Defaults to "" if not set.
@"enquiry-string": ?[]const u8 = null,
@"enquiry-response": ?[]const u8 = null,
/// This is set by the CLI parser for deinit.
_arena: ?ArenaAllocator = null,