Christian Muehlhaeuser
|
7eec968514
|
Construct one combined true-color ANSI sequence for foreground and background colors
|
2019-12-05 20:46:05 +01:00 |
|
Christian Muehlhaeuser
|
78e36a02d0
|
Use ElementStyle as a value instead of pointer, so we can drop all the annoying nil checks
|
2019-12-05 18:05:29 +01:00 |
|
Christian Muehlhaeuser
|
556c490ac4
|
Fix nil pointer access when style is unused
|
2019-12-05 17:52:22 +01:00 |
|
Christian Muehlhaeuser
|
c4b02ad80d
|
Cascade other style options to children when requested
|
2019-12-05 14:07:10 +01:00 |
|
Christian Muehlhaeuser
|
924d332de2
|
Support 24bit color space in terminals with support
Currently supported by xterm, Konsole, gnome Terminal, VTE, iTerm2.
|
2019-12-05 12:19:17 +01:00 |
|
Christian Muehlhaeuser
|
cb80cfbb36
|
Use color helper to retrieve correct ANSI color index
|
2019-12-05 11:55:24 +01:00 |
|
Christian Muehlhaeuser
|
39a6da5fe7
|
Support hex color values in style config
While we don't support extended color ranges just yet, this approximates
the hex value to the closest color value in the ANSI 256-color chart.
|
2019-12-05 11:43:56 +01:00 |
|
Christian Muehlhaeuser
|
038f2dd684
|
Handle write buffers & cascading styles in BlockStack
|
2019-12-04 13:36:31 +01:00 |
|
Christian Muehlhaeuser
|
9134cddd48
|
Fix filename baseelement.go
|
2019-12-04 09:51:59 +01:00 |
|