summaryrefslogtreecommitdiff
path: root/usr.bin/tmux
AgeCommit message (Expand)Author
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
2022-02-03Use format_draw for command prompt prefix to allow styles, GitHub issueNicholas Marriott
2022-02-03Update focus when active pane changes after pane destroyed.Nicholas Marriott
2022-02-03Add a key in copy mode to toggle position indicator.Nicholas Marriott
2022-02-01A menu must be shown on a client, so always give the client when addingNicholas Marriott
2022-02-01Add option to show arrows for active pane indicator, GitHub issue 3022Nicholas Marriott
2022-02-01Mention that if-shell and #() use /bin/sh.Nicholas Marriott
2022-02-01Do not overflow width when not enough space.Nicholas Marriott
2022-01-17Do not try to strdup NULL, from seL4 at disroot dot org in GitHub issueNicholas Marriott
2022-01-06Ignore windows without a size set (may be used for pane only), fromNicholas Marriott
2021-12-31Try to turn on less-capable mouse modes when turning on more-capable, toNicholas Marriott
2021-12-21Support underscore style with capture-pane -e, GitHub issue 2928.Nicholas Marriott
2021-12-21ARM's Morello CHERI architecture does not support pointers in packedNicholas Marriott
2021-12-20Do not crash on a zero size character.Nicholas Marriott
2021-12-13Make pane-border-format a pane option, GitHub issue 2999.Nicholas Marriott
2021-12-10Missed unlinked control notifications, GitHub issue 2996.Nicholas Marriott
2021-12-10Mention XParseColor(3) for the cursor colour escape sequence.Nicholas Marriott
2021-12-10Add a NOBLOCK flag rather than adding amount to wait for whenNicholas Marriott
2021-12-07Respond to OSC 4 query.Nicholas Marriott