Branch: refs/heads/master
  Home:   https://github.com/tmux/tmux
  Commit: 921be619303fdad6db3c46662fc0cde2903c9535
      
https://github.com/tmux/tmux/commit/921be619303fdad6db3c46662fc0cde2903c9535
  Author: nicm <nicm>
  Date:   2022-04-06 (Wed, 06 Apr 2022)

  Changed paths:
    M cmd-resize-pane.c

  Log Message:
  -----------
  Adjust size given to resize-pane for pane status line, GitHub issue
3050.


  Commit: 9efa4199554b4b5613a19bf5b4d9036869978b4c
      
https://github.com/tmux/tmux/commit/9efa4199554b4b5613a19bf5b4d9036869978b4c
  Author: nicm <nicm>
  Date:   2022-04-06 (Wed, 06 Apr 2022)

  Changed paths:
    M screen-redraw.c

  Log Message:
  -----------
  Use ACS for pane border indicators so they work with different line
types, from Thomas Adam.


  Commit: 2adbe3ec1606806e31c74507cfa0225327e27225
      
https://github.com/tmux/tmux/commit/2adbe3ec1606806e31c74507cfa0225327e27225
  Author: nicm <nicm>
  Date:   2022-04-06 (Wed, 06 Apr 2022)

  Changed paths:
    M cmd-show-options.c

  Log Message:
  -----------
  Do not return error with -q, GitHub issue 3065.


  Commit: 190b88fcabc413485584bffed6d8ed8b61db1b1f
      
https://github.com/tmux/tmux/commit/190b88fcabc413485584bffed6d8ed8b61db1b1f
  Author: nicm <nicm>
  Date:   2022-04-06 (Wed, 06 Apr 2022)

  Changed paths:
    M cmd-refresh-client.c
    M tmux.h
    M tty-keys.c
    M tty.c

  Log Message:
  -----------
  Do not create a buffer from an OSC 52 response if we have not sent a
query.


  Commit: eabbc80b75ef8e02653c2728d7f646fc6a8f558f
      
https://github.com/tmux/tmux/commit/eabbc80b75ef8e02653c2728d7f646fc6a8f558f
  Author: nicm <nicm>
  Date:   2022-04-06 (Wed, 06 Apr 2022)

  Changed paths:
    M input.c
    M options-table.c
    M tmux.1

  Log Message:
  -----------
  Add an option (default off) to control the passthrough escape sequence.
Like set-clipboard and allow-rename it is safer to forbid this by
default.


  Commit: 7f40c5b647241e0ac3c71c3c95a8cc33790e707e
      
https://github.com/tmux/tmux/commit/7f40c5b647241e0ac3c71c3c95a8cc33790e707e
  Author: Nicholas Marriott <[email protected]>
  Date:   2022-04-06 (Wed, 06 Apr 2022)

  Changed paths:
    M configure.ac

  Log Message:
  -----------
  No not allow static linking on macOS.


  Commit: 6a0a783c268b00df165b115d915b628e36a0f69b
      
https://github.com/tmux/tmux/commit/6a0a783c268b00df165b115d915b628e36a0f69b
  Author: nicm <nicm>
  Date:   2022-04-06 (Wed, 06 Apr 2022)

  Changed paths:
    M input-keys.c
    M key-string.c
    M menu.c
    M popup.c
    M server-client.c
    M tmux.h
    M tty-keys.c

  Log Message:
  -----------
  Support more mouse buttons when the terminal sends them, GitHub issue
3055.


  Commit: 4893edd5d67e80e8d4323f6cae02495a7164e3f0
      
https://github.com/tmux/tmux/commit/4893edd5d67e80e8d4323f6cae02495a7164e3f0
  Author: nicm <nicm>
  Date:   2022-04-06 (Wed, 06 Apr 2022)

  Changed paths:
    M options-table.c
    M resize.c

  Log Message:
  -----------
  Add a window-resized hook which is fired when the window is actually
resized which may be later than the client resize, GitHub issue 2995.


  Commit: f74a98cd077c301b27c18a0a98620f7eda003489
      
