| Commit message (Expand) | Author | Age | Files | Lines |
* | Add client-detached notification in control mode, from Mohsin Kaleem. |  nicm | 2021-03-16 | 1 | -1/+2 |
* | Tidy old jobs every hour instead of every 30 seconds. |  nicm | 2021-03-11 | 1 | -1/+2 |
* | Add an "absolute-centre" alignment to use the centre of the total space |  nicm | 2021-03-11 | 1 | -2/+3 |
* | Add split-window -Z to start the pane zoomed, GitHub issue 2591. |  nicm | 2021-03-11 | 1 | -4/+6 |
* | Drop support for popups where the content is provided directly to tmux |  nicm | 2021-03-02 | 1 | -13/+8 |
* | Move config file path expansion much earlier, keep the list of paths |  nicm | 2021-02-22 | 1 | -4/+4 |
* | There are many format variables now so allocating all the default ones |  nicm | 2021-02-22 | 1 | -3/+2 |
* | Move jump commands to grid reader, make them UTF-8 aware, and tidy up, |  nicm | 2021-02-22 | 1 | -1/+5 |
* | Move the call to setupterm() into the client and have it pass the |  nicm | 2021-02-17 | 1 | -2/+9 |
* | Support X11 colour names and some other variations for OSC 10/11, also |  nicm | 2021-02-15 | 1 | -1/+2 |
* | Add a couple of helper functions, and flush imsgs on exit. |  nicm | 2021-02-11 | 1 | -1/+3 |
* | Move file handling protocol stuff all into file.c so it can be reused |  nicm | 2021-02-11 | 1 | -2/+17 |
* | Send Unicode directional isolate characters around horizontal pane |  nicm | 2021-02-05 | 1 | -1/+2 |
* | Trim output overwritten by later text or clears completely rather than |  nicm | 2021-01-29 | 1 | -37/+30 |
* | Change so that window_flags escapes # automatically which means configs |  nicm | 2021-01-20 | 1 | -2/+2 |
* | There is no need to clear every line entirely before drawing to it, this |  nicm | 2021-01-18 | 1 | -2/+1 |
* | Add -N flag to never start server even if command would normally do so, |  nicm | 2021-01-17 | 1 | -2/+2 |
* | Missed from last commit. |  nicm | 2021-01-08 | 1 | -1/+2 |
* | Break cursor movement in grid into a common set of functions that can |  nicm | 2020-12-22 | 1 | -1/+24 |
* | Redraw any visible modes when status line changes so that formats like |  nicm | 2020-12-03 | 1 | -1/+2 |
* | Add a -O flag to display-menu to change the mouse behaviour and not |  nicm | 2020-10-30 | 1 | -1/+2 |
* | Use the setal capability as well as (tmux's) Setulc. |  nicm | 2020-10-05 | 1 | -1/+3 |
* | Fix warnings on some platforms with %llx and add a new message to handle |  nicm | 2020-09-22 | 1 | -2/+3 |
* | Add a -w flag to set- and load-buffer to send to clipboard using OSC 52. |  nicm | 2020-09-02 | 1 | -1/+2 |
* | Allow colour to be spelt as color, from Boris Verkhovsky. GitHub issue |  nicm | 2020-08-25 | 1 | -2/+9 |
* | Add a -d option to display-message to set delay, from theonekeyg at |  nicm | 2020-07-27 | 1 | -3/+2 |
* | Fix show-buffer when run from inside tmux, GitHub issue 2314. |  nicm | 2020-07-21 | 1 | -1/+2 |
* | Add a way for control mode clients to subscribe to a format and be |  nicm | 2020-07-06 | 1 | -1/+13 |
* | kill-window -a cannot just walk the list of windows because if |  nicm | 2020-07-04 | 1 | -2/+4 |
* | Add a flag to make a client wait for an empty line before exiting in |  nicm | 2020-06-18 | 1 | -1/+3 |
* | d and D keys to reset to default in customize mode. |  nicm | 2020-06-16 | 1 | -2/+6 |
* | Add -b flags to insert a window before (like the existing -a for after) |  nicm | 2020-06-13 | 1 | -2/+2 |
* | Add some formats for search in copy mode (search_present, search_match). |  nicm | 2020-06-11 | 1 | -1/+2 |
* | Add a -A option to pause a pane manually. |  nicm | 2020-06-11 | 1 | -1/+2 |
* | Instead of a buffer size limit on each pane, set a limit of 300 seconds |  nicm | 2020-06-10 | 1 | -1/+2 |
* | Change how panes are resized so that the code is clearer and if the pane |  nicm | 2020-06-05 | 1 | -5/+3 |
* | Fix various confusion about am vs xenl. |  nicm | 2020-06-05 | 1 | -3/+3 |
* | Add support for pausing a pane when the output buffered for a control |  nicm | 2020-06-05 | 1 | -3/+8 |
* | Move the code to set up a padding cell into grid.c. |  nicm | 2020-06-02 | 1 | -1/+3 |
* | Allow UTF-8 characters of width 0 to be stored, it is useful to be able |  nicm | 2020-06-02 | 1 | -2/+2 |
* | Use CLOCK_MONOTONIC for timer measurement and add a timestamp to control |  nicm | 2020-06-02 | 1 | -1/+2 |
* | Change format callback to return value rather than storing it in the entry. |  nicm | 2020-06-01 | 1 | -1/+3 |
* | Instead of sending all data to control mode clients as fast as possible, |  nicm | 2020-06-01 | 1 | -11/+16 |
* | Pass the stdout file descriptor from the client as well as stdin and use |  nicm | 2020-05-26 | 1 | -1/+4 |
* | Use the internal representation for UTF-8 keys instead of wchar_t and |  nicm | 2020-05-25 | 1 | -4/+1 |
* | Tidy up new UTF-8 code and make it more generic. |  nicm | 2020-05-25 | 1 | -7/+10 |
* | Make some data types consistent. |  nicm | 2020-05-25 | 1 | -5/+5 |
* | Instead of storing all UTF-8 characters in the extended cell which means |  nicm | 2020-05-25 | 1 | -9/+24 |
* | Give control code its own state struct. |  nicm | 2020-05-24 | 1 | -3/+4 |
* | Now the tty has a pointer back to the client there is no point (and a |  nicm | 2020-05-24 | 1 | -3/+2 |