cbind/doc.go

11 lines
317 B
Go
Raw Permalink Normal View History

2020-01-22 00:01:30 +00:00
/*
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