summaryrefslogtreecommitdiffstats
path: root/tmux.h
AgeCommit message (Expand)Author
2024-02-13Do not allow paste into panes which have exited, from Romain Francoisenicm
2023-09-15Change UTF-8 combining to inspect the previous character at the cursornicm
2023-09-15Add -t to source-file, GitHub issue 3473.nicm
2023-09-02Request terminal colours again on SIGWINCH but at most once every 30nicm
2023-09-02Setulc only does RGB colour so add Setulc1 to do non-RGB colours, GitHubnicm
2023-09-01Rewrite combined character handling to be more consistent and to supportnicm
2023-08-17Add a session, pane and user mouse range types for the status line andnicm
2023-08-15Add an option menu-selected-style to configure the currently selectednicm
2023-08-08Add flag to next-prompt/previous-prompt to go to command output instead,nicm
2023-08-08Extend the menu drawing function to support custom characters andnicm
2023-07-10Use a stack for last panes line windows, from Thomas Bertschinger innicm
2023-07-03Add support for marking lines with a shell prompt based on the OSC 133nicm
2023-06-08Fix mismatch between function prototype and definition, from Anindyanicm
2023-05-08Reorder struct grid_cell_entrytb
2023-04-25Tidy tparm wrapper functions to have more obvious names and check tparmnicm
2023-04-17Ignore the user keys range when checking if a key is Unicode.nicm
2023-03-27Add a format to show if there are unseen changes while in a mode, fromnicm
2023-02-05Extend display-message to work for control clients. GitHub issue 3449.nicm
2023-01-20Add a flag to display-menu to select the manu item chosen first, GitHubnicm
2023-01-16Mark keys sent by command and skip paste handling for them.nicm
2023-01-12Have tmux recognise pasted texts wrapped in bracket paste sequences,nicm
2023-01-06If a pane is killed, cancel reading from the file. GitHub issue 3422.nicm
2023-01-03Query the client terminal for foreground and background colours and ifnicm
2022-12-26spelling fixes; from paul tagliamontejmc
2022-12-16Add send-keys -K to handle keys directly as if typed (so look up in keynicm
2022-12-07Process escape sequences in show-buffer, GitHub issue 3401.nicm
2022-11-11Parse primary device attributes as well as secondary and add a SIXELnicm
2022-11-01Add modified Tab key sequences, from Aaron Jensen, GitHub issue 3368.nicm
2022-10-28Add paste-buffer-deleted notification and fix name of paste-buffer-changed.nicm
2022-09-28Add a -T flag to capture-pane to stop at the last used cell instead ofnicm
2022-08-15Notify when a paste buffer is deleted, GitHub issue 3302 from Georgenicm
2022-08-15Add a Nobr terminfo capability to tell tmux the terminal does not usenicm
2022-08-02Add a third state "all" to allow-passthrough to work even in invisiblenicm
2022-07-06Defer reading from control client until the command line command hasnicm
2022-07-06Support hyperlinks with capture-pane -e and add a mouse_hyperlinknicm
2022-06-30Add support for OSC 8 hyperlinks (a VTE extension now supported by othernicm
2022-06-21Store time lines are scrolled into history and display in copy mode.nicm
2022-06-17Check cursor options when a pane is created, not just when they are changed.nicm
2022-06-09If an application gives the first parameter to OSC 52, validate and passnicm
2022-06-07Expand arguments to some commands where it makes sense, GitHub issuenicm
2022-06-04When picking a buffer because one isn't specified by the user, ignorenicm
2022-05-30If a mouse position was above the maximum supported by the normal mousenicm
2022-05-30Add a way for lines added to copy mode to be passed through the parsernicm
2022-03-24Add a capability for OSC 7 and use it similarly to how the title is setnicm
2022-03-16Add an option to set the character used for unused areas of thenicm
2022-03-08Add remain-on-exit-format to set text shown when pane is dead.nicm
2022-03-08Add argument to refresh-client -l to forward clipboard to a pane. GitHubnicm
2022-02-22Add next_session_id format with the next session ID, GitHub issue 3078.nicm
2022-02-16Support more mouse buttons when the terminal sends them, GitHub issuenicm
2022-02-15Do not create a buffer from an OSC 52 response if we have not sent anicm