♻️ sgr.ts

This commit is contained in:
nirholas
2026-03-31 10:23:42 +00:00
parent 17bd4e731e
commit 6abf7af493

View File

@@ -306,3 +306,4 @@ export function applySGR(paramStr: string, style: TextStyle): TextStyle {
} }
return s return s
} }