X-Git-Url: https://wannabe.guru.org/gitweb/?a=blobdiff_plain;f=ansi.py;h=dc9a31542f4551a73d9ab1de341b7fce11e85f47;hb=5724b9e4f9e7f157e70badaf46c6dd4b3187ac54;hp=476f0a4dd9f80c111567a6b8c5395ac17f2686a2;hpb=497fb9e21f45ec08e1486abaee6dfa7b20b8a691;p=python_utils.git 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: