termdash/cell
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
..
cell.go add font modifier cell options: bold, italic, underline. 2020-11-12 15:54:58 -05:00
cell_test.go Adding test coverage to cell options. 2020-11-14 00:39:44 -05:00
color.go Fixing color setting for `tcell`. 2020-11-14 23:21:07 -05:00
color_test.go Factoring private type buffer out of cell. 2019-02-24 16:29:44 -05:00