parent
8b1a764429
commit
bf3fe5f2ba
44 changed files with 0 additions and 133 deletions
|
@ -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 = .{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue