diff options
author | Tanaka Akira <akr@users.sourceforge.net> | 1999-08-31 10:34:01 +0000 |
---|---|---|
committer | Tanaka Akira <akr@users.sourceforge.net> | 1999-08-31 10:34:01 +0000 |
commit | a0de0207d067ea14d782cc70bf8f6ad1ac71da6d (patch) | |
tree | b650e332a9d39a335382a55e798a2595bbf4e14d /Completion/User | |
parent | 39143d5c619b98e51e7c5f69d5d12440e8272942 (diff) | |
download | zsh-a0de0207d067ea14d782cc70bf8f6ad1ac71da6d.tar.gz zsh-a0de0207d067ea14d782cc70bf8f6ad1ac71da6d.tar.xz zsh-a0de0207d067ea14d782cc70bf8f6ad1ac71da6d.zip |
zsh-workers:7564
Diffstat (limited to 'Completion/User')
-rw-r--r-- | Completion/User/_colors | 0 | ||||
-rw-r--r-- | Completion/User/_cursors | 15 |
2 files changed, 0 insertions, 15 deletions
diff --git a/Completion/User/_colors b/Completion/User/_colors deleted file mode 100644 index e69de29bb..000000000 --- a/Completion/User/_colors +++ /dev/null diff --git a/Completion/User/_cursors b/Completion/User/_cursors deleted file mode 100644 index 7e5cbc44e..000000000 --- a/Completion/User/_cursors +++ /dev/null @@ -1,15 +0,0 @@ -#autoload - -if (( ! $+_cursor_cache )); then - local file - - file=( /usr/{include,{{X11R6,openwin},local{,/X11{,R6}}}/include}/X11/cursorfont.h(N) ) - - if (( $#file )); then - _cursor_cache=( "${(@)${(@)${(M@)${(@f)$(< $file[1])}:#*XC_*}[2,-1]#* XC_}% *}" ) - else - _cursor_cache=( X_cursor ) - fi -fi - -compadd -M 'm:-=_ r:|_=*' - "$_cursor_cache[@]" |