mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
Zig 0.14: Name types more explicitly
This commit is contained in:
@ -8,7 +8,7 @@ const std = @import("std");
|
||||
pub const FlagStack = struct {
|
||||
const len = 8;
|
||||
|
||||
flags: [len]Flags = .{.{}} ** len,
|
||||
flags: [len]Flags = .{Flags{}} ** len,
|
||||
idx: u3 = 0,
|
||||
|
||||
/// Return the current stack value
|
||||
|
Reference in New Issue
Block a user