https://github.com/tmux/tmux/commit/f74a98cd077c301b27c18a0a98620f7eda003489
  Author: nicm <nicm>
  Date:   2022-04-06 (Wed, 06 Apr 2022)

  Changed paths:
    M popup.c

  Log Message:
  -----------
  Use correct size for screen when popup is created without borders.


  Commit: 92a26a8b8c4b32223fb81d7bde93c986ff4f7f6b
      
https://github.com/tmux/tmux/commit/92a26a8b8c4b32223fb81d7bde93c986ff4f7f6b
  Author: nicm <nicm>
  Date:   2022-04-06 (Wed, 06 Apr 2022)

  Changed paths:
    M format-draw.c

  Log Message:
  -----------
  Initialize copy_width before adjusting it, GitHub issue 3079.


  Commit: a26ebccd421e53ce1e3fcad6f1db9759cb58b043
      
https://github.com/tmux/tmux/commit/a26ebccd421e53ce1e3fcad6f1db9759cb58b043
  Author: nicm <nicm>
  Date:   2022-04-06 (Wed, 06 Apr 2022)

  Changed paths:
    M format.c
    M session.c
    M tmux.1
    M tmux.h

  Log Message:
  -----------
  Add next_session_id format with the next session ID, GitHub issue 3078.


  Commit: 046530878b351dc5d99347179f9598d0b40fa268
      
https://github.com/tmux/tmux/commit/046530878b351dc5d99347179f9598d0b40fa268
  Author: nicm <nicm>
  Date:   2022-04-06 (Wed, 06 Apr 2022)

  Changed paths:
    M session.c

  Log Message:
  -----------
  Do not attempt to update focus (and crash) when there is no previous window.


  Commit: c030d6fe362eec41ccd5a5cb21321ef8cf07314b
      
https://github.com/tmux/tmux/commit/c030d6fe362eec41ccd5a5cb21321ef8cf07314b
  Author: deraadt <deraadt>
  Date:   2022-04-06 (Wed, 06 Apr 2022)

  Changed paths:
    M osdep-openbsd.c

  Log Message:
  -----------
  MAXCOMLEN is no longer needed in these programs, so remove the annotation
from sys/param.h include lines, or remove the include lines entirely if
it this was the least requirement.
ok millert


  Commit: 9947f7416a3e43c30abcfbc5092c7e3e7b122dcb
      
https://github.com/tmux/tmux/commit/9947f7416a3e43c30abcfbc5092c7e3e7b122dcb
  Author: nicm <nicm>
  Date:   2022-04-06 (Wed, 06 Apr 2022)

  Changed paths:
    M input-keys.c

  Log Message:
  -----------
  Map control keys back to an ASCII uppercase letter when passing them on
as extended keys.


  Commit: 42e795933625dbda27e3c0a453fc7d0fbf4bb758
      
https://github.com/tmux/tmux/commit/42e795933625dbda27e3c0a453fc7d0fbf4bb758
  Author: nicm <nicm>
  Date:   2022-04-06 (Wed, 06 Apr 2022)

  Changed paths:
    M client.c

  Log Message:
  -----------
  Exit on SIGHUP before attach also, GitHub issue 3084.


  Commit: 141a823ea421171d10466eccf0b2d03c0417667e
      
https://github.com/tmux/tmux/commit/141a823ea421171d10466eccf0b2d03c0417667e
  Author: topcat001 <[email protected]>
  Date:   2022-04-06 (Wed, 06 Apr 2022)

  Changed paths:
    M osdep-openbsd.c

  Log Message:
  -----------
  Use PATH_MAX instead of MAXPATHLEN.


  Commit: bc0bd8213d26d7b85cdf2c26fbd68942291b5994
      
https://github.com/tmux/tmux/commit/bc0bd8213d26d7b85cdf2c26fbd68942291b5994
  Author: nicm <nicm>
  Date:   2022-04-06 (Wed, 06 Apr 2022)

  Changed paths:
    M input-keys.c

  Log Message:
  -----------
  Don't convert codes for special keys (Tab, Enter, Escape).


  Commit: 355ced93cc219897bf3c660e481808c006ffab6a
      
