mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-06-05 19:34:18 +00:00
Lots of 0.14 changes
This commit is contained in:
@@ -58,7 +58,7 @@ pub fn run(alloc: Allocator) !u8 {
|
||||
\\
|
||||
);
|
||||
|
||||
inline for (@typeInfo(Action).Enum.fields) |field| {
|
||||
inline for (@typeInfo(Action).@"enum".fields) |field| {
|
||||
try stdout.print(" +{s}\n", .{field.name});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user