mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2024-11-22 18:50:09 +08:00
Fixed small typo in screen.hpp (#668)
This commit is contained in:
parent
ff5817b8a6
commit
c3c3a2b11f
@ -18,7 +18,7 @@ struct Pixel {
|
||||
bool operator==(const Pixel& other) const;
|
||||
|
||||
// The graphemes stored into the pixel. To support combining characters,
|
||||
// like: a⃦, this can potentially contains multiple codepoitns.
|
||||
// like: a⃦, this can potentially contain multiple codepoints.
|
||||
std::string character = " ";
|
||||
|
||||
// The hyperlink associated with the pixel.
|
||||
|
Loading…
Reference in New Issue
Block a user