mirror of
https://github.com/jarun/nnn.git
synced 2025-01-24 09:46:38 +00:00
Add a cool ASCII art to help screen
This commit is contained in:
parent
e4813f06c1
commit
e11cbc289a
|
@ -4992,6 +4992,12 @@ static void show_help(const char *path)
|
||||||
if (fd == -1)
|
if (fd == -1)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
dprintf(fd, " |V\\_\n"
|
||||||
|
" /. \\\\\n"
|
||||||
|
" (.~; ||\n"
|
||||||
|
" /__3\\\n"
|
||||||
|
" (__n_))\n");
|
||||||
|
|
||||||
char *prog = xgetenv(env_cfg[NNN_HELP], NULL);
|
char *prog = xgetenv(env_cfg[NNN_HELP], NULL);
|
||||||
if (prog)
|
if (prog)
|
||||||
get_output(prog, NULL, NULL, fd, TRUE, FALSE);
|
get_output(prog, NULL, NULL, fd, TRUE, FALSE);
|
||||||
|
|
Loading…
Reference in a new issue