aboutsummaryrefslogtreecommitdiff
path: root/cmd-join-pane.c
Commit message (Expand)AuthorAge
* Make command exec functions return an enum rather than -1/0/1 values andNicholas Marriott2012-07-11
* xfree is not particularly helpful, remove it. From Thomas Adam.Nicholas Marriott2012-07-10
* Minor style nits - return ().Nicholas Marriott2012-04-01
* Add notify hooks for various events, the functions are currently emptyNicholas Marriott2012-03-17
* Add move-pane command (like join-pane but allows the same window). AlsoNicholas Marriott2012-03-03
* While here, maximum percentage is 100 not INT_MAX. Oops.Nicholas Marriott2011-01-23
* Size is -l not -s.Nicholas Marriott2011-01-23
* Clean up and simplify tmux command argument parsing.Nicholas Marriott2011-01-04
* Usage string fixes from Ben Boeckel.Nicholas Marriott2010-08-11
* Fix use-after-free of the window link when it is part of a groupedNicholas Marriott2010-04-17
* Should be -s for src pane.Nicholas Marriott2010-04-04
* New command, join-pane, to split and move an existing pane into the space (likeNicholas Marriott2010-01-07