feat: add support for non string keybinding arguments
This commit is contained in:
parent
ed843a9baf
commit
43c49125f8
4 changed files with 32 additions and 15 deletions
|
@ -2,7 +2,7 @@ const std = @import("std");
|
|||
const input = @import("input");
|
||||
const KeyEvent = @import("KeyEvent.zig");
|
||||
|
||||
const ParseError = error{
|
||||
pub const ParseError = error{
|
||||
OutOfMemory,
|
||||
InvalidFormat,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue