refactor: run zigimports

closes: #38
This commit is contained in:
CJ van den Berg 2024-09-10 22:24:44 +02:00
parent 8b1a764429
commit bf3fe5f2ba
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
44 changed files with 0 additions and 133 deletions

View file

@ -13,7 +13,6 @@ pub const CursorShape = vaxis.Cell.CursorShape;
pub const style = @import("style.zig").StyleBits;
const mod = input.modifier;
const key = input.key;
const event_type = input.event_type;
@ -43,12 +42,6 @@ logger: log.Logger,
loop: Loop,
const Event = union(enum) {
key_press: vaxis.Key,
winsize: vaxis.Winsize,
focus_in,
};
pub fn init(allocator: std.mem.Allocator, handler_ctx: *anyopaque, no_alternate: bool) !Self {
const opts: vaxis.Vaxis.Options = .{
.kitty_keyboard_flags = .{