summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/cmd-break-pane.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move template defines back into .c files.nicm2014-10-201-1/+3
* Instead of setting up the default keys by building the key structnicm2014-10-201-2/+1
* Correct the dance to fix the active pane in join-pane by pulling thenicm2014-04-171-11/+2
* Remove the barely-used and unnecessary command check() function.nicm2013-10-101-2/+1
* Add resize-pane -Z to temporary zoom the active pane to occupy the fullnicm2013-03-241-2/+4
* Add a command queue to standardize and simplify commands that call othernicm2013-03-241-7/+7
* Fix error reporting for client commands by adding a flag tonicm2013-03-241-2/+2
* evbuffer_readline returns allocated storage, don't leak it.nicm2013-03-221-2/+1
* Use a separate define for each default format template and strip clutternicm2012-08-141-2/+2
* Make command exec functions return an enum rather than -1/0/1 values andnicm2012-07-111-6/+6
* xfree is not particularly helpful, remove it. From Thomas Adam.nicm2012-07-101-3/+3
* Switch all of the various choose- and list- commands over to the formatnicm2012-05-221-4/+5
* Add -P/-F flags to break-pane too, from George Nachman.nicm2012-03-121-3/+24
* Move window name changes into wrapper function window_set_name, fromnicm2012-02-021-2/+5
* Reset last pane properly when using break-pane as well, fixes a problemnicm2011-05-081-7/+13
* Clean up and simplify tmux command argument parsing.nicm2011-01-041-11/+10
* Massive spaces->tabs and trailing whitespace cleanup, hopefully for the lastnicm2009-12-031-9/+9
* Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in thenicm2009-11-131-3/+3
* Add "grouped sessions" which have independent name, options, current window andnicm2009-10-101-1/+2
* Add a base-index session option to specify the first index checked when lookingnicm2009-08-131-2/+4
* Merge pane number into the target specification for pane commands. Instead ofnicm2009-07-301-18/+9
* Make all messages sent between the client and server fixed size.nicm2009-07-261-3/+1
* Improved layout code.nicm2009-07-191-3/+3
* Having fixed flags for single-character getopt options is a bit hard tonicm2009-07-131-3/+3
* Import tmux, a terminal multiplexor allowing (among other things) a singlenicm2009-06-011-0/+92