about summary refs log tree commit diff
path: root/Completion/X
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2001-04-02 12:16:20 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2001-04-02 12:16:20 +0000
commit8377a2e15023e39af716819abc8a22a754db6aba (patch)
treef99cd5957dbbf12e474bbccb3728fe31b65cd5ae /Completion/X
parent31b5dc0d3f18aa1de6c129d0b8e41315acd87815 (diff)
downloadzsh-8377a2e15023e39af716819abc8a22a754db6aba.tar.gz
zsh-8377a2e15023e39af716819abc8a22a754db6aba.tar.xz
zsh-8377a2e15023e39af716819abc8a22a754db6aba.zip
moved from Completion/X/_xterm
Diffstat (limited to 'Completion/X')
-rw-r--r--Completion/X/Command/_xterm24
1 files changed, 24 insertions, 0 deletions
diff --git a/Completion/X/Command/_xterm b/Completion/X/Command/_xterm
new file mode 100644
index 000000000..ef2de3007
--- /dev/null
+++ b/Completion/X/Command/_xterm
@@ -0,0 +1,24 @@
+#compdef xterm
+
+_xt_arguments \
+  -+{ah,ai,aw,bc,bdc,cb,cm,cn,cu,dc,hf,ie,im,j,ls,mb,nul,pc,rw,s,sb,sf,si,sk,sp,t,u8,ulc,ut,vb,wc,wf,samename} \
+  -{version,help,132,leftbar,rightbar,C} \
+  '-b:inner border size:' \
+  '-bcf:time text cursor is off when blinking (milliseconds):' \
+  '-bcn:time text cursor is on when blinking (milliseconds):' \
+  '-cc:character class:' \
+  '-cr:text cursor color:_x_color' \
+  '-e:program: _command_names -e:*::program arguments: _normal' \
+  '-fb:bold font:_x_font' \
+  '-fi:icon font:_x_font' \
+  '-hc:background color for highlighted text:_x_color' \
+  '-mc:multi-click threshold (milliseconds):' \
+  '-ms:pointer cursor color:_x_color' \
+  '-nb:margin bell number:' \
+  '-sl:save lines:' \
+  '-ti:terminal ID:(vt52 vt100 vt101 vt102 vt220)' \
+  '-tm:terminal setting:' \
+  '-tn:terminal type:' \
+  '-ziconbeep:iconbeep (percent):' \
+  '-C' \
+  '-S-:pseudo-terminal and file descriptor:'