This commit is contained in:
FantasyPvP
2024-12-10 00:36:45 +00:00
parent 8f3a96c282
commit d77ce2bc47
13 changed files with 1413 additions and 306 deletions
+1
View File
@@ -332,6 +332,7 @@ pub fn special_char(ch: char) -> Option<u8> {
'░' => 176,
'▒' => 177,
'▓' => 178,
'█' => 219,
'«' => 174,
_ => {
return None;