summary refs log tree commit diff
path: root/bin/cash/histedit.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/cash/histedit.c')
-rw-r--r--bin/cash/histedit.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/bin/cash/histedit.c b/bin/cash/histedit.c
index 581925d8..4e8ff8b2 100644
--- a/bin/cash/histedit.c
+++ b/bin/cash/histedit.c
@@ -177,6 +177,14 @@ sethistsize(const char *hs)
 }
 
 void
+setpslit(const char *lit) {
+	if (el != NULL && *lit < 0x20) {
+		el_set(el, EL_PROMPT_ESC, getprompt, *lit);
+		el_set(el, EL_RPROMPT_ESC, getrprompt, *lit);
+	}
+}
+
+void
 setterm(const char *term)
 {
 	if (rootshell && el != NULL && term != NULL)