Age | Commit message (Expand) | Author |
2022-09-28 | Add a -T flag to capture-pane to stop at the last used cell instead of | Nicholas Marriott |
2022-08-15 | Notify when a paste buffer is deleted, GitHub issue 3302 from George | Nicholas Marriott |
2022-08-15 | Add a Nobr terminfo capability to tell tmux the terminal does not use | Nicholas Marriott |
2022-08-02 | Add a third state "all" to allow-passthrough to work even in invisible | Nicholas Marriott |
2022-07-06 | Defer reading from control client until the command line command has | Nicholas Marriott |
2022-07-06 | Support hyperlinks with capture-pane -e and add a mouse_hyperlink | Nicholas Marriott |
2022-06-30 | Add support for OSC 8 hyperlinks (a VTE extension now supported by other | Nicholas Marriott |
2022-06-21 | Store time lines are scrolled into history and display in copy mode. | Nicholas Marriott |
2022-06-17 | Check cursor options when a pane is created, not just when they are changed. | Nicholas Marriott |
2022-06-09 | If an application gives the first parameter to OSC 52, validate and pass | Nicholas Marriott |
2022-06-07 | Expand arguments to some commands where it makes sense, GitHub issue | Nicholas Marriott |
2022-06-04 | When picking a buffer because one isn't specified by the user, ignore | Nicholas Marriott |
2022-05-30 | If a mouse position was above the maximum supported by the normal mouse | Nicholas Marriott |
2022-05-30 | Add a way for lines added to copy mode to be passed through the parser | Nicholas Marriott |
2022-05-30 | Better error reporting when applying custom layouts. | 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-16 | Add an option to set the character used for unused areas of the | Nicholas Marriott |
2022-03-08 | Add remain-on-exit-format to set text shown when pane is dead. | Nicholas Marriott |
2022-03-08 | Add argument to refresh-client -l to forward clipboard to a pane. GitHub | Nicholas Marriott |
2022-03-08 | Add formats for client and server UID and user (for multiuser setups). | Nicholas Marriott |
2022-02-22 | Add next_session_id format with the next session ID, GitHub issue 3078. | Nicholas Marriott |
2022-02-16 | Support more mouse buttons when the terminal sends them, GitHub issue | Nicholas Marriott |
2022-02-15 | Do not create a buffer from an OSC 52 response if we have not sent a | Nicholas Marriott |
2022-02-01 | Add option to show arrows for active pane indicator, GitHub issue 3022 | Nicholas Marriott |
2021-12-21 | ARM's Morello CHERI architecture does not support pointers in packed | Nicholas Marriott |
2021-12-10 | Add a NOBLOCK flag rather than adding amount to wait for when | Nicholas Marriott |
2021-11-15 | Leave the hardware cursor at the position of the selected line in choose | Nicholas Marriott |
2021-11-03 | Add a cursor-style option, from Alexis Hildebrandt in GitHub issue 2960. | Nicholas Marriott |
2021-11-01 | Add a cursor-colour option, from Alexis Hildebrandt in GitHub issue | Nicholas Marriott |
2021-10-28 | Allow detach even if suspend flag set, GitHub issue 2932. | Nicholas Marriott |
2021-10-26 | Do not allow inline styles to replace mode-style for the selected item, | Nicholas Marriott |
2021-10-25 | Add a way to force a colour to RGB and a format to display it. | Nicholas Marriott |
2021-10-25 | Add -s and -S to display-popup to set popup and border style, from | Nicholas Marriott |
2021-10-20 | Add -T to set a popup title, from Alexis Hildebrandt in GitHub issue 2941. | Nicholas Marriott |
2021-10-14 | Add popup-border-lines option to set popup line style, from Alexis | Nicholas Marriott |
2021-10-13 | Add popup-style and popup-border-style options, from Alexis Hildebrandt | Nicholas Marriott |
2021-10-11 | Make positions hidden by overlays range-based rather than character-based, | Nicholas Marriott |
2021-10-11 | Add -e flag to set environment for popup, from Alexis Hildebrandt in | Nicholas Marriott |
2021-10-05 | Separate "very visible" flag from blinking flag, it should not affect | Nicholas Marriott |
2021-09-10 | Do fatal/fatalx a different way so the compiler trick to avoid warnings | Nicholas Marriott |
2021-09-10 | Get rid of the last two warnings by turning them off around the problem | Nicholas Marriott |
2021-09-09 | Expand argument to run-shell again. | 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-25 | Validate command argument types (string or command list) and give more | Nicholas Marriott |
2021-08-25 | Fix up some printflike attributes. | Nicholas Marriott |
2021-08-23 | Move command argument parsing common functions and don't bother to parse | Nicholas Marriott |
2021-08-21 | Preserve argument type in command and convert to string on demand. | Nicholas Marriott |
2021-08-21 | Pass typed arguments out of the parser into the arguments list and let | Nicholas Marriott |