refactor: move move_to_char mine mode keybinds
This commit is contained in:
parent
f67bfab5b7
commit
9724decc4a
4 changed files with 98 additions and 23 deletions
|
@ -11,9 +11,7 @@ const fmt = @import("std").fmt;
|
|||
const Mode = @import("root.zig").Mode;
|
||||
|
||||
pub fn create(_: Allocator) error{OutOfMemory}!Mode {
|
||||
return .{
|
||||
.handler = EventHandler.static(@This()),
|
||||
};
|
||||
return .{ .handler = EventHandler.static(@This()) };
|
||||
}
|
||||
|
||||
pub fn receive(_: tp.pid_ref, m: tp.message) error{Exit}!bool {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue