feat: add support for non string keybinding arguments

This commit is contained in:
CJ van den Berg 2024-11-17 22:41:13 +01:00
parent ed843a9baf
commit 43c49125f8
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
4 changed files with 32 additions and 15 deletions

View file

@ -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,
};