diff options
| author | Daniel Shahaf <d.s@daniel.shahaf.name> | 2020-11-16 18:05:02 +0000 |
|---|---|---|
| committer | Daniel Shahaf <d.s@daniel.shahaf.name> | 2021-09-26 09:00:32 +0000 |
| commit | ca94d3acdaf30057c91b2f82f6268c3ffb2e3f6f (patch) | |
| tree | c351375660523209041536e010fc822f05914b13 /Doc/Zsh/mod_curses.yo | |
| parent | 49422: improve support of --disable-dynamic-nss (diff) | |
| download | zsh-ca94d3acdaf30057c91b2f82f6268c3ffb2e3f6f.tar zsh-ca94d3acdaf30057c91b2f82f6268c3ffb2e3f6f.tar.gz zsh-ca94d3acdaf30057c91b2f82f6268c3ffb2e3f6f.tar.bz2 zsh-ca94d3acdaf30057c91b2f82f6268c3ffb2e3f6f.tar.lz zsh-ca94d3acdaf30057c91b2f82f6268c3ffb2e3f6f.tar.xz zsh-ca94d3acdaf30057c91b2f82f6268c3ffb2e3f6f.tar.zst zsh-ca94d3acdaf30057c91b2f82f6268c3ffb2e3f6f.zip | |
unposted: Fix typos
Diffstat (limited to 'Doc/Zsh/mod_curses.yo')
| -rw-r--r-- | Doc/Zsh/mod_curses.yo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/mod_curses.yo b/Doc/Zsh/mod_curses.yo index 6e4831abe..e2d5690e2 100644 --- a/Doc/Zsh/mod_curses.yo +++ b/Doc/Zsh/mod_curses.yo @@ -157,7 +157,7 @@ input. This is only available with the ncurses library; mouse handling can be detected by checking for the exit status of `tt(zcurses mouse)' with no arguments. If a mouse button is clicked (or double- or triple-clicked, or pressed or released with -a configurable delay from being clicked) then tt(kparam) is set to the string +a configurable delay from being clicked) then var(kparam) is set to the string tt(MOUSE), and var(mparam) is set to an array consisting of the following elements: startitem() |
