font rendering

This commit is contained in:
Zacharias-Brohn
2025-12-16 16:55:10 +01:00
parent f304fd18a8
commit 5c3eee3448
14 changed files with 4060 additions and 874 deletions
+1 -1
View File
@@ -558,7 +558,7 @@ impl Parser {
self.csi.primary = ch;
self.csi.state = CsiState::Body;
}
b' ' | b'\'' | b'"' | b'!' | b'$' => {
b' ' | b'\'' | b'"' | b'!' | b'$' | b'#' | b'*' => {
self.csi.secondary = ch;
self.csi.state = CsiState::PostSecondary;
}