aboutsummaryrefslogtreecommitdiff
path: root/cmd-join-pane.c
Commit message (Expand)AuthorAge
...
| * Kill empty window after moving pane and updating current window, so thatnicm2016-08-27
* | Merge branch 'obsd-master'Thomas Adam2016-01-19
|\|
| * I no longer use my SourceForge address so replace it.nicm2016-01-19
* | Merge branch 'obsd-master'Thomas Adam2015-12-14
|\|
| * Instead of combined flags for -c, -s, -t, split into different setsnicm2015-12-14
* | Merge branch 'obsd-master'Thomas Adam2015-12-13
|\|
| * Use member names in cmd_entry definitions so I stop getting confusednicm2015-12-13
* | Merge branch 'obsd-master'Thomas Adam2015-12-13
|\|
| * Instead of every command resolving the target (-t or -s) itself, preparenicm2015-12-13
* | Merge branch 'obsd-master'Thomas Adam2015-06-19
|\|
| * Use the SRCDST define for usage.nicm2015-06-18
* | Merge branch 'obsd-master'Thomas Adam2015-06-04
|\|
| * Add support for a single "marked pane". There is one marked pane in thenicm2015-06-04
* | No need for $Id$ now.Nicholas Marriott2014-11-08
* | Merge branch 'obsd-master'Thomas Adam2014-10-21
|\|
| * Instead of setting up the default keys by building the key structnicm2014-10-20
* | Merge branch 'obsd-master'Thomas Adam2014-04-23
|\|
| * Correct the dance to fix the active pane in join-pane by pulling thenicm2014-04-17
| * Remove the barely-used and unnecessary command check() function.nicm2013-10-10
| * Add resize-pane -Z to temporary zoom the active pane to occupy the fullNicholas Marriott2013-03-24
| * Add a command queue to standardize and simplify commands that call otherNicholas Marriott2013-03-24
| * 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
* Remove the barely-used and unnecessary command check() function.Nicholas Marriott2013-08-21
* Add resize-pane -Z to temporary zoom the active pane to occupy the full windowNicholas Marriott2013-02-24
* Add a command queue to standardize and simplify commands that call otherNicholas Marriott2013-02-23
* Sync OpenBSD patchset 1151:Tiago Cunha2012-07-11
* Sync OpenBSD patchset 1150:Tiago Cunha2012-07-11
* Sync OpenBSD patchset 1087:Tiago Cunha2012-04-10
* Sync OpenBSD patchset 1069:Tiago Cunha2012-03-18
* Sync OpenBSD patchset 1035:Tiago Cunha2012-03-03
* Expand the Id keyword. Tiago Cunha2011-07-09
* While here, maximum percentage is 100 not INT_MAX. Oops.Nicholas Marriott2011-01-23
* Size is -l not -s.Nicholas Marriott2011-01-23
* Sync OpenBSD patchset 829:Tiago Cunha2011-01-07
* Sync OpenBSD patchset 747:Tiago Cunha2010-08-11
* Don't try to use a window-link that may have been freed.Micah Cowan2010-04-09
* -s src-pane.Nicholas Marriott2010-04-06
* Do not include paths.h, since it's OS-dependent.Tiago Cunha2010-01-08
* Sync OpenBSD patchset 604:Tiago Cunha2010-01-08