mirror of
				git://git.code.sf.net/p/zsh/code
				synced 2025-11-04 07:21:06 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			23 lines
		
	
	
	
		
			531 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
	
		
			531 B
		
	
	
	
		
			Text
		
	
	
	
	
	
COMMENT(!MOD!zsh/termcap
 | 
						|
Interface to the termcap database.
 | 
						|
!MOD!)
 | 
						|
The tt(zsh/termcap) module makes available one builtin command:
 | 
						|
 | 
						|
startitem()
 | 
						|
findex(echotc)
 | 
						|
cindex(termcap value, printing)
 | 
						|
item(tt(echotc) var(cap) [ var(arg) ... ])(
 | 
						|
Output the termcap value corresponding to the capability
 | 
						|
var(cap), with optional arguments.
 | 
						|
)
 | 
						|
enditem()
 | 
						|
 | 
						|
The tt(zsh/termcap) module makes available one parameter:
 | 
						|
 | 
						|
startitem()
 | 
						|
vindex(termcap)
 | 
						|
item(tt(termcap))(
 | 
						|
An associative array that maps termcap capability codes to
 | 
						|
their values.
 | 
						|
)
 | 
						|
enditem()
 |