index
:
rtmux.git
master
rahm
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cmd-join-pane.c
Commit message (
Expand
)
Author
Age
*
Use the SRCDST define for usage.
nicm
2015-06-18
*
Add support for a single "marked pane". There is one marked pane in the
nicm
2015-06-04
*
Instead of setting up the default keys by building the key struct
nicm
2014-10-20
*
Correct the dance to fix the active pane in join-pane by pulling the
nicm
2014-04-17
*
Remove the barely-used and unnecessary command check() function.
nicm
2013-10-10
*
Add resize-pane -Z to temporary zoom the active pane to occupy the full
Nicholas Marriott
2013-03-24
*
Add a command queue to standardize and simplify commands that call other
Nicholas Marriott
2013-03-24
*
Make command exec functions return an enum rather than -1/0/1 values and
Nicholas Marriott
2012-07-11
*
xfree is not particularly helpful, remove it. From Thomas Adam.
Nicholas Marriott
2012-07-10
*
Minor style nits - return ().
Nicholas Marriott
2012-04-01
*
Add notify hooks for various events, the functions are currently empty
Nicholas Marriott
2012-03-17
*
Add move-pane command (like join-pane but allows the same window). Also
Nicholas Marriott
2012-03-03
*
While here, maximum percentage is 100 not INT_MAX. Oops.
Nicholas Marriott
2011-01-23
*
Size is -l not -s.
Nicholas Marriott
2011-01-23
*
Clean up and simplify tmux command argument parsing.
Nicholas Marriott
2011-01-04
*
Usage string fixes from Ben Boeckel.
Nicholas Marriott
2010-08-11
*
Fix use-after-free of the window link when it is part of a grouped
Nicholas Marriott
2010-04-17
*
Should be -s for src pane.
Nicholas Marriott
2010-04-04
*
New command, join-pane, to split and move an existing pane into the space (like
Nicholas Marriott
2010-01-07