summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/cmd-join-pane.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Instead of setting up the default keys by building the key structnicm2014-10-201-18/+1
* Correct the dance to fix the active pane in join-pane by pulling thenicm2014-04-171-6/+2
* Remove the barely-used and unnecessary command check() function.nicm2013-10-101-3/+1
* Add resize-pane -Z to temporary zoom the active pane to occupy the fullnicm2013-03-241-1/+3
* Add a command queue to standardize and simplify commands that call othernicm2013-03-241-13/+13
* Make command exec functions return an enum rather than -1/0/1 values andnicm2012-07-111-14/+14
* xfree is not particularly helpful, remove it. From Thomas Adam.nicm2012-07-101-3/+3
* Minor style nits - return ().nicm2012-04-011-2/+2
* Add notify hooks for various events, the functions are currently emptynicm2012-03-171-1/+4
* Add move-pane command (like join-pane but allows the same window). Alsonicm2012-03-031-7/+30
* While here, maximum percentage is 100 not INT_MAX. Oops.nicm2011-01-231-2/+2
* Size is -l not -s.nicm2011-01-231-3/+3
* Clean up and simplify tmux command argument parsing.nicm2011-01-041-156/+44
* Usage string fixes from Ben Boeckel.nicm2010-08-111-2/+2
* Fix use-after-free of the window link when it is part of a groupednicm2010-04-171-3/+4
* Should be -s for src pane.nicm2010-04-041-2/+2
* New command, join-pane, to split and move an existing pane into the space (likenicm2010-01-071-0/+257