commit 019572f6d14aa5058dde719ed1895b2d5f80cbe6
parent 8d8daec6a078eb273bb2e561b30fb59dc20f4c74
Author: brookjeynes <me@brookjeynes.dev>
Date: Wed, 22 Apr 2026 11:11:23 +1000
refactor(spinner): update PredefinedSymbols namespace from enum to struct
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/spinner.zig b/src/spinner.zig
@@ -1,7 +1,7 @@
const std = @import("std");
const ansi_term = @import("ansi-term.zig");
-pub const PredefinedSymbols = enum {
+pub const PredefinedSymbols = struct {
///- \ | /
pub const default: []const u21 = &[_]u21{ '-', '\\', '|', '/' };
///⎺ ⎻ ⎼ ⎽ ⎼ ⎻