Skip to content

Commit

Permalink
refactor: change kitty keyboard flag name for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
aymanbagabas committed Aug 19, 2024
1 parent 0aa699c commit ffe0133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kitty.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const (
KittyDisambiguateEscapeCodes KittyKeyboardMsg = 1 << iota
KittyReportEventTypes
KittyReportAlternateKeys
KittyReportAllKeys
KittyReportAllKeysAsEscapeCodes
KittyReportAssociatedKeys
)

Expand Down

0 comments on commit ffe0133

Please sign in to comment.