Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | Merge branch 'obsd-master' into master | Thomas Adam | 2021-01-17 | |
|\| | ||||
| * | Add -N flag to never start server even if command would normally do so, | nicm | 2021-01-17 | |
| | | | | | | | | GitHub issue 2523. | |||
* | | Look for libevent2 differently from libevent for platforms with both. | Nicholas Marriott | 2021-01-17 | |
| | | ||||
* | | Merge branch 'obsd-master' into master | Thomas Adam | 2021-01-08 | |
|\| | ||||
| * | Missed from last commit. | nicm | 2021-01-08 | |
| | | ||||
* | | Merge branch 'obsd-master' into master | Thomas Adam | 2020-12-24 | |
|\| | ||||
| * | Break cursor movement in grid into a common set of functions that can | nicm | 2020-12-22 | |
| | | | | | | | | | | handle line wrapping and so on in one place and use them for the obvious copy mode commands. From Anindya Mukherjee. | |||
* | | Merge branch 'obsd-master' into master | Thomas Adam | 2020-12-03 | |
|\| | ||||
| * | Redraw any visible modes when status line changes so that formats like | nicm | 2020-12-03 | |
| | | | | | | | | | | the pane title are updated. GitHub issue 2487. Also a man page fix from jmc. | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2020-10-30 | |
|\| | ||||
| * | Add a -O flag to display-menu to change the mouse behaviour and not | nicm | 2020-10-30 | |
| | | | | | | | | | | close the menu when the mouse is released, from teo_paul1 at yahoo dot com. | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2020-10-05 | |
|\| | ||||
| * | Use the setal capability as well as (tmux's) Setulc. | nicm | 2020-10-05 | |
| | | ||||
* | | Merge branch 'obsd-master' | Thomas Adam | 2020-09-22 | |
|\| | ||||
| * | Fix warnings on some platforms with %llx and add a new message to handle | nicm | 2020-09-22 | |
| | | | | | | | | 64-bit client flags. | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2020-09-02 | |
|\| | ||||
| * | Add a -w flag to set- and load-buffer to send to clipboard using OSC 52. | nicm | 2020-09-02 | |
| | | | | | | | | GitHub issue 2363. | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2020-08-25 | |
|\| | ||||
| * | Allow colour to be spelt as color, from Boris Verkhovsky. GitHub issue | nicm | 2020-08-25 | |
| | | | | | | | | 2317. | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2020-07-27 | |
|\| | ||||
| * | Add a -d option to display-message to set delay, from theonekeyg at | nicm | 2020-07-27 | |
| | | | | | | | | gmail dot com in GitHub issue 2322. | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2020-07-21 | |
|\| | ||||
| * | Fix show-buffer when run from inside tmux, GitHub issue 2314. | nicm | 2020-07-21 | |
| | | ||||
* | | Merge branch 'obsd-master' | Thomas Adam | 2020-07-06 | |
|\| | ||||
| * | Add a way for control mode clients to subscribe to a format and be | nicm | 2020-07-06 | |
| | | | | | | | | notified of changes rather than having to poll. GitHub issue 2242. | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2020-07-04 | |
|\| | ||||
| * | kill-window -a cannot just walk the list of windows because if | nicm | 2020-07-04 | |
| | | | | | | | | | | | | renumber-windows is on, the window it wants to keep could be moved. Change to renumber afterwards and also behave better if the window is linked into the session twice. GitHub issue 2287. | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2020-06-18 | |
|\| | ||||
| * | Add a flag to make a client wait for an empty line before exiting in | nicm | 2020-06-18 | |
| | | | | | | | | control mode to avoid stray commands ending up in the shell. | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2020-06-16 | |
|\| | ||||
| * | d and D keys to reset to default in customize mode. | nicm | 2020-06-16 | |
| | | ||||
* | | 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 | |
| | | | | | | | | to break-pane, move-window, new-window. GitHub issue 2261. | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2020-06-11 | |
|\| | ||||
| * | Add some formats for search in copy mode (search_present, search_match). | nicm | 2020-06-11 | |
| | | | | | | | | GitHub issue 2268. | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2020-06-11 | |
|\| | ||||
| * | Add a -A option to pause a pane manually. | nicm | 2020-06-11 | |
| | | ||||
* | | Merge branch 'obsd-master' | Thomas Adam | 2020-06-10 | |
|\| | ||||
| * | Instead of a buffer size limit on each pane, set a limit of 300 seconds | nicm | 2020-06-10 | |
| | | | | | | | | of data for each client in control mode. | |||
* | | 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 | |
| | | | | | | | | | | | | is resized multiple times during one event loop, it is forced to resize at the end. Also don't zoom/unzoom in switch-client if the pane hasn't changed. GitHub issue 2260. | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2020-06-05 | |
|\| | ||||
| * | Fix various confusion about am vs xenl. | nicm | 2020-06-05 | |
| | | ||||
* | | Merge branch 'obsd-master' | Thomas Adam | 2020-06-05 | |
|\| | ||||
| * | Add support for pausing a pane when the output buffered for a control | nicm | 2020-06-05 | |
| | | | | | | | | | | | | mode client gets too far behind. The pause-after flag with a time is set on the pane with refresh-client -f and a paused pane may be resumed with refresh-client -A. GitHub issue 2217. | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2020-06-03 | |
|\| | ||||
| * | Move the code to set up a padding cell into grid.c. | nicm | 2020-06-02 | |
| | | ||||
* | | Merge branch 'obsd-master' | Thomas Adam | 2020-06-02 | |
|\| | ||||
| * | Allow UTF-8 characters of width 0 to be stored, it is useful to be able | nicm | 2020-06-02 | |
| | | | | | | | | to put padding cells in as width 0. | |||
* | | Merge branch 'obsd-master' | Thomas Adam | 2020-06-02 | |
|\| |