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 | 004ae03ed543d28aaccb87013740f0c5259045e5 (patch) | |
tree | bf641b48e3946985c037a0a36149244081c09acc | |
parent | Document PS0 (diff) | |
download | src-004ae03ed543d28aaccb87013740f0c5259045e5.tar.gz src-004ae03ed543d28aaccb87013740f0c5259045e5.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 d64876be..9dcca9a8 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 |