aboutsummaryrefslogtreecommitdiff
path: root/cmd-split-window.c
Commit message (Expand)AuthorAge
* Merge branch 'obsd-master'Thomas Adam2019-10-15
|\
| * Add support for percentage sizes for resize-pane ("-x 10%"). Also changenicm2019-10-15
* | Merge branch 'obsd-master'Thomas Adam2019-05-03
|\|
| * Allow panes to be empty (no command), output can be piped to them withnicm2019-05-03
* | Merge branch 'obsd-master'Thomas Adam2019-04-28
|\|
| * Support multiple occurances of the same argument. Use this for a newnicm2019-04-28
* | Merge branch 'obsd-master'Thomas Adam2019-04-27
|\|
| * 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
| * Support for windows larger than visible on the attached client. This hasnicm2018-10-18
* | Break new window and pane creation common code from various commands andNicholas Marriott2019-04-07
* | Support for windows larger than the client.Nicholas Marriott2018-08-20
* | Merge branch 'obsd-master'Thomas Adam2018-05-24
|\|
| * Make server_client_get_cwd used (almost) everywhere we need to work outnicm2018-05-24
* | Merge branch 'obsd-master'Thomas Adam2018-03-16
|\|
| * Insert full size panes at the right position, from KOIE Hidetaka innicm2018-03-16
* | Merge branch 'obsd-master'Thomas Adam2018-03-01
|\|
| * Expand formats in window and session names.nicm2018-03-01
* | Merge branch 'obsd-master'Thomas Adam2017-08-30
|\|
| * Pass flags into cmd_find_from_* to fix prefer-unattached, reported bynicm2017-08-30
* | Merge branch 'obsd-master'Thomas Adam2017-07-21
|\|
| * Add -c for respawn-pane and respawn-window, from J Raynor.nicm2017-07-21
* | Merge branch 'obsd-master'Thomas Adam2017-05-31
|\|
| * Rewrite of choose mode, both to simplify and tidy the code and to addnicm2017-05-30
* | Merge branch 'obsd-master'Thomas Adam2017-04-25
|\|
| * Do not update TERM into config file parsing has finished.nicm2017-04-25
* | Merge branch 'obsd-master'Thomas Adam2017-04-22
|\|
| * 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
* | Merge branch 'obsd-master'Thomas Adam2017-04-21
|\|
| * Add cmd_find_from_winlink_pane and use it in a couple of places, andnicm2017-04-21
* | Merge branch 'obsd-master'Thomas Adam2017-03-09
|\|
| * Move server_fill_environ into environ.c and move some other common codenicm2017-03-09
* | Merge branch 'obsd-master'Thomas Adam2017-03-08
|\|
| * Add a helper function for the most common format_create/defaults/expandnicm2017-03-08
* | Merge branch 'obsd-master'Thomas Adam2017-02-27
|\|
| * If splitw -b is used, insert the new pane before the current one in thenicm2017-02-27
* | Merge branch 'obsd-master'Thomas Adam2017-02-03
|\|
| * Add a window or pane id "tag" to each format tree and use it to separatenicm2017-02-03
* | Merge branch 'obsd-master'Thomas Adam2016-10-17
|\|
| * Use the notify name string instead of going via an enum and changenicm2016-10-16
* | Merge branch 'obsd-master'Thomas Adam2016-10-16
|\|
| * Mass rename struct cmd_q to struct cmdq_item and related.nicm2016-10-16
* | Merge branch 'obsd-master'Thomas Adam2016-10-16
|\|
| * Rewrite command queue handling. Each client still has a command queue,nicm2016-10-16
* | Merge branch 'obsd-master'Thomas Adam2016-10-14
|\|
| * Trying to do hooks generically is way too complicated and unreliable andnicm2016-10-13
* | Merge branch 'obsd-master'Thomas Adam2016-10-13
|\|
| * Some improvements and bug fixes for hooks:nicm2016-10-13
* | Merge branch 'obsd-master'Thomas Adam2016-10-12
|\|