https://github.com/tmux/tmux/commit/355ced93cc219897bf3c660e481808c006ffab6a
  Author: nicm <nicm>
  Date:   2022-04-06 (Wed, 06 Apr 2022)

  Changed paths:
    M arguments.c

  Log Message:
  -----------
  Allow optional arguments.


  Commit: d5a84de84293798438989d7894e8001bec8c19f1
      
https://github.com/tmux/tmux/commit/d5a84de84293798438989d7894e8001bec8c19f1
  Author: nicm <nicm>
  Date:   2022-04-06 (Wed, 06 Apr 2022)

  Changed paths:
    M status.c

  Log Message:
  -----------
  Pass client when adding menu item, GitHub issue 3103.


  Commit: 367ee79df08f80f0ae28a967ed3d9922e4ccfb22
      
https://github.com/tmux/tmux/commit/367ee79df08f80f0ae28a967ed3d9922e4ccfb22
  Author: Nicholas Marriott <[email protected]>
  Date:   2022-04-06 (Wed, 06 Apr 2022)

  Changed paths:
    M osdep-netbsd.c

  Log Message:
  -----------
  Remove unnecessary declarations.


  Commit: f1d87241987e4b46ae839395c06d9eb48e630fa7
      
https://github.com/tmux/tmux/commit/f1d87241987e4b46ae839395c06d9eb48e630fa7
  Author: Nicholas Marriott <[email protected]>
  Date:   2022-04-06 (Wed, 06 Apr 2022)

  Changed paths:
    A compat/getpeereid.c
    M configure.ac

  Log Message:
  -----------
  Add getpeerid compat.


  Commit: 759f94965454a043285813cf4fd8b83944587973
      
https://github.com/tmux/tmux/commit/759f94965454a043285813cf4fd8b83944587973
  Author: Nicholas Marriott <[email protected]>
  Date:   2022-04-06 (Wed, 06 Apr 2022)

  Changed paths:
    M compat.h

  Log Message:
  -----------
  Need a declaration for getpeereid also.


  Commit: f97d784f172a10e0444ad93bb536ee0428613aa7
      
https://github.com/tmux/tmux/commit/f97d784f172a10e0444ad93bb536ee0428613aa7
  Author: Nicholas Marriott <[email protected]>
  Date:   2022-04-06 (Wed, 06 Apr 2022)

  Changed paths:
    M compat/getpeereid.c
    M configure.ac

  Log Message:
  -----------
  Use getpeerucred if available (not tested).


  Commit: 8aed44420152b87e08f8f120ffbe4a888ee5d951
      
https://github.com/tmux/tmux/commit/8aed44420152b87e08f8f120ffbe4a888ee5d951
  Author: nicm <nicm>
  Date:   2022-04-06 (Wed, 06 Apr 2022)

  Changed paths:
    M cmd-list-clients.c
    M format.c
    M proc.c

  Log Message:
  -----------
  Add formats for client and server UID and user (for multiuser setups).


  Commit: 57f331438a1eb67d6f1d3380278c8df7c9003dc1
      
https://github.com/tmux/tmux/commit/57f331438a1eb67d6f1d3380278c8df7c9003dc1
  Author: nicm <nicm>
  Date:   2022-04-06 (Wed, 06 Apr 2022)

  Changed paths:
    M cmd-refresh-client.c
    M input.c
    M server-client.c
    M tmux.1
    M tmux.h
    M tty-keys.c
    M tty.c

  Log Message:
  -----------
  Add argument to refresh-client -l to forward clipboard to a pane. GitHub
issue 3068.


  Commit: 98b92c0525f7cd5878122815cbe9adb4e292ce2c
      
https://github.com/tmux/tmux/commit/98b92c0525f7cd5878122815cbe9adb4e292ce2c
  Author: nicm <nicm>
  Date:   2022-04-06 (Wed, 06 Apr 2022)

  Changed paths:
    M format.c
    M options-table.c
    M server-fn.c
    M tmux.1
    M tmux.h

  Log Message:
  -----------
  Add remain-on-exit-format to set text shown when pane is dead.


  Commit: 23e613fcf5a1f3dc6f27f52d523bff17528f4b52
      
