5 lines
139 B
Go
5 lines
139 B
Go
package tui
|
|
|
|
// Key bindings are handled via msg.String() matching in the Update function.
|
|
// No complex key binding struct needed for v1.
|