We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f952eb9 commit 3780c0eCopy full SHA for 3780c0e
1 file changed
keyboard.go
@@ -7,7 +7,9 @@ import (
7
// KeyboardEnhancementsMsg is a message that gets sent when the terminal
8
// supports keyboard enhancements.
9
type KeyboardEnhancementsMsg struct {
10
- // Flags is a bitmask of supported keyboard enhancement features.
+ // Flags is a bitmask of enabled keyboard enhancement features. A non-zero
11
+ // value indicates that at least we have key disambiguation support.
12
+ //
13
// See [ansi.KittyReportEventTypes] and other constants for details.
14
//
15
// Example:
0 commit comments