https://github.com/tmux/tmux/commit/23e613fcf5a1f3dc6f27f52d523bff17528f4b52
  Author: nicm <nicm>
  Date:   2022-04-06 (Wed, 06 Apr 2022)

  Changed paths:
    M notify.c

  Log Message:
  -----------
  Fix user hooks (which are strings not arrays).


  Commit: ad7113e0dbf2e5f5b6b33fd34824c5cf16e9053c
      
https://github.com/tmux/tmux/commit/ad7113e0dbf2e5f5b6b33fd34824c5cf16e9053c
  Author: nicm <nicm>
  Date:   2022-04-06 (Wed, 06 Apr 2022)

  Changed paths:
    M cmd-split-window.c

  Log Message:
  -----------
  With -f use percentages of window size not pane size, GitHub issue 2866.


  Commit: fe44b105e4a2d1d7baa12b37d0b84d8c6be9addc
      
https://github.com/tmux/tmux/commit/fe44b105e4a2d1d7baa12b37d0b84d8c6be9addc
  Author: nicm <nicm>
  Date:   2022-04-06 (Wed, 06 Apr 2022)

  Changed paths:
    M options-table.c
    M options.c
    M screen-redraw.c
    M tmux.1
    M tmux.h
    M window.c

  Log Message:
  -----------
  Add an option to set the character used for unused areas of the
terminal, GitHub issue 3110.


  Commit: c0508c9321d2bd3b94a850d953db9532854b45cd
      
https://github.com/tmux/tmux/commit/c0508c9321d2bd3b94a850d953db9532854b45cd
  Author: nicm <nicm>
  Date:   2022-04-06 (Wed, 06 Apr 2022)

  Changed paths:
    M options-table.c
    M screen-write.c
    M tmux.1

  Log Message:
  -----------
  Add an option (scroll-on-clear) to control if tmux scrolls into history
on clear, from Robert Lange in GitHub issue 3121.


  Commit: 60a0a904e007390b8fba484eea9461bf095bff7a
      
https://github.com/tmux/tmux/commit/60a0a904e007390b8fba484eea9461bf095bff7a
  Author: nicm <nicm>
  Date:   2022-04-06 (Wed, 06 Apr 2022)

  Changed paths:
    M screen-write.c

  Log Message:
  -----------
  Check scroll-on-clear for ED also.


  Commit: 89a0046ad360d7a499732e327bae69b7e4b2536e
      
https://github.com/tmux/tmux/commit/89a0046ad360d7a499732e327bae69b7e4b2536e
  Author: nicm <nicm>
  Date:   2022-04-06 (Wed, 06 Apr 2022)

  Changed paths:
    M server-client.c
    M tmux.1
    M tmux.h
    M tty-features.c
    M tty-term.c
    M tty.c

  Log Message:
  -----------
  Add a capability for OSC 7 and use it similarly to how the title is set
(and controlled by the same set-titles option). GitHub issue 3127.


  Commit: d4eda7f9e5d33c613bb22770a677779ffbe9b363
      
https://github.com/tmux/tmux/commit/d4eda7f9e5d33c613bb22770a677779ffbe9b363
  Author: nicm <nicm>
  Date:   2022-04-06 (Wed, 06 Apr 2022)

  Changed paths:
    M colour.c
    M options-table.c
    M window-customize.c

  Log Message:
  -----------
  Add unit (milliseconds) to escape-time, show unset colours as "none"
rather than "invalid" and don't show the same text twice for user
options in customize mode.


  Commit: 98de5784a0a35681b736dc11bb6758a08d428562
      
https://github.com/tmux/tmux/commit/98de5784a0a35681b736dc11bb6758a08d428562
  Author: nicm <nicm>
  Date:   2022-04-06 (Wed, 06 Apr 2022)

  Changed paths:
    M server.c

  Log Message:
  -----------
  Fix exit message if creating socket fails.


  Commit: 1c69a91c25654339a0e670ed5a1495d52b37eb8e
      
