We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b65dec commit 4275f65Copy full SHA for 4275f65
1 file changed
lib/ansi.js
@@ -20,9 +20,12 @@ const ESC = "\x1B",
20
"dim": [ 2, 22 ],
21
"italic": [ 3, 23 ],
22
"underline": [ 4, 24 ],
23
+ "blink": [ 5, 25 ],
24
"inverse": [ 7, 27 ],
25
"hidden": [ 8, 28 ],
26
"strikethrough": [ 9, 29 ],
27
+ "doubleUnderline": [ 21, 24 ],
28
+ "overline": [ 53, 55 ],
29
30
"black": [ 30, 39 ],
31
"red": [ 31, 39 ],
0 commit comments