- 996e547 Better error reporting when applying custom layouts. by Nicholas Marriott · 2 years, 8 months ago
- 18105c8 Do not send focus sequences when focus is enabled or disabled by the by Nicholas Marriott · 2 years, 8 months ago
- d6306b6 Add an ACL list for users connecting to the tmux socket. Users may be forbidden by Nicholas Marriott · 2 years, 8 months ago
- 6e9a9d2 Fix version. by Nicholas Marriott · 2 years, 8 months ago
- 36648f2 Merge remote-tracking branch 'origin/3.3-rc' by Nicholas Marriott · 2 years, 8 months ago
- 7f86cab Merge tag '3.3-rc' by Nicholas Marriott · 2 years, 8 months ago
- 39b1e96 Add to CHANGES. by Nicholas Marriott · 2 years, 8 months ago
- 1e9c3b3 Preserve CRLF flag when respawning. by nicm · 2 years, 8 months ago
- fc65805 man pages: add missing commas between subordinate and main clauses by naddy · 2 years, 8 months ago
- 2df7bc1 Capture up to used size not available size for each line. by nicm · 2 years, 8 months ago
- 880abd0 Report error if creating socket fails with -D. by nicm · 2 years, 8 months ago
- 1c69a91 Add support for systemd socket activation (where systemd creates the Unix by Nicholas Marriott · 2 years, 8 months ago
- 98de578 Fix exit message if creating socket fails. by nicm · 2 years, 8 months ago
- d4eda7f Add unit (milliseconds) to escape-time, show unset colours as "none" by nicm · 2 years, 8 months ago
- 89a0046 Add a capability for OSC 7 and use it similarly to how the title is set by nicm · 2 years, 8 months ago
- 60a0a90 Check scroll-on-clear for ED also. by nicm · 2 years, 8 months ago
- c0508c9 Add an option (scroll-on-clear) to control if tmux scrolls into history by nicm · 2 years, 8 months ago
- fe44b10 Add an option to set the character used for unused areas of the by nicm · 2 years, 8 months ago
- ad7113e With -f use percentages of window size not pane size, GitHub issue 2866. by nicm · 2 years, 9 months ago
- 23e613f Fix user hooks (which are strings not arrays). by nicm · 2 years, 9 months ago
- 98b92c0 Add remain-on-exit-format to set text shown when pane is dead. by nicm · 2 years, 9 months ago
- 57f3314 Add argument to refresh-client -l to forward clipboard to a pane. GitHub by nicm · 2 years, 9 months ago
- 8aed444 Add formats for client and server UID and user (for multiuser setups). by nicm · 2 years, 9 months ago
- f97d784 Use getpeerucred if available (not tested). by Nicholas Marriott · 2 years, 9 months ago
- 759f949 Need a declaration for getpeereid also. by Nicholas Marriott · 2 years, 9 months ago
- f1d8724 Add getpeerid compat. by Nicholas Marriott · 2 years, 9 months ago
- 367ee79 Remove unnecessary declarations. by Nicholas Marriott · 2 years, 9 months ago
- d5a84de Pass client when adding menu item, GitHub issue 3103. by nicm · 2 years, 9 months ago
- 355ced9 Allow optional arguments. by nicm · 2 years, 9 months ago
- bc0bd82 Don't convert codes for special keys (Tab, Enter, Escape). by nicm · 2 years, 9 months ago
- 141a823 Use PATH_MAX instead of MAXPATHLEN. by topcat001 · 2 years, 9 months ago
- 42e7959 Exit on SIGHUP before attach also, GitHub issue 3084. by nicm · 2 years, 9 months ago
- 9947f74 Map control keys back to an ASCII uppercase letter when passing them on by nicm · 2 years, 9 months ago
- c030d6f MAXCOMLEN is no longer needed in these programs, so remove the annotation by deraadt · 2 years, 9 months ago
- 0465308 Do not attempt to update focus (and crash) when there is no previous window. by nicm · 2 years, 9 months ago
- a26ebcc Add next_session_id format with the next session ID, GitHub issue 3078. by nicm · 2 years, 9 months ago
- 92a26a8 Initialize copy_width before adjusting it, GitHub issue 3079. by nicm · 2 years, 9 months ago
- f74a98c Use correct size for screen when popup is created without borders. by nicm · 2 years, 9 months ago
- 4893edd Add a window-resized hook which is fired when the window is actually by nicm · 2 years, 9 months ago
- 6a0a783 Support more mouse buttons when the terminal sends them, GitHub issue 3055. by nicm · 2 years, 9 months ago
- 7f40c5b No not allow static linking on macOS. by Nicholas Marriott · 2 years, 9 months ago
- eabbc80 Add an option (default off) to control the passthrough escape sequence. by nicm · 2 years, 9 months ago
- 190b88f Do not create a buffer from an OSC 52 response if we have not sent a query. by nicm · 2 years, 9 months ago
- 2adbe3e Do not return error with -q, GitHub issue 3065. by nicm · 2 years, 9 months ago
- 9efa419 Use ACS for pane border indicators so they work with different line by nicm · 2 years, 10 months ago
- 921be61 Adjust size given to resize-pane for pane status line, GitHub issue 3050. by nicm · 2 years, 10 months ago
- b0ff446 Merge branch 'obsd-master' into master by Thomas Adam · 2 years, 8 months ago
- 65c0af7 Preserve CRLF flag when respawning. by nicm · 2 years, 8 months ago
- 87b248f Merge branch 'obsd-master' into master by Thomas Adam · 2 years, 8 months ago
- 2d9f4ca man pages: add missing commas between subordinate and main clauses by naddy · 2 years, 8 months ago
- fc82f25 Merge branch 'obsd-master' into master by Thomas Adam · 2 years, 8 months ago
- ded6955 Capture up to used size not available size for each line. by nicm · 2 years, 8 months ago
- ac16f2c Merge branch 'obsd-master' into master by Thomas Adam · 2 years, 8 months ago
- fc7f1e7 Add support for systemd socket activation (where systemd creates the Unix by Nicholas Marriott · 2 years, 8 months ago
- 207b1bc Report error if creating socket fails with -D. by nicm · 2 years, 8 months ago
- d26a4ea Merge branch 'obsd-master' into master by Thomas Adam · 2 years, 8 months ago
- 422fcd2 Fix exit message if creating socket fails. by nicm · 2 years, 8 months ago
- b638886 Merge branch 'obsd-master' into master by Thomas Adam · 2 years, 8 months ago
- 938130b Add unit (milliseconds) to escape-time, show unset colours as "none" by nicm · 2 years, 8 months ago
- 5e491e7 Merge branch 'obsd-master' into master by Thomas Adam · 2 years, 8 months ago
- 792d13a Add a capability for OSC 7 and use it similarly to how the title is set by nicm · 2 years, 8 months ago
- 964deae Merge branch 'obsd-master' into master by Thomas Adam · 2 years, 8 months ago
- 6a1706a Check scroll-on-clear for ED also. by nicm · 2 years, 8 months ago
- 10d689e Add an option (scroll-on-clear) to control if tmux scrolls into history by nicm · 2 years, 8 months ago
- 5d4c3ef Merge branch 'obsd-master' into master by Thomas Adam · 2 years, 8 months ago
- e6e737a Add an option to set the character used for unused areas of the by nicm · 2 years, 8 months ago
- ee3f1d2 Merge branch 'obsd-master' into master by Thomas Adam · 2 years, 9 months ago
- bfbe972 With -f use percentages of window size not pane size, GitHub issue 2866. by nicm · 2 years, 9 months ago
- cf217fa Fix user hooks (which are strings not arrays). by nicm · 2 years, 9 months ago
- 25337ac Merge branch 'obsd-master' into master by Thomas Adam · 2 years, 9 months ago
- a3d9209 Add remain-on-exit-format to set text shown when pane is dead. by nicm · 2 years, 9 months ago
- 2fb6089 Merge branch 'obsd-master' into master by Thomas Adam · 2 years, 9 months ago
- ad9b805 Add argument to refresh-client -l to forward clipboard to a pane. GitHub by nicm · 2 years, 9 months ago
- 04952f1 Use getpeerucred if available (not tested). by Nicholas Marriott · 2 years, 9 months ago
- 98cd8e4 Add formats for client and server UID and user (for multiuser setups). by nicm · 2 years, 9 months ago
- 9ed1226 Need a declaration for getpeereid also. by Nicholas Marriott · 2 years, 9 months ago
- afd9b68 Add getpeerid compat. by Nicholas Marriott · 2 years, 9 months ago
- 54d2249 Remove unnecessary declarations. by Nicholas Marriott · 2 years, 9 months ago
- 7eff2fe Merge branch 'obsd-master' into master by Thomas Adam · 2 years, 9 months ago
- a731b1a Pass client when adding menu item, GitHub issue 3103. by nicm · 2 years, 9 months ago
- f84f1c0 Merge branch 'obsd-master' into master by Thomas Adam · 2 years, 9 months ago
- 7d4224f Allow optional arguments. by nicm · 2 years, 9 months ago
- bf14bf6 Merge branch 'obsd-master' into master by Thomas Adam · 2 years, 9 months ago
- f39a71a Don't convert codes for special keys (Tab, Enter, Escape). by nicm · 2 years, 9 months ago
- cd9a81e Merge pull request #3093 from topcat001/pathfix by Anindya Mukherjee · 2 years, 9 months ago
- 047c011 Use PATH_MAX instead of MAXPATHLEN. by topcat001 · 2 years, 9 months ago
- 649685f Merge branch 'obsd-master' into master by Thomas Adam · 2 years, 9 months ago
- 2750195 Merge branch 'obsd-master' into master by Thomas Adam · 2 years, 9 months ago
- 2da096d Exit on SIGHUP before attach also, GitHub issue 3084. by nicm · 2 years, 9 months ago
- 2e59ff2 Map control keys back to an ASCII uppercase letter when passing them on by nicm · 2 years, 9 months ago
- 60688af Merge branch 'obsd-master' into master by Thomas Adam · 2 years, 9 months ago
- e8d6d53 MAXCOMLEN is no longer needed in these programs, so remove the annotation by deraadt · 2 years, 9 months ago
- dc07469 Merge branch 'obsd-master' into master by Thomas Adam · 2 years, 9 months ago
- 2be5488 Merge branch 'obsd-master' into master by Thomas Adam · 2 years, 9 months ago
- d54b18c Do not attempt to update focus (and crash) when there is no previous window. by nicm · 2 years, 9 months ago
- fa71e9a Add next_session_id format with the next session ID, GitHub issue 3078. by nicm · 2 years, 9 months ago
- 0fd01f8 Initialize copy_width before adjusting it, GitHub issue 3079. by nicm · 2 years, 9 months ago
- a9b8809 Use correct size for screen when popup is created without borders. by nicm · 2 years, 9 months ago
- 88d9a8f Merge branch 'obsd-master' into master by Thomas Adam · 2 years, 9 months ago
- 818b217 Add a window-resized hook which is fired when the window is actually by nicm · 2 years, 9 months ago