summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/cmd-swap-pane.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Break new window and pane creation common code from various commands andnicm2019-04-171-6/+6
* Support for windows larger than visible on the attached client. This hasnicm2018-10-181-3/+1
* Get rid of the extra layer of flags and cmd_prepare() and just store thenicm2017-04-221-7/+7
* Mass rename struct cmd_q to struct cmdq_item and related.nicm2016-10-161-7/+7
* Trying to do hooks generically is way too complicated and unreliable andnicm2016-10-131-8/+1
* Some improvements and bug fixes for hooks:nicm2016-10-131-1/+8
* Add static in cmd-* and fix a few other nits.nicm2016-10-101-3/+3
* Remove unused variables, from Michal Mazurek.nicm2016-03-011-8/+3
* I no longer use my SourceForge address so replace it.nicm2016-01-191-2/+2
* Instead of combined flags for -c, -s, -t, split into different setsnicm2015-12-141-14/+17
* Use member names in cmd_entry definitions so I stop getting confusednicm2015-12-131-6/+9
* Instead of every command resolving the target (-t or -s) itself, preparenicm2015-12-131-18/+8
* Some style nits and dead assignments.nicm2015-08-301-3/+1
* Add support for a single "marked pane". There is one marked pane in thenicm2015-06-041-3/+7
* Instead of setting up the default keys by building the key structnicm2014-10-201-13/+1
* Remove the barely-used and unnecessary command check() function.nicm2013-10-101-2/+1
* If -s to swap-pane is not given, use the current pane.nicm2013-03-281-3/+7
* 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-5/+5
* Make command exec functions return an enum rather than -1/0/1 values andnicm2012-07-111-9/+9
* Reset last pane on swap-pane across windows, fixes crash noticed by hsimnicm2011-05-081-1/+7
* Clean up and simplify tmux command argument parsing.nicm2011-01-041-27/+19
* Massive spaces->tabs and trailing whitespace cleanup, hopefully for the lastnicm2009-12-031-2/+2
* Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in thenicm2009-11-131-7/+8
* Remove some dead code found by clang.nicm2009-07-301-2/+1
* Merge pane number into the target specification for pane commands. Instead ofnicm2009-07-301-195/+70
* Make all messages sent between the client and server fixed size.nicm2009-07-261-24/+1
* Move the offsets as well when swapping panes.nicm2009-07-201-7/+7
* Improved layout code.nicm2009-07-191-6/+10
* Get rid of the PANE_HIDDEN flag in favour of a function, and moving thenicm2009-07-141-8/+2
* Having fixed flags for single-character getopt options is a bit hard tonicm2009-07-131-2/+2
* When swapping pane positions, swap the PANE_HIDDEN flag as well, otherwise tmuxnicm2009-06-031-2/+11
* Import tmux, a terminal multiplexor allowing (among other things) a singlenicm2009-06-011-0/+285