summaryrefslogtreecommitdiff
path: root/usr.bin/tmux
AgeCommit message (Expand)Author
2023-08-17Add a session, pane and user mouse range types for the status line andNicholas Marriott
2023-08-15Add meta bindings for status line menus as well as the existing pane oneNicholas Marriott
2023-08-15Add an option menu-selected-style to configure the currently selectedNicholas Marriott
2023-08-11Do not crash if in buffer mode and the last buffer is deleted using theNicholas 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-08-08Fix a couple of rounded border characters, from Alexis Hildebrandt.Nicholas Marriott
2023-08-07Free title earlier, from Alexis Hildebrandt.Nicholas Marriott
2023-08-07Trim can generate strings longer than the original if there are many #s,Nicholas Marriott
2023-07-19Correct visited flag when the last window list is rebuilt by renumberingNicholas Marriott
2023-07-14Set extended keys flag again after reset, from Eric T Johnson.Nicholas Marriott
2023-07-13Use 8 for underscore colour defaults instead of 0 which is lessNicholas Marriott
2023-07-11Remove Ns and Li and change Nm to Ic, suggested by jmc.Nicholas Marriott
2023-07-11Add descriptions of copy mode commands, from Michael Bianco.Nicholas Marriott
2023-07-10It should no longer be necessary to ignore SIGCHLD because it is nowNicholas Marriott
2023-07-10Loop around waitpid in client, from Azat Khuzhin.Nicholas Marriott
2023-07-10Use a stack for last panes line windows, from Thomas Bertschinger inNicholas Marriott
2023-07-09Call closefrom after removing signals because newer libevent doesn'tNicholas Marriott
2023-07-03Add support for marking lines with a shell prompt based on the OSC 133Nicholas Marriott
2023-07-03Do not risk writing over the end of the buffer when it ends in #Nicholas Marriott
2023-07-03Another warning fix for GCC from Thomas Klausner.Nicholas Marriott
2023-06-30Change a few types to fix warnings, from Thomas Klausner.Nicholas Marriott
2023-06-30Get rid of some warnings with GCC 10, from Thomas Klausner.Nicholas Marriott
2023-06-26When exiting alternate screen, there is no need to reflow when goingNicholas Marriott
2023-06-26Add "us" to styles for underscore colour, GitHub issue 3589.Nicholas Marriott
2023-06-25SGR 0 should not end hyperlink, reported by Lucas Trzesniewski.Nicholas Marriott
2023-06-21Check fdopen return value, from Christian Menges.Nicholas Marriott
2023-06-08Fix mismatch between function prototype and definition, from AnindyaNicholas Marriott
2023-05-19Add format for server_sessions, from Magnus Gross.Nicholas Marriott
2023-05-08Reorder struct grid_cell_entryTheo Buehler
2023-04-28Add options to change the confirm key and default behaviour ofNicholas Marriott
2023-04-28Do not fatal if tparm fails, instead just log it (not working sequencesNicholas Marriott
2023-04-25Tidy tparm wrapper functions to have more obvious names and check tparmNicholas Marriott
2023-04-25Invalidate cached tty state after changing features since they mayNicholas Marriott
2023-04-17Ignore the user keys range when checking if a key is Unicode.Nicholas Marriott
2023-04-17It seems silly to use progname for version, just always say tmux.Nicholas Marriott
2023-04-17Make the check if printing is allowed the same as writing which is lessNicholas Marriott
2023-04-17Discard mouse sequences that have the right form but actually areNicholas Marriott
2023-04-03Clarify text for new -A slightly, GitHub issue 3508.Nicholas Marriott
2023-03-27Add a format to show if there are unseen changes while in a mode, fromNicholas Marriott
2023-03-27For passthrough, don't write to clients attached to different sessions,Nicholas Marriott
2023-03-15Do not leak screen in popups, GitHub issue 3492.Nicholas Marriott
2023-03-15Fix command prompt not to always append argument but only if there hasNicholas Marriott
2023-02-10Fix cursor position after zero width space, GitHub issue 3469.Nicholas Marriott
2023-02-07Remove old buffer when renaming rather than complaining, GitHub issueNicholas Marriott
2023-02-07Add an L modifier like P, W, S to loop over clients. Also fix some longNicholas Marriott
2023-02-06Add -f to list-clients like the other list commands, from Andy Walker inNicholas Marriott
2023-02-05Do not allow multiple line separators in a row.Nicholas Marriott
2023-02-05Extend display-message to work for control clients. GitHub issue 3449.Nicholas Marriott