diff options
author | Oliver Kiddle <opk@zsh.org> | 2024-03-05 00:11:02 +0100 |
---|---|---|
committer | Oliver Kiddle <opk@zsh.org> | 2024-03-05 00:11:02 +0100 |
commit | 05c7b21e2b30873d002b50b37e2fbd3803d4b608 (patch) | |
tree | 70dc55c5c22cb1c245ab4f7d241ce95ca6cc7957 /Doc | |
parent | 36a2d5cfa49a6b7d699269cb4f22d5f3d0255bc8 (diff) | |
download | zsh-05c7b21e2b30873d002b50b37e2fbd3803d4b608.tar.gz zsh-05c7b21e2b30873d002b50b37e2fbd3803d4b608.tar.xz zsh-05c7b21e2b30873d002b50b37e2fbd3803d4b608.zip |
52646: extend support for highlight groups to completion explanation strings and WATCHFMT
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/Zsh/compsys.yo | 4 | ||||
-rw-r--r-- | Doc/Zsh/compwid.yo | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo index 3f708eb5a..f75298a1b 100644 --- a/Doc/Zsh/compsys.yo +++ b/Doc/Zsh/compsys.yo @@ -2023,8 +2023,8 @@ position shown as a percentage of the total length otherwise. In each case the form with the uppercase letter will be replaced by a string of fixed width, padded to the right with spaces, while the lowercase form will be replaced by a variable width string. As in other prompt strings, the -escape sequences `tt(%S)', `tt(%s)', `tt(%B)', `tt(%b)', `tt(%U)', -`tt(%u)' for entering and leaving the display modes +escape sequence `tt(%H)` along with `tt(%S)', `tt(%s)', `tt(%B)', `tt(%b)', +`tt(%U)', `tt(%u)' for entering and leaving the display modes standout, bold and underline, and `tt(%F)', `tt(%f)', `tt(%K)', `tt(%k)' for changing the foreground background colour, are also available, as is the form `tt(%{)...tt(%})' for enclosing escape sequences which display with zero diff --git a/Doc/Zsh/compwid.yo b/Doc/Zsh/compwid.yo index 9461ace17..b0c9b0a5f 100644 --- a/Doc/Zsh/compwid.yo +++ b/Doc/Zsh/compwid.yo @@ -597,7 +597,8 @@ ifnzman((see noderef(Prompt Expansion)))\ ifzman(as described in the section EXPANSION OF PROMPT SEQUENCES in zmanref(zshmisc)): `tt(%B)', `tt(%S)', `tt(%U)', `tt(%F)', `tt(%K)' and their lower case -counterparts, as well as `tt(%{)...tt(%})'. `tt(%F)', `tt(%K)' and +counterparts, as well as `tt(%H)' and `tt(%{)...tt(%})'. `tt(%F)', +`tt(%K)', `tt(%H)' and `tt(%{)...tt(%})' take arguments in the same form as prompt expansion. (Note that the sequence `tt(%G)' is not available; an argument to `tt(%{)' should be used instead.) The sequence `tt(%%)' |