aboutsummaryrefslogtreecommitdiff
path: root/cmd-select-pane.c
Commit message (Expand)AuthorAge
* Make select-pane -P set window-active-style also to match previousnicm2019-09-24
* Add -Z flag to rotate-window, select-pane, swap-pane, switch-client tonicm2019-08-14
* Add a per-pane option set. Pane options inherit from window options (sonicm2019-06-20
* Don't redraw control clients, from George Nachman.nicm2019-04-30
* Merge hooks into options and make each one an array option. This allowsnicm2019-04-26
* Break new window and pane creation common code from various commands andnicm2019-04-17
* Add a wrapper (struct style) around styles rather than using thenicm2019-03-14
* The pane's style should be initialized to default before parsing thenicm2019-03-13
* Support for windows larger than visible on the attached client. This hasnicm2018-10-18
* If there are only two panes, always use the other pane as the lastnicm2018-06-25
* -T should not actually select the pane.nicm2018-05-20
* Allow formats in selectp -T, from Thomas Adam.nicm2017-11-17
* Add selectp -T to set pane title.nicm2017-09-02
* Pass flags into cmd_find_from_* to fix prefer-unattached, reported bynicm2017-08-30
* Hooks for after-select-pane and after-select-window.nicm2017-08-08
* Get rid of the extra layer of flags and cmd_prepare() and just store thenicm2017-04-22
* Mouse bindings and hooks set up an initial current state when running anicm2017-04-22
* Rename a variable.nicm2017-04-21
* The target validity check used window_pane_visible but that may be falsenicm2016-11-16
* Mass rename struct cmd_q to struct cmdq_item and related.nicm2016-10-16
* Add static in cmd-* and fix a few other nits.nicm2016-10-10
* I no longer use my SourceForge address so replace it.nicm2016-01-19
* Remove an extra unzoom call which was probably a merge error.nicm2015-12-31
* Make the marked pane a cmd_find_state.nicm2015-12-15
* Instead of combined flags for -c, -s, -t, split into different setsnicm2015-12-14
* Use member names in cmd_entry definitions so I stop getting confusednicm2015-12-13
* Instead of every command resolving the target (-t or -s) itself, preparenicm2015-12-13
* Unzoom before -LRUD, reported by Andy Weidenbaum.nicm2015-10-22
* When the active pane changes, redraw panes if the style hasnicm2015-09-14
* Add support for a single "marked pane". There is one marked pane in thenicm2015-06-04
* Do not complain when directions fail.nicm2015-04-29
* If the requested pane is already active, do not unzoom the window (or donicm2015-04-27
* Support setting the default window and pane background colours (windownicm2015-04-19
* Only redraw pane when it has actually changed.nicm2014-10-21
* Instead of setting up the default keys by building the key structnicm2014-10-20
* Add flags to selectp to enable and disable input to a pane, from Anishnicm2014-08-11
* 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
* Redraw pane borders when switching to last pane.Nicholas Marriott2011-01-31
* Now that parsing is common, merge some of the small, related commandsNicholas Marriott2011-01-04
* Clean up and simplify tmux command argument parsing.Nicholas Marriott2011-01-04
* Support up, down, left, right movement through panes with -UDLR flags toNicholas Marriott2010-03-22
* Options to set the colour of the pane borders, with different colours for theNicholas Marriott2010-01-03
* Get rid of the ugly CMD_CHFLAG macro and use a const string (eg "dDU") in theNicholas Marriott2009-11-13
* Merge pane number into the target specification for pane commands. Instead ofNicholas Marriott2009-07-30
* Make all messages sent between the client and server fixed size.Nicholas Marriott2009-07-26
* Now that #P could be in the status line, flag it for redraw when the activeNicholas Marriott2009-07-20
* Improved layout code.Nicholas Marriott2009-07-19