-
-
Notifications
You must be signed in to change notification settings - Fork 127
Closed
Labels
VT: BackendVirtual Terminal Backend (libterminal API)Virtual Terminal Backend (libterminal API)enhancementNew feature or requestNew feature or requestfeature-requestUser requested featuresUser requested featuresgood first issueGood for newcomersGood for newcomers
Milestone
Description
they should be read from the color scheme, defaulting to the colors (and style state) that we're having right now.
Not sure it's a good thing, but whether or not to use bold text for rendering it, should probably be made configurable as well. But this is up for consideration only.
contour/src/vtbackend/RenderBufferBuilder.cpp
Lines 587 to 590 in c7ce541
auto textAttributes = GraphicsAttributes {}; | |
textAttributes.foregroundColor = RGBColor(0xFF, 0xFF, 0xFF); | |
textAttributes.backgroundColor = RGBColor(0xFF, 0x00, 0x00); | |
textAttributes.flags |= CellFlags::Bold | CellFlags::Underline; |
Metadata
Metadata
Assignees
Labels
VT: BackendVirtual Terminal Backend (libterminal API)Virtual Terminal Backend (libterminal API)enhancementNew feature or requestNew feature or requestfeature-requestUser requested featuresUser requested featuresgood first issueGood for newcomersGood for newcomers