...

Source file src/code.rocketnine.space/tslocum/cbind/doc.go

Documentation: code.rocketnine.space/tslocum/cbind

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

View as plain text