From 447c324c4dd50081c7c4488c7c3f52a02c34bd20 Mon Sep 17 00:00:00 2001 From: Alexey Shekhirin Date: Thu, 11 Jul 2024 20:24:09 +0100 Subject: [PATCH] docs(surface): `keyCallback` return value is self-descriptive --- src/Surface.zig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Surface.zig b/src/Surface.zig index ed417690b..95bc4d765 100644 --- a/src/Surface.zig +++ b/src/Surface.zig @@ -1245,8 +1245,7 @@ pub fn preeditCallback(self: *Surface, preedit_: ?[]const u8) !void { } /// Called for any key events. This handles keybindings, encoding and -/// sending to the termianl, etc. The return value is true if the key -/// was handled and false if it was not. +/// sending to the termianl, etc. pub fn keyCallback( self: *Surface, event: input.KeyEvent,