| Commit message (Expand) | Author | Age |
* | Merge branch 'obsd-master' into master | Thomas Adam | 2021-10-07 |
|\ |
|
| * | Handle splitw -I correctly when used from an attached client, GitHub | nicm | 2021-10-07 |
* | | Merge branch 'obsd-master' into master | Thomas Adam | 2021-08-27 |
|\| |
|
| * | Allow control mode clients to set a hard limit on the window width and | nicm | 2021-08-27 |
* | | Merge branch 'obsd-master' into master | Thomas Adam | 2021-08-20 |
|\| |
|
| * | Fill colour palette correctly from option for new panes, GitHub issue | nicm | 2021-08-20 |
* | | Merge branch 'obsd-master' into master | Thomas Adam | 2021-08-14 |
|\| |
|
| * | Change focus to be driven by events rather than walking all panes at end | nicm | 2021-08-13 |
* | | Merge branch 'obsd-master' into master | Thomas Adam | 2021-08-12 |
|\| |
|
| * | Break the colour palette into a struct rather than just a single array | nicm | 2021-08-11 |
| * | Change resize timers and flags into one timer and a queue which is | nicm | 2021-06-10 |
| * | Include current client in size calculation for new sessions, GitHub | nicm | 2021-06-10 |
* | | Change resize timers and flags into one timer and a queue to fix problems with | Nicholas Marriott | 2021-04-28 |
* | | Include current client in size calcultion for new sessions, GitHub issue 2662. | Nicholas Marriott | 2021-04-21 |
* | | Merge branch 'obsd-master' into master | Thomas Adam | 2021-03-11 |
|\| |
|
| * | Add split-window -Z to start the pane zoomed, GitHub issue 2591. | nicm | 2021-03-11 |
* | | Merge branch 'obsd-master' into master | Thomas Adam | 2021-02-22 |
|\| |
|
| * | There are many format variables now so allocating all the default ones | nicm | 2021-02-22 |
* | | Merge branch 'obsd-master' into master | Thomas Adam | 2021-01-20 |
|\| |
|
| * | Change so that window_flags escapes # automatically which means configs | nicm | 2021-01-20 |
* | | Merge branch 'obsd-master' into master | Thomas Adam | 2020-12-15 |
|\| |
|
| * | Make synchronize-panes a pane option and add -U flag to set-option to | nicm | 2020-12-15 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2020-06-13 |
|\| |
|
| * | Add -b flags to insert a window before (like the existing -a for after) | nicm | 2020-06-13 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2020-06-05 |
|\| |
|
| * | Change how panes are resized so that the code is clearer and if the pane | nicm | 2020-06-05 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2020-06-01 |
|\| |
|
| * | Instead of sending all data to control mode clients as fast as possible, | nicm | 2020-06-01 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2020-05-21 |
|\| |
|
| * | Support code for control mode flow control: allow clients to have | nicm | 2020-05-21 |
| * | Move lazy resize from the pane to the window, there is no point in | nicm | 2020-05-16 |
| * | Do not hoke into struct window_pane from the tty code and instead set | nicm | 2020-05-16 |
| * | Drop having a separate type for style options and make them all strings, | nicm | 2020-05-16 |
| * | Use a grid cell not a style for the pane style. | nicm | 2020-05-16 |
* | | Move lazy resize from the pane to the window, there is no point in resizing the | Nicholas Marriott | 2020-05-16 |
* | | Separate key flags and modifiers, log key flags, make the "xterm" flag more | Nicholas Marriott | 2020-05-15 |
* | | Do not hoke into struct window_pane from the tty code and instead set | Nicholas Marriott | 2020-05-01 |
* | | Need to redraw borders now when some things change. Also change default so that | Nicholas Marriott | 2020-04-29 |
* | | Drop having a separate type for style options and make them all strings, which | Nicholas Marriott | 2020-04-28 |
* | | Use a grid cell not a style for the pane style. | Nicholas Marriott | 2020-04-27 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2020-04-14 |
|\| |
|
| * | Make client -c and -t handling common in cmd-queue.c and try to be | nicm | 2020-04-13 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2020-04-13 |
|\| |
|
| * | Also move cmdq_item and cmdq_list into cmd-queue.c (this is to make its | nicm | 2020-04-13 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2020-04-13 |
|\| |
|
| * | Now that copy mode copies the pane content rather than keeping a | nicm | 2020-04-10 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2020-04-09 |
|\| |
|
| * | Pass correct flags to fnmatch. | nicm | 2020-04-09 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2020-04-06 |
|\| |
|
| * | Change copy mode to make copy of the pane history so it does not need to | nicm | 2020-04-06 |