Merge pull request #1940 from shekhirin/keycallback-method-doc

docs(surface): remove `keyCallback` return type doc
pull/1941/head
Mitchell Hashimoto 2024-07-11 14:00:19 -07:00 committed by GitHub
commit 113efbb102
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 2 deletions

View File

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