mirror of
				git://git.code.sf.net/p/zsh/code
				synced 2025-10-31 06:00:54 +01:00 
			
		
		
		
	36069: _tmux: Fix \ooo display in completion list
This commit is contained in:
		
							parent
							
								
									5d10851b73
								
							
						
					
					
						commit
						8d849b9caf
					
				
					 2 changed files with 4 additions and 1 deletions
				
			
		|  | @ -55,6 +55,9 @@ | |||
| 	* 36070: Completion/Unix/Command/_tmux: _tmux: Update bell-action | ||||
| 	and prefix options | ||||
| 
 | ||||
| 	* 36069: Completion/Unix/Command/_tmux: _tmux: Fix \ooo display in | ||||
| 	completion list | ||||
| 
 | ||||
| 2015-08-10  Peter Stephenson  <p.stephenson@samsung.com> | ||||
| 
 | ||||
| 	* 36045: Test/A05execution.ztst: make effect of failures | ||||
|  |  | |||
|  | @ -215,7 +215,7 @@ function _tmux-capture-pane() { | |||
|     args=( | ||||
|         '-a[use alternate screen]' | ||||
|         '-b[choose target buffer]:target buffer:__tmux-buffers' | ||||
|         '-C[escape non-printable characters as octal \ooo]' | ||||
|         '-C[escape non-printable characters as octal \\ooo]' | ||||
|         '-e[include escape sequences for attributes etc]' | ||||
|         '-E[specify last line to capture. - means last line of pane]' | ||||
|         '-J[join wrapped lines and preserver trailing space]' | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue