ref(key): make Key struct packed and rename constants
All checks were successful
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 2m5s
All checks were successful
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 2m5s
This commit is contained in:
@@ -2,7 +2,6 @@ const std = @import("std");
|
||||
const zterm = @import("zterm");
|
||||
|
||||
const App = zterm.App(union(enum) {});
|
||||
const Key = zterm.Key;
|
||||
|
||||
const log = std.log.scoped(.example);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user