https://github.com/tmux/tmux/commit/1c69a91c25654339a0e670ed5a1495d52b37eb8e
  Author: Nicholas Marriott <[email protected]>
  Date:   2022-04-06 (Wed, 06 Apr 2022)

  Changed paths:
    M Makefile.am
    M compat.h
    A compat/systemd.c
    M configure.ac
    M server.c
    M tmux.h

  Log Message:
  -----------
  Add support for systemd socket activation (where systemd creates the Unix
domain socket for tmux rather than tmux creating it). Build with
--enable-systemd. From Julien Moutinho in GitHub issue 3119.


  Commit: 880abd0ec2d4ce5c79645d59a6ba0fe08c0734aa
      
https://github.com/tmux/tmux/commit/880abd0ec2d4ce5c79645d59a6ba0fe08c0734aa
  Author: nicm <nicm>
  Date:   2022-04-06 (Wed, 06 Apr 2022)

  Changed paths:
    M server.c

  Log Message:
  -----------
  Report error if creating socket fails with -D.


  Commit: 2df7bc14fa43def1e4bb334f25bdb2191a4af799
      
https://github.com/tmux/tmux/commit/2df7bc14fa43def1e4bb334f25bdb2191a4af799
  Author: nicm <nicm>
  Date:   2022-04-06 (Wed, 06 Apr 2022)

  Changed paths:
    M grid.c

  Log Message:
  -----------
  Capture up to used size not available size for each line.


  Commit: fc6580574e88d27e481b9fa70eadc443f59ef1b5
      
https://github.com/tmux/tmux/commit/fc6580574e88d27e481b9fa70eadc443f59ef1b5
  Author: naddy <naddy>
  Date:   2022-04-06 (Wed, 06 Apr 2022)

  Changed paths:
    M tmux.1

  Log Message:
  -----------
  man pages: add missing commas between subordinate and main clauses

jmc@ dislikes a comma before "then" in a conditional, so leave those
untouched.

ok jmc@


  Commit: 1e9c3b3c63b9fb98bcf02eb8b09d1cefb0b72d26
      
https://github.com/tmux/tmux/commit/1e9c3b3c63b9fb98bcf02eb8b09d1cefb0b72d26
  Author: nicm <nicm>
  Date:   2022-04-06 (Wed, 06 Apr 2022)

  Changed paths:
    M screen.c

  Log Message:
  -----------
  Preserve CRLF flag when respawning.


  Commit: 39b1e96b453a535a8f7b5542dbb49f82c729f24c
      
https://github.com/tmux/tmux/commit/39b1e96b453a535a8f7b5542dbb49f82c729f24c
  Author: Nicholas Marriott <[email protected]>
  Date:   2022-04-06 (Wed, 06 Apr 2022)

  Changed paths:
    M CHANGES

  Log Message:
  -----------
  Add to CHANGES.


  Commit: 36648f2668b9bed933e34ded06db74bbc8fe7921
      
https://github.com/tmux/tmux/commit/36648f2668b9bed933e34ded06db74bbc8fe7921
  Author: Nicholas Marriott <[email protected]>
  Date:   2022-04-06 (Wed, 06 Apr 2022)

  Changed paths:
    M CHANGES

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/3.3-rc'


  Commit: 6e9a9d265e2c5199566e3890e6763a74b558bf80
      
https://github.com/tmux/tmux/commit/6e9a9d265e2c5199566e3890e6763a74b558bf80
  Author: Nicholas Marriott <[email protected]>
  Date:   2022-04-06 (Wed, 06 Apr 2022)

  Changed paths:
    M configure.ac

  Log Message:
  -----------
  Fix version.


Compare: https://github.com/tmux/tmux/compare/7f86cab1d244...6e9a9d265e2c

-- 
You received this message because you are subscribed to the Google Groups 
"tmux-git" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/7f86ca-6e9a9d%40github.com.

Reply via email to