link-window command to link a window into another session.

This commit is contained in:
Nicholas Marriott
2007-10-26 13:03:59 +00:00
parent 4ba3cf60be
commit 5a954bd9bd
6 changed files with 188 additions and 9 deletions

View File

@ -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 $