cbind/doc.go

11 lines
317 B
Go

/*
Package cbind provides tcell key event encoding, decoding and handling.
The NewConfiguration example demonstrates how to use cbind.
There are some limitations on reading keyboard input, which is explained in the tcell.EventKey documentation:
https://godoc.org/github.com/gdamore/tcell#EventKey
*/
package cbind