mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-09-24 06:28:12 +08:00
Color alpha support. (#884)
This commit is contained in:
@@ -38,7 +38,7 @@ struct Pixel {
|
||||
|
||||
// The graphemes stored into the pixel. To support combining characters,
|
||||
// like: a?, this can potentially contain multiple codepoints.
|
||||
std::string character = " ";
|
||||
std::string character = "";
|
||||
|
||||
// Colors:
|
||||
Color background_color = Color::Default;
|
||||
|
Reference in New Issue
Block a user