mirror of
				https://github.com/tmux/tmux.git
				synced 2025-11-04 00:56:10 +00:00 
			
		
		
		
	link-window command to link a window into another session.
This commit is contained in:
		
							
								
								
									
										7
									
								
								CHANGES
									
									
									
									
									
								
							
							
						
						
									
										7
									
								
								CHANGES
									
									
									
									
									
								
							@@ -1,5 +1,10 @@
 | 
			
		||||
26 October 2007
 | 
			
		||||
 | 
			
		||||
* (nicm) link-window command to link an existing window into another session
 | 
			
		||||
  (or another index in the same session). Syntax:
 | 
			
		||||
 | 
			
		||||
	tmux -s dstname link-window [-i dstidx] srcname srcidx
 | 
			
		||||
 | 
			
		||||
* (nicm) Redo window data structures. The global array remains, but each per-
 | 
			
		||||
  session list is now a RB tree of winlink structures. This disassociates the
 | 
			
		||||
  window index from the array size (allowing arbitrary indexes) which still
 | 
			
		||||
@@ -170,5 +175,5 @@
 | 
			
		||||
  (including mutt, emacs). No status bar yet and no key remapping or other
 | 
			
		||||
  customisation.
 | 
			
		||||
 | 
			
		||||
$Id: CHANGES,v 1.52 2007-10-26 12:29:07 nicm Exp $
 | 
			
		||||
$Id: CHANGES,v 1.53 2007-10-26 13:03:59 nicm Exp $
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user