| Commit message (Expand) | Author | Age |
* | Spacing/style nits. | nicm | 2022-05-30 |
* | Add a capability for OSC 7 and use it similarly to how the title is set | nicm | 2022-03-24 |
* | Add argument to refresh-client -l to forward clipboard to a pane. GitHub | nicm | 2022-03-08 |
* | Support more mouse buttons when the terminal sends them, GitHub issue | nicm | 2022-02-16 |
* | Leave the hardware cursor at the position of the selected line in choose | nicm | 2021-11-15 |
* | Allow detach even if suspend flag set, GitHub issue 2932. | nicm | 2021-10-28 |
* | Make positions hidden by overlays range-based rather than character-based, | nicm | 2021-10-11 |
* | Do not call recalculate_sizes while clearing a client session because it | nicm | 2021-09-27 |
* | Replace %% in command lists (by copying them) for template arguments , | nicm | 2021-08-27 |
* | Allow control mode clients to set a hard limit on the window width and | nicm | 2021-08-27 |
* | Do not double free expanded path in source-file, also remove some | nicm | 2021-08-22 |
* | Stop caring about empty commands, just treat as a null command. | nicm | 2021-08-21 |
* | Remove some unnecessary blank lines. | nicm | 2021-08-20 |
* | Remove stray spaces after function names. | nicm | 2021-08-20 |
* | Add a menu when a popup is present (mouse only for now). | nicm | 2021-08-13 |
* | Change focus to be driven by events rather than walking all panes at end | nicm | 2021-08-13 |
* | Do not freeze output in panes when a popup is open, let them continue to | nicm | 2021-08-05 |
* | Add a client-active hook, from ncfavier in GitHub issue 2803. | nicm | 2021-08-04 |
* | Do not close popups on resize, instead adjust them to fit, from Anindya | nicm | 2021-07-21 |
* | Improve logging of screen mode changes. | nicm | 2021-06-10 |
* | Change resize timers and flags into one timer and a queue which is | nicm | 2021-06-10 |
* | Adjust latest client when a client detaches, GitHub issue 2657. | nicm | 2021-06-10 |
* | Add a flag to disable keys to close a message, GitHub issue 2625. | nicm | 2021-04-12 |
* | Move client-detached into server_client_lost so it is fired even if a | nicm | 2021-04-05 |
* | Move the call to setupterm() into the client and have it pass the | nicm | 2021-02-17 |
* | Move file handling protocol stuff all into file.c so it can be reused | nicm | 2021-02-11 |
* | Include "focused" in client flags, from Dan Aloni in GitHub issue 2558. | nicm | 2021-02-08 |
* | Hide some warnings on newer GCC versions, GitHUb issue 2525. | nicm | 2021-01-18 |
* | Redraw any visible modes when status line changes so that formats like | nicm | 2020-12-03 |
* | With csh, a tmux client gets SIGTERM before SIGCONT when killed with | nicm | 2020-10-30 |
* | There is no reason not to fire focus events when a pane is in a mode, | nicm | 2020-10-30 |
* | Add a -O flag to display-menu to change the mouse behaviour and not | nicm | 2020-10-30 |
* | Do not require that there be no other clients before loading the config, | nicm | 2020-10-28 |
* | Fix warnings on some platforms with %llx and add a new message to handle | nicm | 2020-09-22 |
* | Change searching to behave more like emacs and so that regex searching | nicm | 2020-08-05 |
* | Add a way for control mode clients to subscribe to a format and be | nicm | 2020-07-06 |
* | Add a flag to make a client wait for an empty line before exiting in | nicm | 2020-06-18 |
* | Instead of a buffer size limit on each pane, set a limit of 300 seconds | nicm | 2020-06-10 |
* | Change how panes are resized so that the code is clearer and if the pane | nicm | 2020-06-05 |
* | Add support for pausing a pane when the output buffered for a control | nicm | 2020-06-05 |
* | Use CLOCK_MONOTONIC for timer measurement and add a timestamp to control | nicm | 2020-06-02 |
* | Check the right thing for maximum client buffer size. | nicm | 2020-06-01 |
* | Instead of sending all data to control mode clients as fast as possible, | nicm | 2020-06-01 |
* | Pass the stdout file descriptor from the client as well as stdin and use | nicm | 2020-05-26 |
* | Remove leftover call to control_free_offsets and do not use for | nicm | 2020-05-24 |
* | Give control code its own state struct. | nicm | 2020-05-24 |
* | Now the tty has a pointer back to the client there is no point (and a | nicm | 2020-05-24 |
* | FocusIn keys can also update the latest client, like normal keys. | nicm | 2020-05-22 |
* | Move client offset stuff into control.c since only control clients will | nicm | 2020-05-22 |
* | Support code for control mode flow control: allow clients to have | nicm | 2020-05-21 |