From f930ffe94ab1c3623f14fd1b64c613d5a96ac665 Mon Sep 17 00:00:00 2001 From: Randall Winkhart Date: Wed, 12 Jul 2023 20:55:38 -0400 Subject: [PATCH] Fixed version info graphic having invisible elements in white-background terminals Former-commit-id: 0b2eafdf0bcecc580110455373d2fc3e5390b60b Former-commit-id: 9889ea48fff7c744776b4687b7ab91e17534e03d --- lib/sshyp.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/sshyp.py b/lib/sshyp.py index 9779393..ecb1560 100755 --- a/lib/sshyp.py +++ b/lib/sshyp.py @@ -285,9 +285,9 @@ def print_info(): _border = '\u001b[38;5;7;48;5;8m' + 14*'<>' + '-' + 14*'<>' + '\u001b[0m\n' print(f"""\nsshyp is a simple, self-hosted, sftp-synchronized\npassword manager for unix(-like) systems\n {9*' '}..{15*' '}\u001b[38;5;12m♥♥ \u001b[38;5;9m♥♥\u001b[0m{15*' '}.. -{8*' '}/()\\''.''.{7*' '}\u001b[38;5;12m♥♥♥\u001b[38;5;15m♥♥♥♥\u001b[0m{7*' '}.''.''/()\\{3*' '}_) +{8*' '}/()\\''.''.{7*' '}\u001b[38;5;12m♥♥♥\u001b[0m♥♥♥♥\u001b[0m{7*' '}.''.''/()\\{3*' '}_) {5*' '}_.{3*' '}:{7*' '}*{7*' '}\u001b[38;5;9m♥♥♥♥♥\u001b[0m{7*' '}*{7*' '}:{3*' '}<[◎]|_|= - }}-}}-*]{4*' '}`..'..'{9*' '}\u001b[38;5;15m♥♥♥\u001b[0m{9*' '}`..'..'{6*' '}| + }}-}}-*]{4*' '}`..'..'{9*' '}\u001b[0m♥♥♥\u001b[0m{9*' '}`..'..'{6*' '}| {4*' '}◎-◎{4*' '}//{3*' '}\\\\{10*' '}\u001b[38;5;9m♥\u001b[0m{10*' '}//{3*' '}\\\\{5*' '}/|\\""") print(f"{_border}{_blank}\n\u001b[38;5;7;48;5;8m\\\u001b[38;5;15;48;5;15m{18*' '}\u001b[38;5;15;48;5;8msshyp " f"version 1.5.0\u001b[38;5;15;48;5;15m{18*' '}\u001b[38;5;7;48;5;8m/\u001b[0m")