diff --git a/src/ink/termio/sgr.ts b/src/ink/termio/sgr.ts index 4c5a022..0a3c787 100644 --- a/src/ink/termio/sgr.ts +++ b/src/ink/termio/sgr.ts @@ -306,3 +306,4 @@ export function applySGR(paramStr: string, style: TextStyle): TextStyle { } return s } +