diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2008-10-17 08:31:22 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2008-10-17 08:31:22 +0000 |
commit | 52fba13e9baab656b8901ebf308197169eab8947 (patch) | |
tree | fc74a2b375317fd74951acfba5d6d0b0d40fcc04 /Doc/Zsh | |
parent | 3c248a0de485f42db15fc8af4f1ccec4cf583f62 (diff) | |
download | zsh-52fba13e9baab656b8901ebf308197169eab8947.tar.gz zsh-52fba13e9baab656b8901ebf308197169eab8947.tar.xz zsh-52fba13e9baab656b8901ebf308197169eab8947.zip |
Rocky: 25907: Makefile needs .exe to run zsh on Cygwin
Diffstat (limited to 'Doc/Zsh')
-rw-r--r-- | Doc/Zsh/zle.yo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/zle.yo b/Doc/Zsh/zle.yo index 57dd020eb..c949e58c6 100644 --- a/Doc/Zsh/zle.yo +++ b/Doc/Zsh/zle.yo @@ -2188,7 +2188,7 @@ tt(b) or tt(bl) selects black. Some terminals may generate additional colours if the tt(bold) attribute is also present. On recent terminals and on systems with an up-to-date terminal database the -number of colours supported may be tested by with the command `tt(echotc +number of colours supported may be tested by the command `tt(echotc Co)'; if this succeeds, it indicates a limit on the number of colours which will be enforced by the line editor. The number of colours is in any case limited to 256 (i.e. the range 0 to 255). |