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