aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vis-cmds.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vis-cmds.c b/vis-cmds.c
index 2f2ecf9..b69fc21 100644
--- a/vis-cmds.c
+++ b/vis-cmds.c
@@ -661,7 +661,7 @@ static bool cmd_help(Vis *vis, Win *win, Command *cmd, const char *argv[], Curso
Text *txt = vis->win->file->text;
- text_appendf(txt, "vis %s\n\n", VERSION);
+ text_appendf(txt, "vis %s (PID: %ld)\n\n", VERSION, (long)getpid());
text_appendf(txt, " Modes\n\n");
for (int i = 0; i < LENGTH(vis_modes); i++) {