summaryrefslogtreecommitdiff
path: root/ansi.py
diff options
context:
space:
mode:
Diffstat (limited to 'ansi.py')
-rwxr-xr-xansi.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ansi.py b/ansi.py
index 476f0a4..dc9a315 100755
--- a/ansi.py
+++ b/ansi.py
@@ -1620,7 +1620,7 @@ def italic() -> str:
def italics() -> str:
- return ""
+ return italic()
def underline() -> str:
@@ -1632,7 +1632,7 @@ def strikethrough() -> str:
def strike_through() -> str:
- return ""
+ return strikethrough()
def is_16color(num: int) -> bool: