From a0de0207d067ea14d782cc70bf8f6ad1ac71da6d Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Tue, 31 Aug 1999 10:34:01 +0000 Subject: zsh-workers:7564 --- Completion/User/_colors | 0 Completion/User/_cursors | 15 --------------- 2 files changed, 15 deletions(-) delete mode 100644 Completion/User/_colors delete mode 100644 Completion/User/_cursors (limited to 'Completion/User') diff --git a/Completion/User/_colors b/Completion/User/_colors deleted file mode 100644 index e69de29bb..000000000 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[@]" -- cgit 1.4.1