Projects STRLCPY termdash Commits cd442255
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■
    widgets/text/options.go
    skipped 132 lines
    133 133   DefaultScrollKeyPageDown = keyboard.KeyPgDn
    134 134  )
    135 135   
    136  -// ScrollKeys configures the mouse buttons that scroll the content.
     136 +// ScrollKeys configures the keyboard keys that scroll the content.
    137 137  // The provided keys must be unique, e.g. the same key cannot be both up and
    138 138  // down.
    139 139  func ScrollKeys(up, down, pageUp, pageDown keyboard.Key) Option {
    skipped 8 lines
Please wait...
Page is in error, reload to recover