You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
317 B
10 lines
317 B
/* |
|
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
|
|
|