Age | Commit message (Expand) | Author |
4 days | When the mouse clicked on the border between two horizontal panes, the | Nicholas Marriott |
9 days | Add no-detach-on-destroy client option (useful for control mode | Nicholas Marriott |
9 days | Add two new style parameters, width and pad, which apply to scrollbars. | Nicholas Marriott |
10 days | Turn off scrollbar when pane is in alternate screen, from Michael Grant, | Nicholas Marriott |
13 days | Mouse support on the scrollbars, from Michael Grant. | Nicholas Marriott |
2024-11-05 | Add support for a scrollbar at the side of each pane. New options | Nicholas Marriott |
2024-10-08 | Put the prompt cursor attributes into the status line screen and use | Nicholas Marriott |
2024-10-07 | Add prompt-cursor-colour and prompt-cursor-style to set the style of the | Nicholas Marriott |
2024-10-07 | Add initial-repeat-time option to allow the first repeat time to be | Nicholas Marriott |
2024-10-05 | Send focus events to pane when entering or leaving popup, GitHub issue | Nicholas Marriott |
2024-10-01 | Change pasting to bypass the output key processing entirely and write | Nicholas Marriott |
2024-09-16 | Add a prefix timeout option, from Conor Taylor in GitHub issue 4108. | Nicholas Marriott |
2024-09-11 | Mouse move keys are not useful as key bindings because we do not turn | Nicholas Marriott |
2024-08-27 | Do not reset mouse pane if clicked on status line, it may have been set | Nicholas Marriott |
2024-08-26 | Client flags was changed to uint64_t a while ago, fix a few cases where | Nicholas Marriott |
2024-04-10 | Correct handling of mouse up events (don't ignore all but the last | Nicholas Marriott |
2024-01-16 | Use imsg_get_fd() instead of direct access to imsg.fd | Claudio Jeker |
2023-12-27 | Remove flags from the prefix before comparing with the received key so | Nicholas Marriott |
2023-09-02 | Request terminal colours again on SIGWINCH but at most once every 30 | Nicholas Marriott |
2023-08-17 | Add a session, pane and user mouse range types for the status line and | Nicholas Marriott |
2023-02-05 | Extend display-message to work for control clients. GitHub issue 3449. | Nicholas Marriott |
2023-01-16 | Mark keys sent by command and skip paste handling for them. | Nicholas Marriott |
2023-01-12 | Have tmux recognise pasted texts wrapped in bracket paste sequences, | Nicholas Marriott |
2022-07-19 | Do not ignore the "off" flag when checking if a pane should be stopped, | Nicholas Marriott |
2022-07-06 | Defer reading from control client until the command line command has | Nicholas Marriott |
2022-05-30 | Spacing/style nits. | Nicholas Marriott |
2022-05-30 | Add an ACL list for users connecting to the tmux socket. Users may be | Nicholas Marriott |
2022-03-24 | Add a capability for OSC 7 and use it similarly to how the title is set | Nicholas Marriott |
2022-03-08 | Add argument to refresh-client -l to forward clipboard to a pane. GitHub | Nicholas Marriott |
2022-02-16 | Support more mouse buttons when the terminal sends them, GitHub issue | Nicholas Marriott |
2021-11-15 | Leave the hardware cursor at the position of the selected line in choose | Nicholas Marriott |
2021-10-28 | Allow detach even if suspend flag set, GitHub issue 2932. | Nicholas Marriott |
2021-10-11 | Make positions hidden by overlays range-based rather than character-based, | Nicholas Marriott |
2021-09-27 | Do not call recalculate_sizes while clearing a client session because it | Nicholas Marriott |
2021-08-27 | Replace %% in command lists (by copying them) for template arguments , | Nicholas Marriott |
2021-08-27 | Allow control mode clients to set a hard limit on the window width and | Nicholas Marriott |
2021-08-22 | Do not double free expanded path in source-file, also remove some | Nicholas Marriott |
2021-08-21 | Stop caring about empty commands, just treat as a null command. | Nicholas Marriott |
2021-08-20 | Remove some unnecessary blank lines. | Nicholas Marriott |
2021-08-20 | Remove stray spaces after function names. | Nicholas Marriott |
2021-08-13 | Add a menu when a popup is present (mouse only for now). | Nicholas Marriott |
2021-08-13 | Change focus to be driven by events rather than walking all panes at end | Nicholas Marriott |
2021-08-05 | Do not freeze output in panes when a popup is open, let them continue to | Nicholas Marriott |
2021-08-04 | Add a client-active hook, from ncfavier in GitHub issue 2803. | Nicholas Marriott |
2021-07-21 | Do not close popups on resize, instead adjust them to fit, from Anindya | Nicholas Marriott |
2021-06-10 | Improve logging of screen mode changes. | Nicholas Marriott |
2021-06-10 | Change resize timers and flags into one timer and a queue which is | Nicholas Marriott |
2021-06-10 | Adjust latest client when a client detaches, GitHub issue 2657. | Nicholas Marriott |
2021-04-12 | Add a flag to disable keys to close a message, GitHub issue 2625. | Nicholas Marriott |
2021-04-05 | Move client-detached into server_client_lost so it is fired even if a | Nicholas Marriott |