mirror of
				https://github.com/ArthurSonzogni/FTXUI.git
				synced 2025-10-31 10:38:09 +08:00 
			
		
		
		
	Fix unsigned/signed comparison issues. (#103)
Seen here: https://github.com/VedantParanjape/simpPRU/runs/2613171696
This commit is contained in:
		| @@ -12,7 +12,9 @@ std::wstring to_wstring(T s) { | ||||
|   return to_wstring(std::to_string(s)); | ||||
| } | ||||
|  | ||||
| int wchar_width(char32_t); | ||||
| int wchar_width(wchar_t); | ||||
| int wchar_width_cjk(char32_t); | ||||
| int wchar_width_cjk(wchar_t); | ||||
| int wstring_width(const std::wstring&); | ||||
| int wstring_width_cjk(const std::wstring&); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Arthur Sonzogni
					Arthur Sonzogni