Add a cool ASCII art to help screen

This commit is contained in:
Arun Prakash Jana 2021-08-22 20:47:00 +05:30
parent e4813f06c1
commit e11cbc289a
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with 6 additions and 0 deletions

View File

@ -4992,6 +4992,12 @@ static void show_help(const char *path)
if (fd == -1)
return;
dprintf(fd, " |V\\_\n"
" /. \\\\\n"
" (.~; ||\n"
" /__3\\\n"
" (__n_))\n");
char *prog = xgetenv(env_cfg[NNN_HELP], NULL);
if (prog)
get_output(prog, NULL, NULL, fd, TRUE, FALSE);