mirror of
				git://git.code.sf.net/p/zsh/code
				synced 2025-10-31 06:00:54 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			24 lines
		
	
	
	
		
			922 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
	
		
			922 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| #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:_colors' \
 | |
|   '-e:program: _command_names -e:*::program arguments: _normal' \
 | |
|   '-fb:bold font:_x_font' \
 | |
|   '-fi:icon font:_x_font' \
 | |
|   '-hc:background color for highlighted text:_colors' \
 | |
|   '-mc:multi-click threshold (milliseconds):' \
 | |
|   '-ms:pointer cursor color:_colors' \
 | |
|   '-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:'
 |