1
0
mirror of https://github.com/mum4k/termdash.git synced 2025-04-25 13:48:50 +08:00

12 Commits

Author SHA1 Message Date
Aniket Teredesai
bb460d221d add tcell's dim text style 2022-07-01 09:22:23 +05:30
Carson McManus
93ddcf4615 fix font modifiers test coverage and style nitpicks 2020-11-17 08:33:36 -05:00
Carson McManus
eea25385e4 add remaining font modifiers: strikethrough, inverse, blink 2020-11-16 00:45:21 -05:00
Jakub Sobon
b4d53c1f6c
Removing commented-out code. 2020-11-14 23:25:58 -05:00
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
“Carson
4d320e3f2e upgrade tcell to v2.x 2020-11-14 16:47:55 -05:00
Jakub Sobon
e5e1397ce9
Adding test coverage to cell options. 2020-11-14 00:39:44 -05:00
“Carson
50310f4d29 add font modifier cell options: bold, italic, underline. 2020-11-12 15:54:58 -05:00
kvnxiao
a0d3da0527 Fix a check in fixColor 2020-02-29 18:40:14 -05:00
kvnxiao
67c22d9015 Add license headers 2020-02-29 02:15:23 -05:00
kvnxiao
f01148c8fd Add color mode and clear style colors 2020-02-29 02:02:05 -05:00
kvnxiao
b23d99cd8d Add tcell dependency as another terminal backend 2020-02-29 02:02:05 -05:00