From 7bc66766801f7ee324256776e3fe66ff0184f742 Mon Sep 17 00:00:00 2001 From: KingKrouch <64479044+KingKrouch@users.noreply.github.com> Date: Mon, 10 Apr 2023 15:28:42 +0000 Subject: [PATCH] Update Windows 11 ASCII Reason being that the original ASCII art as shown in Windows Terminal has random portions using "*" and "(" as opposed to "/". --- src/logo/builtin.c | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/src/logo/builtin.c b/src/logo/builtin.c index c3e59e347..a356d7b20 100644 --- a/src/logo/builtin.c +++ b/src/logo/builtin.c @@ -1369,23 +1369,23 @@ static const FFlogo* getLogoWindows11() FF_LOGO_NAMES("Windows 11", "Windows Server 2022") FF_LOGO_LINES( "$1\n" - ",,**************/ ///////////////()\n" - "****************/ ///////////////((\n" - "***************// //////////////(((\n" - "**************/// ////////////(((((\n" - "************///// /////////((((((((\n" - "*********//////// /////((((((((((((\n" - "*******////////// ///((((((((((((((\n" - "****///////////// (((((((((((((((((\n" + "///////////////// /////////////////\n" + "///////////////// /////////////////\n" + "///////////////// /////////////////\n" + "///////////////// /////////////////\n" + "///////////////// /////////////////\n" + "///////////////// /////////////////\n" + "///////////////// /////////////////\n" + "///////////////// /////////////////\n" "\n" - "/////////////(((( (((((((((((((((((\n" - "////////////((((( (((((((((((((((((\n" - "///////////(((((( (((((((((((((((((\n" - "/////////(((((((( (((((((((((((((((\n" - "///////(((((((((( (((((((((((((((((\n" - "////((((((((((((( (((((((((((((((((\n" - "((((((((((((((((( (((((((((((((((((\n" - "((((((((((((((((( (((((((((((((((()" + "///////////////// /////////////////\n" + "///////////////// /////////////////\n" + "///////////////// /////////////////\n" + "///////////////// /////////////////\n" + "///////////////// /////////////////\n" + "///////////////// /////////////////\n" + "///////////////// /////////////////\n" + "///////////////// /////////////////" ) FF_LOGO_COLORS( "34" //blue