mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-10-16 23:06:20 +00:00
fix: update code to compile with 0.12.0-dev.2075+f5978181e
This commit is contained in:
@@ -159,7 +159,7 @@ fn entryForMode(comptime mode: Mode) ModeEntry {
|
||||
/// A single entry of a possible mode we support. This is used to
|
||||
/// dynamically define the enum and other tables.
|
||||
const ModeEntry = struct {
|
||||
name: []const u8,
|
||||
name: [:0]const u8,
|
||||
value: comptime_int,
|
||||
default: bool = false,
|
||||
|
||||
|
Reference in New Issue
Block a user