summaryrefslogtreecommitdiff
path: root/usr.bin/tmux
AgeCommit message (Expand)Author
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
2023-02-02Add a missing error message which causes an invalid layout name to crash.Nicholas Marriott
2023-02-02Tweak note for D key binding, from Clark Wang.Nicholas Marriott
2023-01-23Too many \s in example, GitHub issue 3445.Nicholas Marriott
2023-01-20Add a flag to display-menu to select the manu item chosen first, GitHubNicholas Marriott
2023-01-17Support -1 without -N for list-keys.Nicholas Marriott
2023-01-17Update palette when moving a pane, GitHub issue 3437.Nicholas 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-09Fix behaviour with \007 (used the wrong tree for last change).Nicholas Marriott
2023-01-09Accept \007 as terminator to OSC 10 or 11.Nicholas Marriott
2023-01-08Fix parsing of optional arguments so that and accept a - starting anNicholas Marriott
2023-01-08Have client return 1 if process is interrupted to an input pane.Nicholas Marriott
2023-01-08Restore code to handle wcwidth failure so that unknown codepoints stillNicholas Marriott
2023-01-08Quotes are now required in select-layout example.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-22Denote multiple arguments with 'arg ...' not 'args'Klemens Nanni
2022-12-19Allow send-keys without a client again, reported by Stefan Hagen.Nicholas Marriott
2022-12-16Do not escape tabs in output (iTerm2 needs them). GitHub issue 3414.Nicholas Marriott
2022-12-16Make U+FE0F VARIATION SELECTOR-16 change the width from 1 to 2. GitHubNicholas Marriott