summaryrefslogtreecommitdiff
path: root/usr.bin/tmux/tmux.h
AgeCommit message (Expand)Author
2024-08-21Revamp extended keys support to more closely match xterm and supportNicholas Marriott
2024-08-04Adjust the logic when deleting last buffer to better preserve theNicholas Marriott
2024-07-12UTF-8 keys now contain the internal representation and not the UnicodeNicholas Marriott
2024-06-24Add a way (refresh-client -r) for control mode clients to provide OSC 10Nicholas Marriott
2024-05-19remove prototype with no matching functionJonathan Gray
2024-05-18remove prototypes with no matching function; ok nicm@Jonathan Gray
2024-05-15Use default-shell for command prompt #() and popups as wellNicholas Marriott
2024-04-10Add an option allow-set-title to forbid applications from changing theNicholas Marriott
2024-03-21Do not notify window-layout-changed if the window is about to beNicholas Marriott
2024-02-13Do not allow paste into panes which have exited, from Romain FrancoiseNicholas Marriott
2023-09-15Change UTF-8 combining to inspect the previous character at the cursorNicholas Marriott
2023-09-15Add -t to source-file, GitHub issue 3473.Nicholas Marriott
2023-09-02Request terminal colours again on SIGWINCH but at most once every 30Nicholas Marriott
2023-09-02Setulc only does RGB colour so add Setulc1 to do non-RGB colours, GitHubNicholas Marriott
2023-09-01Rewrite combined character handling to be more consistent and to supportNicholas Marriott
2023-08-17Add a session, pane and user mouse range types for the status line andNicholas Marriott
2023-08-15Add an option menu-selected-style to configure the currently selectedNicholas Marriott
2023-08-08Add flag to next-prompt/previous-prompt to go to command output instead,Nicholas Marriott
2023-08-08Add options and flags for menu styles similar to those existing forNicholas Marriott
2023-08-08Extend the menu drawing function to support custom characters andNicholas Marriott
2023-07-10Use a stack for last panes line windows, from Thomas Bertschinger inNicholas Marriott
2023-07-03Add support for marking lines with a shell prompt based on the OSC 133Nicholas Marriott
2023-06-08Fix mismatch between function prototype and definition, from AnindyaNicholas Marriott
2023-05-08Reorder struct grid_cell_entryTheo Buehler
2023-04-25Tidy tparm wrapper functions to have more obvious names and check tparmNicholas Marriott
2023-04-17Ignore the user keys range when checking if a key is Unicode.Nicholas Marriott
2023-03-27Add a format to show if there are unseen changes while in a mode, fromNicholas Marriott
2023-02-05Extend display-message to work for control clients. GitHub issue 3449.Nicholas Marriott
2023-01-20Add a flag to display-menu to select the manu item chosen first, GitHubNicholas Marriott
2023-01-16Mark keys sent by command and skip paste handling for them.Nicholas Marriott
2023-01-12Have tmux recognise pasted texts wrapped in bracket paste sequences,Nicholas Marriott
2023-01-06If a pane is killed, cancel reading from the file. GitHub issue 3422.Nicholas Marriott
2023-01-03Query the client terminal for foreground and background colours and ifNicholas Marriott
2022-12-26spelling fixes; from paul tagliamonteJason McIntyre
2022-12-16Add send-keys -K to handle keys directly as if typed (so look up in keyNicholas Marriott
2022-12-07Process escape sequences in show-buffer, GitHub issue 3401.Nicholas Marriott
2022-11-11Parse primary device attributes as well as secondary and add a SIXELNicholas Marriott
2022-11-01Add modified Tab key sequences, from Aaron Jensen, GitHub issue 3368.Nicholas Marriott
2022-10-28Add paste-buffer-deleted notification and fix name of paste-buffer-changed.Nicholas Marriott
2022-09-28Add a -T flag to capture-pane to stop at the last used cell instead ofNicholas Marriott
2022-08-15Notify when a paste buffer is deleted, GitHub issue 3302 from GeorgeNicholas Marriott
2022-08-15Add a Nobr terminfo capability to tell tmux the terminal does not useNicholas Marriott
2022-08-02Add a third state "all" to allow-passthrough to work even in invisibleNicholas Marriott
2022-07-06Defer reading from control client until the command line command hasNicholas Marriott
2022-07-06Support hyperlinks with capture-pane -e and add a mouse_hyperlinkNicholas Marriott
2022-06-30Add support for OSC 8 hyperlinks (a VTE extension now supported by otherNicholas Marriott
2022-06-21Store time lines are scrolled into history and display in copy mode.Nicholas Marriott
2022-06-17Check cursor options when a pane is created, not just when they are changed.Nicholas Marriott
2022-06-09If an application gives the first parameter to OSC 52, validate and passNicholas Marriott
2022-06-07Expand arguments to some commands where it makes sense, GitHub issueNicholas Marriott