summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/cmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd.c b/src/cmd.c
index f0ad6e9..2eb4537 100644
--- a/src/cmd.c
+++ b/src/cmd.c
@@ -536,7 +536,7 @@ int cmd_process(struct commands *commands, struct cmd_ctx **ctxp, char key,
int err;
- err = re_hprintf(pf, "\n/");
+ err = re_hprintf(pf, "%c", LONG_PREFIX);
if (err)
return err;