fix: store button click locations as signed values
This commit is contained in:
parent
e6cc1c35f9
commit
25a719382f
22 changed files with 36 additions and 36 deletions
|
|
@ -7,6 +7,7 @@ const EventHandler = @import("EventHandler");
|
|||
|
||||
const tui = @import("tui.zig");
|
||||
pub const Box = @import("Box.zig");
|
||||
pub const Pos = struct { y: i32 = 0, x: i32 = 0 };
|
||||
pub const Theme = @import("theme");
|
||||
pub const themes = @import("themes").themes;
|
||||
pub const scopes = @import("themes").scopes;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue