Skip to content

Commit

Permalink
fix(ansi): kitty: godocs disabling mode
Browse files Browse the repository at this point in the history
Fixes: a29dab6 (feat: add kitty keyboard set flags sequence)
  • Loading branch information
aymanbagabas committed Aug 14, 2024
1 parent 64f64bd commit 759c05a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ansi/kitty.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,10 @@ func KittyKeyboard(flags, mode int) string {
// SetKittyKeyboard returns a sequence to set the terminal Kitty keyboard
// enhancement flags.
//
// To disable all features, use [DisableKittyKeyboard].
//
// Possible values for flags mask:
//
// 0: Disable all features
// 1: Disambiguate escape codes
// 2: Report event types
// 4: Report alternate keys
Expand Down

0 comments on commit 759c05a

Please sign in to comment.