Skip to content

Commit 4275f65

Browse files
committed
feat: add more ansi styles
1 parent 1b65dec commit 4275f65

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

lib/ansi.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,12 @@ const ESC = "\x1B",
2020
"dim": [ 2, 22 ],
2121
"italic": [ 3, 23 ],
2222
"underline": [ 4, 24 ],
23+
"blink": [ 5, 25 ],
2324
"inverse": [ 7, 27 ],
2425
"hidden": [ 8, 28 ],
2526
"strikethrough": [ 9, 29 ],
27+
"doubleUnderline": [ 21, 24 ],
28+
"overline": [ 53, 55 ],
2629

2730
"black": [ 30, 39 ],
2831
"red": [ 31, 39 ],

0 commit comments

Comments
 (0)