Age | Commit message (Expand) | Author |
2023-07-13 | Use 8 for underscore colour defaults instead of 0 which is less | Nicholas Marriott |
2023-07-11 | Remove Ns and Li and change Nm to Ic, suggested by jmc. | Nicholas Marriott |
2023-07-11 | Add descriptions of copy mode commands, from Michael Bianco. | Nicholas Marriott |
2023-07-10 | It should no longer be necessary to ignore SIGCHLD because it is now | Nicholas Marriott |
2023-07-10 | Loop around waitpid in client, from Azat Khuzhin. | Nicholas Marriott |
2023-07-10 | Use a stack for last panes line windows, from Thomas Bertschinger in | Nicholas Marriott |
2023-07-09 | Call closefrom after removing signals because newer libevent doesn't | Nicholas Marriott |
2023-07-03 | Add support for marking lines with a shell prompt based on the OSC 133 | Nicholas Marriott |
2023-07-03 | Do not risk writing over the end of the buffer when it ends in # | Nicholas Marriott |
2023-07-03 | Another warning fix for GCC from Thomas Klausner. | Nicholas Marriott |
2023-06-30 | Change a few types to fix warnings, from Thomas Klausner. | Nicholas Marriott |
2023-06-30 | Get rid of some warnings with GCC 10, from Thomas Klausner. | Nicholas Marriott |
2023-06-26 | When exiting alternate screen, there is no need to reflow when going | Nicholas Marriott |
2023-06-26 | Add "us" to styles for underscore colour, GitHub issue 3589. | Nicholas Marriott |
2023-06-25 | SGR 0 should not end hyperlink, reported by Lucas Trzesniewski. | Nicholas Marriott |
2023-06-21 | Check fdopen return value, from Christian Menges. | Nicholas Marriott |
2023-06-08 | Fix mismatch between function prototype and definition, from Anindya | Nicholas Marriott |
2023-05-19 | Add format for server_sessions, from Magnus Gross. | Nicholas Marriott |
2023-05-08 | Reorder struct grid_cell_entry | Theo Buehler |
2023-04-28 | Add options to change the confirm key and default behaviour of | Nicholas Marriott |
2023-04-28 | Do not fatal if tparm fails, instead just log it (not working sequences | Nicholas Marriott |
2023-04-25 | Tidy tparm wrapper functions to have more obvious names and check tparm | Nicholas Marriott |
2023-04-25 | Invalidate cached tty state after changing features since they may | Nicholas Marriott |
2023-04-17 | Ignore the user keys range when checking if a key is Unicode. | Nicholas Marriott |
2023-04-17 | It seems silly to use progname for version, just always say tmux. | Nicholas Marriott |
2023-04-17 | Make the check if printing is allowed the same as writing which is less | Nicholas Marriott |
2023-04-17 | Discard mouse sequences that have the right form but actually are | Nicholas Marriott |
2023-04-03 | Clarify text for new -A slightly, GitHub issue 3508. | Nicholas Marriott |
2023-03-27 | Add a format to show if there are unseen changes while in a mode, from | Nicholas Marriott |
2023-03-27 | For passthrough, don't write to clients attached to different sessions, | Nicholas Marriott |
2023-03-15 | Do not leak screen in popups, GitHub issue 3492. | Nicholas Marriott |
2023-03-15 | Fix command prompt not to always append argument but only if there has | Nicholas Marriott |
2023-02-10 | Fix cursor position after zero width space, GitHub issue 3469. | Nicholas Marriott |
2023-02-07 | Remove old buffer when renaming rather than complaining, GitHub issue | Nicholas Marriott |
2023-02-07 | Add an L modifier like P, W, S to loop over clients. Also fix some long | Nicholas Marriott |
2023-02-06 | Add -f to list-clients like the other list commands, from Andy Walker in | Nicholas Marriott |
2023-02-05 | Do not allow multiple line separators in a row. | Nicholas Marriott |
2023-02-05 | Extend display-message to work for control clients. GitHub issue 3449. | Nicholas Marriott |
2023-02-02 | Add a missing error message which causes an invalid layout name to crash. | Nicholas Marriott |
2023-02-02 | Tweak note for D key binding, from Clark Wang. | Nicholas Marriott |
2023-01-23 | Too many \s in example, GitHub issue 3445. | Nicholas Marriott |
2023-01-20 | Add a flag to display-menu to select the manu item chosen first, GitHub | Nicholas Marriott |
2023-01-17 | Support -1 without -N for list-keys. | Nicholas Marriott |
2023-01-17 | Update palette when moving a pane, GitHub issue 3437. | Nicholas Marriott |
2023-01-16 | Mark keys sent by command and skip paste handling for them. | Nicholas Marriott |
2023-01-12 | Have tmux recognise pasted texts wrapped in bracket paste sequences, | Nicholas Marriott |
2023-01-09 | Fix behaviour with \007 (used the wrong tree for last change). | Nicholas Marriott |
2023-01-09 | Accept \007 as terminator to OSC 10 or 11. | Nicholas Marriott |
2023-01-08 | Fix parsing of optional arguments so that and accept a - starting an | Nicholas Marriott |
2023-01-08 | Have client return 1 if process is interrupted to an input pane. | Nicholas Marriott |