diff options
| author | Peter Stephenson <pws@users.sourceforge.net> | 2008-07-11 19:12:22 +0000 |
|---|---|---|
| committer | Peter Stephenson <pws@users.sourceforge.net> | 2008-07-11 19:12:22 +0000 |
| commit | ffabab4e74ae5b7e61550c528b8d19f6af6217e3 (patch) | |
| tree | 666ce4565e2740f1f4bc4e1c07a2b188004f38f6 /Functions/Misc/xtermctl | |
| parent | unposted: fix warn_create_global warnings in copy-earlier-word (diff) | |
| download | zsh-ffabab4e74ae5b7e61550c528b8d19f6af6217e3.tar zsh-ffabab4e74ae5b7e61550c528b8d19f6af6217e3.tar.gz zsh-ffabab4e74ae5b7e61550c528b8d19f6af6217e3.tar.bz2 zsh-ffabab4e74ae5b7e61550c528b8d19f6af6217e3.tar.lz zsh-ffabab4e74ae5b7e61550c528b8d19f6af6217e3.tar.xz zsh-ffabab4e74ae5b7e61550c528b8d19f6af6217e3.tar.zst zsh-ffabab4e74ae5b7e61550c528b8d19f6af6217e3.zip | |
25276: use autoload -z for zsh-autoload functions
Diffstat (limited to 'Functions/Misc/xtermctl')
| -rw-r--r-- | Functions/Misc/xtermctl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Functions/Misc/xtermctl b/Functions/Misc/xtermctl index c771fc39a..040838190 100644 --- a/Functions/Misc/xtermctl +++ b/Functions/Misc/xtermctl @@ -1,7 +1,7 @@ # Put standard xterm/dtterm window control codes in shell parameters for # easy use. Note that some terminals do not support all combinations. -# autoload -U xtermctl ; xtermctl +# autoload -Uz xtermctl ; xtermctl # xtermctl --explain # Run once to set up; implements two functions: |
