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