Age | Commit message (Expand) | Author |
2022-05-31 | Add a missing space. | Nicholas Marriott |
2022-05-31 | Trim menu item text correctly, GitHub issue 3197. | Nicholas Marriott |
2022-05-30 | Remove duplicates from completion list, GitHub issue 3178. | Nicholas Marriott |
2022-05-30 | Add pane_start_path to match start_command. | Nicholas Marriott |
2022-05-30 | Set PWD so shells have a hint about the real path (this was done before | Nicholas Marriott |
2022-05-30 | Fix property name from Sergei Dyshel, and a typo from imcusg at gmail | Nicholas Marriott |
2022-05-30 | Check if args_strtonum argument is NULL or not a string, from Anindya | Nicholas Marriott |
2022-05-30 | Do not allow pipe-pane on dead panes, from Anindya Mukherjee, GitHub | Nicholas Marriott |
2022-05-30 | If a mouse position was above the maximum supported by the normal mouse | Nicholas Marriott |
2022-05-30 | Add a way for lines added to copy mode to be passed through the parser | Nicholas Marriott |
2022-05-30 | iTerm2 has OSC 7, from Gregory Anders. | Nicholas Marriott |
2022-05-30 | Spacing/style nits. | Nicholas Marriott |
2022-05-30 | Emit window-layout-changed on swap-pane, from George Nachman. | Nicholas Marriott |
2022-05-30 | Better error reporting when applying custom layouts. | Nicholas Marriott |
2022-05-30 | Do not send focus sequences when focus is enabled or disabled by the | Nicholas Marriott |
2022-05-30 | Add an ACL list for users connecting to the tmux socket. Users may be | Nicholas Marriott |
2022-04-14 | Fix clearphist alias, from Jacqueline Jolicoeur via jmc@. | Nicholas Marriott |
2022-04-01 | Preserve CRLF flag when respawning. | Nicholas Marriott |
2022-03-31 | man pages: add missing commas between subordinate and main clauses | Christian Weisgerber |
2022-03-30 | Capture up to used size not available size for each line. | Nicholas Marriott |
2022-03-28 | Report error if creating socket fails with -D. | Nicholas Marriott |
2022-03-25 | Fix exit message if creating socket fails. | Nicholas Marriott |
2022-03-24 | Add unit (milliseconds) to escape-time, show unset colours as "none" | Nicholas Marriott |
2022-03-24 | Add a capability for OSC 7 and use it similarly to how the title is set | Nicholas Marriott |
2022-03-17 | Check scroll-on-clear for ED also. | Nicholas Marriott |
2022-03-17 | Add an option (scroll-on-clear) to control if tmux scrolls into history | Nicholas Marriott |
2022-03-16 | Add an option to set the character used for unused areas of the | Nicholas Marriott |
2022-03-08 | With -f use percentages of window size not pane size, GitHub issue 2866. | Nicholas Marriott |
2022-03-08 | Fix user hooks (which are strings not arrays). | Nicholas Marriott |
2022-03-08 | Add remain-on-exit-format to set text shown when pane is dead. | Nicholas Marriott |
2022-03-08 | Add argument to refresh-client -l to forward clipboard to a pane. GitHub | Nicholas Marriott |
2022-03-08 | Add formats for client and server UID and user (for multiuser setups). | Nicholas Marriott |
2022-03-07 | Pass client when adding menu item, GitHub issue 3103. | Nicholas Marriott |
2022-03-03 | Allow optional arguments. | Nicholas Marriott |
2022-03-01 | Don't convert codes for special keys (Tab, Enter, Escape). | Nicholas Marriott |
2022-02-28 | Exit on SIGHUP before attach also, GitHub issue 3084. | Nicholas Marriott |
2022-02-28 | Map control keys back to an ASCII uppercase letter when passing them on | Nicholas Marriott |
2022-02-22 | MAXCOMLEN is no longer needed in these programs, so remove the annotation | Theo de Raadt |
2022-02-22 | Do not attempt to update focus (and crash) when there is no previous window. | Nicholas Marriott |
2022-02-22 | Add next_session_id format with the next session ID, GitHub issue 3078. | Nicholas Marriott |
2022-02-22 | Initialize copy_width before adjusting it, GitHub issue 3079. | Nicholas Marriott |
2022-02-22 | Use correct size for screen when popup is created without borders. | Nicholas Marriott |
2022-02-22 | Add window-resized hook to man page, from Thomas Adam. | Nicholas Marriott |
2022-02-17 | Add a window-resized hook which is fired when the window is actually | Nicholas Marriott |
2022-02-16 | Support more mouse buttons when the terminal sends them, GitHub issue | Nicholas Marriott |
2022-02-15 | Add an option (default off) to control the passthrough escape sequence. | Nicholas Marriott |
2022-02-15 | Do not create a buffer from an OSC 52 response if we have not sent a | Nicholas Marriott |
2022-02-14 | Do not return error with -q, GitHub issue 3065. | Nicholas Marriott |
2022-02-04 | Use ACS for pane border indicators so they work with different line | Nicholas Marriott |
2022-02-03 | Adjust size given to resize-pane for pane status line, GitHub issue | Nicholas Marriott |