mirror of
https://github.com/mawww/kakoune.git
synced 2024-12-24 12:02:15 +03:00
Flip the cat assistant
This commit is contained in:
parent
7ef283e4d9
commit
e0757e7ba9
@ -31,15 +31,15 @@ struct NCursesWin : WINDOW {};
|
|||||||
|
|
||||||
static constexpr StringView assistant_cat[] =
|
static constexpr StringView assistant_cat[] =
|
||||||
{ R"( ___ )",
|
{ R"( ___ )",
|
||||||
R"( / __) )",
|
R"( (__ \ )",
|
||||||
R"( \ \ ╭)",
|
R"( / / ╭)",
|
||||||
R"( .·' '. │)",
|
R"( .' '·. │)",
|
||||||
R"( ” ' ╯)",
|
R"( ' ” │)",
|
||||||
R"( |\_/\ ╯ )",
|
R"( ╰ /\_/| │)",
|
||||||
R"( / . | )",
|
R"( | . \ │)",
|
||||||
R"( | | | ’l_╯ )",
|
R"( ╰_J` | | | ╯)",
|
||||||
R"( \_ -__/ ' )",
|
R"( ' \__- _/ )",
|
||||||
R"( /_/ /_/ )",
|
R"( \_\ \_\ )",
|
||||||
R"( )"};
|
R"( )"};
|
||||||
|
|
||||||
static constexpr StringView assistant_clippy[] =
|
static constexpr StringView assistant_clippy[] =
|
||||||
|
Loading…
Reference in New Issue
Block a user