mirror of
https://github.com/jarun/nnn.git
synced 2025-04-02 11:36:33 +00:00
Add a cool ASCII art to help screen
This commit is contained in:
parent
e4813f06c1
commit
e11cbc289a
1 changed files with 6 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue