Age | Commit message (Expand) | Author |
2024-08-21 | Revamp extended keys support to more closely match xterm and support | Nicholas Marriott |
2024-08-04 | Adjust the logic when deleting last buffer to better preserve the | Nicholas Marriott |
2024-07-12 | UTF-8 keys now contain the internal representation and not the Unicode | Nicholas Marriott |
2024-06-24 | Add a way (refresh-client -r) for control mode clients to provide OSC 10 | Nicholas Marriott |
2024-05-19 | remove prototype with no matching function | Jonathan Gray |
2024-05-18 | remove prototypes with no matching function; ok nicm@ | Jonathan Gray |
2024-05-15 | Use default-shell for command prompt #() and popups as well | Nicholas Marriott |
2024-04-10 | Add an option allow-set-title to forbid applications from changing the | Nicholas Marriott |
2024-03-21 | Do not notify window-layout-changed if the window is about to be | Nicholas Marriott |
2024-02-13 | Do not allow paste into panes which have exited, from Romain Francoise | Nicholas Marriott |
2023-09-15 | Change UTF-8 combining to inspect the previous character at the cursor | Nicholas Marriott |
2023-09-15 | Add -t to source-file, GitHub issue 3473. | Nicholas Marriott |
2023-09-02 | Request terminal colours again on SIGWINCH but at most once every 30 | Nicholas Marriott |
2023-09-02 | Setulc only does RGB colour so add Setulc1 to do non-RGB colours, GitHub | Nicholas Marriott |
2023-09-01 | Rewrite combined character handling to be more consistent and to support | Nicholas Marriott |
2023-08-17 | Add a session, pane and user mouse range types for the status line and | Nicholas Marriott |
2023-08-15 | Add an option menu-selected-style to configure the currently selected | Nicholas Marriott |
2023-08-08 | Add flag to next-prompt/previous-prompt to go to command output instead, | Nicholas Marriott |
2023-08-08 | Add options and flags for menu styles similar to those existing for | Nicholas Marriott |
2023-08-08 | Extend the menu drawing function to support custom characters and | Nicholas Marriott |
2023-07-10 | Use a stack for last panes line windows, from Thomas Bertschinger in | Nicholas Marriott |
2023-07-03 | Add support for marking lines with a shell prompt based on the OSC 133 | Nicholas Marriott |
2023-06-08 | Fix mismatch between function prototype and definition, from Anindya | Nicholas Marriott |
2023-05-08 | Reorder struct grid_cell_entry | Theo Buehler |
2023-04-25 | Tidy tparm wrapper functions to have more obvious names and check tparm | Nicholas Marriott |
2023-04-17 | Ignore the user keys range when checking if a key is Unicode. | Nicholas Marriott |
2023-03-27 | Add a format to show if there are unseen changes while in a mode, from | Nicholas Marriott |
2023-02-05 | Extend display-message to work for control clients. GitHub issue 3449. | Nicholas Marriott |
2023-01-20 | Add a flag to display-menu to select the manu item chosen first, GitHub | 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 |
2023-01-06 | If a pane is killed, cancel reading from the file. GitHub issue 3422. | Nicholas Marriott |
2023-01-03 | Query the client terminal for foreground and background colours and if | Nicholas Marriott |
2022-12-26 | spelling fixes; from paul tagliamonte | Jason McIntyre |
2022-12-16 | Add send-keys -K to handle keys directly as if typed (so look up in key | Nicholas Marriott |
2022-12-07 | Process escape sequences in show-buffer, GitHub issue 3401. | Nicholas Marriott |
2022-11-11 | Parse primary device attributes as well as secondary and add a SIXEL | Nicholas Marriott |
2022-11-01 | Add modified Tab key sequences, from Aaron Jensen, GitHub issue 3368. | Nicholas Marriott |
2022-10-28 | Add paste-buffer-deleted notification and fix name of paste-buffer-changed. | Nicholas Marriott |
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 |