summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2023-08-07Trim can generate strings longer than the original if there are many #s,nicm
2023-07-19Correct visited flag when the last window list is rebuilt by renumberingnicm
2023-07-14Set extended keys flag again after reset, from Eric T Johnson.nicm
2023-07-13Use 8 for underscore colour defaults instead of 0 which is lessnicm
2023-07-11Remove Ns and Li and change Nm to Ic, suggested by jmc.nicm
2023-07-11Add descriptions of copy mode commands, from Michael Bianco.nicm
2023-07-10It should no longer be necessary to ignore SIGCHLD because it is nownicm
2023-07-10Loop around waitpid in client, from Azat Khuzhin.nicm
2023-07-10Use a stack for last panes line windows, from Thomas Bertschinger innicm
2023-07-09Call closefrom after removing signals because newer libevent doesn'tnicm
2023-07-03Add support for marking lines with a shell prompt based on the OSC 133nicm
2023-07-03Do not risk writing over the end of the buffer when it ends in #nicm
2023-07-03Another warning fix for GCC from Thomas Klausner.nicm
2023-06-30Change a few types to fix warnings, from Thomas Klausner.nicm
2023-06-30Get rid of some warnings with GCC 10, from Thomas Klausner.nicm
2023-06-26When exiting alternate screen, there is no need to reflow when goingnicm
2023-06-26Add "us" to styles for underscore colour, GitHub issue 3589.nicm
2023-06-25SGR 0 should not end hyperlink, reported by Lucas Trzesniewski.nicm
2023-06-21Check fdopen return value, from Christian Menges.nicm
2023-06-08Fix mismatch between function prototype and definition, from Anindyanicm
2023-05-19Add format for server_sessions, from Magnus Gross.nicm
2023-05-08Reorder struct grid_cell_entrytb
2023-04-28Add options to change the confirm key and default behaviour ofnicm
2023-04-28Do not fatal if tparm fails, instead just log it (not working sequencesnicm
2023-04-25Tidy tparm wrapper functions to have more obvious names and check tparmnicm
2023-04-25Invalidate cached tty state after changing features since they maynicm
2023-04-17Ignore the user keys range when checking if a key is Unicode.nicm
2023-04-17It seems silly to use progname for version, just always say tmux.nicm
2023-04-17Make the check if printing is allowed the same as writing which is lessnicm
2023-04-17Discard mouse sequences that have the right form but actually arenicm
2023-04-03Clarify text for new -A slightly, GitHub issue 3508.nicm
2023-03-27Add a format to show if there are unseen changes while in a mode, fromnicm
2023-03-27For passthrough, don't write to clients attached to different sessions,nicm
2023-03-15Do not leak screen in popups, GitHub issue 3492.nicm
2023-03-15Fix command prompt not to always append argument but only if there hasnicm
2023-02-10Fix cursor position after zero width space, GitHub issue 3469.nicm
2023-02-07Remove old buffer when renaming rather than complaining, GitHub issuenicm
2023-02-07Add an L modifier like P, W, S to loop over clients. Also fix some longnicm
2023-02-06Add -f to list-clients like the other list commands, from Andy Walker innicm
2023-02-05Do not allow multiple line separators in a row.nicm
2023-02-05Extend display-message to work for control clients. GitHub issue 3449.nicm
2023-02-02Add a missing error message which causes an invalid layout name to crash.nicm
2023-02-02Tweak note for D key binding, from Clark Wang.nicm
2023-01-23Too many \s in example, GitHub issue 3445.nicm
2023-01-20Add a flag to display-menu to select the manu item chosen first, GitHubnicm
2023-01-17Support -1 without -N for list-keys.nicm
2023-01-17Update palette when moving a pane, GitHub issue 3437.nicm
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-09Fix behaviour with \007 (used the wrong tree for last change).nicm