summaryrefslogtreecommitdiffstats
path: root/cmd-join-pane.c
AgeCommit message (Collapse)Author
2010-08-11Sync OpenBSD patchset 747:Tiago Cunha
Usage string fixes from Ben Boeckel.
2010-04-09Don't try to use a window-link that may have been freed.Micah Cowan
In the case where a join-pane is performed from within a grouped session, and the source pane had no siblings in the window (causing the window to be destroyed), there was an invalid access of the destination window link (which had been destroyed as part of the group session's resynchronization with the original session, due to killing the now-empty source window). CVS: ---------------------------------------------------------------------- CVS: Enter Log. Lines beginning with `CVS:' are removed automatically CVS: CVS: Committing in . CVS: CVS: Modified Files: CVS: cmd-join-pane.c CVS: ----------------------------------------------------------------------
2010-04-06-s src-pane.Nicholas Marriott
2010-01-08Do not include paths.h, since it's OS-dependent.Tiago Cunha
2010-01-08Sync OpenBSD patchset 604:Tiago Cunha
New command, join-pane, to split and move an existing pane into the space (like splitw then movep, or the reverse of breakp).