diff options
author | June McEnroe <june@causal.agency> | 2019-01-11 13:59:39 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-01-11 13:59:39 -0500 |
commit | 037d883e568435859c61c46f00282ba2d9277d7c (patch) | |
tree | d967ca9a31427cc79ff3ca239748f0ae44599a00 /bin/cash/myhistedit.h | |
parent | Don't make depend automatically (diff) | |
download | src-037d883e568435859c61c46f00282ba2d9277d7c.tar.gz src-037d883e568435859c61c46f00282ba2d9277d7c.zip |
Add PSlit for prompt escapes
Diffstat (limited to '')
-rw-r--r-- | bin/cash/myhistedit.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/cash/myhistedit.h b/bin/cash/myhistedit.h index ba39eb0e..8f1305ad 100644 --- a/bin/cash/myhistedit.h +++ b/bin/cash/myhistedit.h @@ -40,5 +40,6 @@ extern int displayhist; void histedit(void); void sethistsize(const char *); +void setpslit(const char *); void setterm(const char *); |