From dab5654d392f69fb00bed49cf8ffb80f37642ea5 Mon Sep 17 00:00:00 2001 From: Scott Gasch Date: Tue, 13 Apr 2021 13:55:12 -0700 Subject: Various sundry changes. --- ansi.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ansi.py') 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: -- cgit v1.3