termdash/terminal/terminalapi
Jakub Sobon 503c0ada52
Fixing color setting for `tcell`.
Our tcell library incorrectly referenced tcell color values rather than
just names. The values aren't part of the public API and did change with
the update to v2.

This commit switches our tcell library to using the public constants
exported by the `tcell` project.

Also aligning our color definition of the first 16 colors with `tcell`
and Xterm. Adding two additional colors to make this change backward
compatible with `termbox-go`.
2020-11-14 23:21:07 -05:00
..
color_mode.go Fixing color setting for `tcell`. 2020-11-14 23:21:07 -05:00
event.go Mouse and keyboard are also public. 2019-02-24 02:08:48 -05:00
terminalapi.go Add missing Close() function to terminalapi.Terminal interface 2020-03-01 14:43:46 -05:00