Flip the cat assistant
This commit is contained in:
parent
7ef283e4d9
commit
e0757e7ba9
|
@ -30,16 +30,16 @@ using std::max;
|
|||
struct NCursesWin : WINDOW {};
|
||||
|
||||
static constexpr StringView assistant_cat[] =
|
||||
{ R"( ___ )",
|
||||
R"( / __) )",
|
||||
R"( \ \ ╭)",
|
||||
R"( .·' '. │)",
|
||||
R"( ” ' ╯)",
|
||||
R"( |\_/\ ╯ )",
|
||||
R"( / . | )",
|
||||
R"( | | | ’l_╯ )",
|
||||
R"( \_ -__/ ' )",
|
||||
R"( /_/ /_/ )",
|
||||
{ R"( ___ )",
|
||||
R"( (__ \ )",
|
||||
R"( / / ╭)",
|
||||
R"( .' '·. │)",
|
||||
R"( ' ” │)",
|
||||
R"( ╰ /\_/| │)",
|
||||
R"( | . \ │)",
|
||||
R"( ╰_J` | | | ╯)",
|
||||
R"( ' \__- _/ )",
|
||||
R"( \_\ \_\ )",
|
||||
R"( )"};
|
||||
|
||||
static constexpr StringView assistant_clippy[] =
|
||||
|
|
Loading…
Reference in New Issue
Block a user