|
|
|
@ -1,6 +1,12 @@
@@ -1,6 +1,12 @@
|
|
|
|
|
!!! cbind has moved to [code.rocketnine.space](https://code.rocketnine.space/tslocum/cbind) !!! |
|
|
|
|
==== |
|
|
|
|
|
|
|
|
|
Please visit https://code.rocketnine.space/tslocum/cbind |
|
|
|
|
|
|
|
|
|
------------ |
|
|
|
|
|
|
|
|
|
# cbind |
|
|
|
|
[](https://docs.rocketnine.space/gitlab.com/tslocum/cbind) |
|
|
|
|
[](https://gitlab.com/tslocum/cbind/commits/master) |
|
|
|
|
[](https://docs.rocketnine.space/code.rocketnine.space/tslocum/cbind) |
|
|
|
|
[](https://liberapay.com/rocketnine.space) |
|
|
|
|
|
|
|
|
|
Key event handling library for tcell |
|
|
|
@ -50,14 +56,14 @@ app.SetInputCapture(c.Capture)
@@ -50,14 +56,14 @@ app.SetInputCapture(c.Capture)
|
|
|
|
|
|
|
|
|
|
## Documentation |
|
|
|
|
|
|
|
|
|
Documentation is available via [gdooc](https://docs.rocketnine.space/gitlab.com/tslocum/cbind). |
|
|
|
|
Documentation is available via [gdooc](https://docs.rocketnine.space/code.rocketnine.space/tslocum/cbind). |
|
|
|
|
|
|
|
|
|
The utility program `whichkeybind` is available to determine and validate key combinations. |
|
|
|
|
|
|
|
|
|
```bash |
|
|
|
|
go get gitlab.com/tslocum/cbind/whichkeybind |
|
|
|
|
go get code.rocketnine.space/tslocum/cbind/whichkeybind |
|
|
|
|
``` |
|
|
|
|
|
|
|
|
|
## Support |
|
|
|
|
|
|
|
|
|
Please share issues and suggestions [here](https://gitlab.com/tslocum/cbind/issues). |
|
|
|
|
Please share issues and suggestions [here](https://code.rocketnine.space/tslocum/cbind/issues). |
|
|
|
|