Skip to content

Commit

Permalink
feat(input): update kitty keyboard flag name
Browse files Browse the repository at this point in the history
  • Loading branch information
aymanbagabas committed Aug 19, 2024
1 parent f714416 commit 61a8baf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion input/kitty.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ func (e KittyKeyboardEvent) IsReportAlternateKeys() bool {

// IsReportAllKeys returns true if the ReportAllKeys flag is set.
func (e KittyKeyboardEvent) IsReportAllKeys() bool {
return e&ansi.KittyReportAllKeys != 0
return e&ansi.KittyReportAllKeysAsEscapeCodes != 0
}

// IsReportAssociatedKeys returns true if the ReportAssociatedKeys flag is set.
Expand Down

0 comments on commit 61a8baf

Please sign in to comment.