diff options
author | June McEnroe <june@causal.agency> | 2019-01-13 19:19:04 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-01-13 19:19:04 -0500 |
commit | a4a43e1fe85f433f5ed87e9c6ff9783abbba4d1e (patch) | |
tree | 70fd1dc00539b27c680915ef59b1ef7ccca9f0e5 | |
parent | Document PS0 (diff) | |
download | src-a4a43e1fe85f433f5ed87e9c6ff9783abbba4d1e.tar.gz src-a4a43e1fe85f433f5ed87e9c6ff9783abbba4d1e.zip |
Document PSlit
Diffstat (limited to '')
-rw-r--r-- | bin/cash/cash.1 | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/bin/cash/cash.1 b/bin/cash/cash.1 index e7ebafa8..49a4f1cc 100644 --- a/bin/cash/cash.1 +++ b/bin/cash/cash.1 @@ -1587,6 +1587,22 @@ is active). The default is .Dq Li "+ " . . +.It Va PSlit +Defines the character which may be embedded in pairs, in +.Va PS1 , +.Va PS2 , +.Va RPS1 +or +.Va RPS2 +to indicate to +.Xr editline 7 +that the characters between each pair of occurrences of the +.Va PSlit +character will not appear in the visible prompt, and will not +cause the terminal's cursor to change position, but rather set terminal +attributes for the following prompt character(s) at least one of +which must be present. +. .It Va RPS1 The primary right prompt string. .Va RPS1 |