mirror of
				https://github.com/ArthurSonzogni/FTXUI.git
				synced 2025-11-01 02:58:12 +08:00 
			
		
		
		
	Fixed small typo in screen.hpp (#668)
This commit is contained in:
		| @@ -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. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Avighna
					Avighna