We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 023d5af commit f72e1ddCopy full SHA for f72e1dd
cmd2/ansi.py
@@ -118,6 +118,7 @@ class bg(ColorBase):
118
INTENSITY_BRIGHT = Style.BRIGHT
119
INTENSITY_DIM = Style.DIM
120
INTENSITY_NORMAL = Style.NORMAL
121
+
122
# ANSI style sequences not provided by colorama
123
UNDERLINE_ENABLE = colorama.ansi.code_to_chars(4)
124
UNDERLINE_DISABLE = colorama.ansi.code_to_chars(24)
0 commit comments