Branch: refs/heads/3.3-rc
  Home:   https://github.com/tmux/tmux
  Commit: 3be44313aa3bc6df3a4884eec16fdd561fd59271
      
https://github.com/tmux/tmux/commit/3be44313aa3bc6df3a4884eec16fdd561fd59271
  Author: Nicholas Marriott <[email protected]>
  Date:   2021-09-15 (Wed, 15 Sep 2021)

  Changed paths:
    M Makefile.am
    M configure.ac

  Log Message:
  -----------
  Next is 3.4.


  Commit: 8554b80b8b9e70b641847a8534af6d5fbc1a39c7
      
https://github.com/tmux/tmux/commit/8554b80b8b9e70b641847a8534af6d5fbc1a39c7
  Author: Nicholas Marriott <[email protected]>
  Date:   2021-09-15 (Wed, 15 Sep 2021)

  Changed paths:

  Log Message:
  -----------
  Merge tag '3.3-rc'

3.3-rc


  Commit: 3c3d371f996b71380547a56db4412c8ca8a31469
      
https://github.com/tmux/tmux/commit/3c3d371f996b71380547a56db4412c8ca8a31469
  Author: nicm <nicm>
  Date:   2021-09-16 (Thu, 16 Sep 2021)

  Changed paths:
    M cmd-run-shell.c

  Log Message:
  -----------
  Fix run-shell -d with no command, GitHub issue 2885.


  Commit: 409e121cace098810836e7286a3a55a125424db5
      
https://github.com/tmux/tmux/commit/409e121cace098810836e7286a3a55a125424db5
  Author: Thomas Adam <[email protected]>
  Date:   2021-09-16 (Thu, 16 Sep 2021)

  Changed paths:
    M cmd-run-shell.c

  Log Message:
  -----------
  Merge branch 'obsd-master' into master


  Commit: c4b969ca62a6f0b66f97c9bfe88022a91d162038
      
https://github.com/tmux/tmux/commit/c4b969ca62a6f0b66f97c9bfe88022a91d162038
  Author: nicm <nicm>
  Date:   2021-09-17 (Fri, 17 Sep 2021)

  Changed paths:
    M session.c

  Log Message:
  -----------
  Do not destroy sessions twice, GitHub issue 2889.


  Commit: 25df71b90da9ac9aaedecb623fc7e353eff4d9da
      
https://github.com/tmux/tmux/commit/25df71b90da9ac9aaedecb623fc7e353eff4d9da
  Author: Thomas Adam <[email protected]>
  Date:   2021-09-17 (Fri, 17 Sep 2021)

  Changed paths:
    M session.c

  Log Message:
  -----------
  Merge branch 'obsd-master' into master


  Commit: 097a792f9de8184cc3db89049811f3669dfae8f4
      
https://github.com/tmux/tmux/commit/097a792f9de8184cc3db89049811f3669dfae8f4
  Author: Nicholas Marriott <[email protected]>
  Date:   2021-09-21 (Tue, 21 Sep 2021)

  Changed paths:
    M configure.ac

  Log Message:
  -----------
  Update obsolete autoconf macros, from "kylo252" GitHub issue 2900.


  Commit: b2482535d0665390c75df62a959e3bed39724de0
      
https://github.com/tmux/tmux/commit/b2482535d0665390c75df62a959e3bed39724de0
  Author: Nicholas Marriott <[email protected]>
  Date:   2021-09-21 (Tue, 21 Sep 2021)

  Changed paths:
    M configure.ac

  Log Message:
  -----------
  Crosscompiling defaults from  Romain Francoise.


  Commit: 9c77a5b9f05f91d745705b2739c83519674fe92d
      
https://github.com/tmux/tmux/commit/9c77a5b9f05f91d745705b2739c83519674fe92d
  Author: Nicholas Marriott <[email protected]>
  Date:   2021-09-21 (Tue, 21 Sep 2021)

  Changed paths:
    M CHANGES

  Log Message:
  -----------
  Remove duplicate.


  Commit: 257e9ba69a06c37c3b970db06c50e93f91955b11
      
https://github.com/tmux/tmux/commit/257e9ba69a06c37c3b970db06c50e93f91955b11
  Author: nicm <nicm>
  Date:   2021-09-22 (Wed, 22 Sep 2021)

  Changed paths:
    M cmd-command-prompt.c

  Log Message:
  -----------
  Fix command prompt with multiple prompts (add the result onto the list
again as we go along). ok deraadt


  Commit: 03f9963f3dd58283be1f68db581e1caad68d1a16
      
https://github.com/tmux/tmux/commit/03f9963f3dd58283be1f68db581e1caad68d1a16
  Author: Thomas Adam <[email protected]>
  Date:   2021-09-22 (Wed, 22 Sep 2021)

  Changed paths:
    M cmd-command-prompt.c

  Log Message:
  -----------
  Merge branch 'obsd-master' into master


  Commit: 68c890585991c1114690d43a179eef0a7f207871
      
https://github.com/tmux/tmux/commit/68c890585991c1114690d43a179eef0a7f207871
  Author: nicm <nicm>
  Date:   2021-09-27 (Mon, 27 Sep 2021)

  Changed paths:
    M server-client.c

  Log Message:
  -----------
  Do not call recalculate_sizes while clearing a client session because it
needs to loop over the clients, instead do it after all clients are
cleared. Fixes a crash reported by martijn@ when a session with multiple
clients attached is destroyed, but there are other sessions so tmux does
not entirely exit. ok deraadt


  Commit: bf595a0cb0eb132b7365e8f1d19f07b255cbf191
      
https://github.com/tmux/tmux/commit/bf595a0cb0eb132b7365e8f1d19f07b255cbf191
  Author: Thomas Adam <[email protected]>
  Date:   2021-09-27 (Mon, 27 Sep 2021)

  Changed paths:
    M server-client.c

  Log Message:
  -----------
  Merge branch 'obsd-master' into master


  Commit: 3d5a02bf45f03f9dc37b2178ac7964f3f2b3748c
      
https://github.com/tmux/tmux/commit/3d5a02bf45f03f9dc37b2178ac7964f3f2b3748c
  Author: nicm <nicm>
  Date:   2021-10-05 (Tue, 05 Oct 2021)

  Changed paths:
    M format.c

  Log Message:
  -----------
  Do not try to use NULL time values.


  Commit: 9b1fdb291ee8e940311a51cf41f97b07930b4688
      
https://github.com/tmux/tmux/commit/9b1fdb291ee8e940311a51cf41f97b07930b4688
  Author: nicm <nicm>
  Date:   2021-10-05 (Tue, 05 Oct 2021)

  Changed paths:
    M input.c
    M screen.c
    M tmux.h
    M tty.c

  Log Message:
  -----------
  Separate "very visible" flag from blinking flag, it should not affect
DECSCUSR. GitHub issue 2891.


  Commit: 9f6164a05cc0de372f6859127f72c8b242596bf5
      
https://github.com/tmux/tmux/commit/9f6164a05cc0de372f6859127f72c8b242596bf5
  Author: nicm <nicm>
  Date:   2021-10-05 (Tue, 05 Oct 2021)

  Changed paths:
    M cmd-send-keys.c
    M tmux.1

  Log Message:
  -----------
  Make send-keys without any arguments send the key it is bound to (if
any). GitHub issue 2904.


  Commit: 479c9563c70343af7c8afc3f6bd02599d1fd1269
      
https://github.com/tmux/tmux/commit/479c9563c70343af7c8afc3f6bd02599d1fd1269
  Author: Thomas Adam <[email protected]>
  Date:   2021-10-05 (Tue, 05 Oct 2021)

  Changed paths:
    M cmd-send-keys.c
    M format.c
    M input.c
    M screen.c
    M tmux.1
    M tmux.h
    M tty.c

  Log Message:
  -----------
  Merge branch 'obsd-master' into master


  Commit: e06a4e041c68cabe448e6680505b4690e2d7169d
      
https://github.com/tmux/tmux/commit/e06a4e041c68cabe448e6680505b4690e2d7169d
  Author: nicm <nicm>
  Date:   2021-10-05 (Tue, 05 Oct 2021)

  Changed paths:
    M format.c

  Log Message:
  -----------
  Set mouse_x and mouse_y on the status line, GitHub issue 2913.


  Commit: d8996a1c1dfff860304f0282523f17345c2a0708
      
https://github.com/tmux/tmux/commit/d8996a1c1dfff860304f0282523f17345c2a0708
  Author: Thomas Adam <[email protected]>
  Date:   2021-10-05 (Tue, 05 Oct 2021)

  Changed paths:
    M format.c

  Log Message:
  -----------
  Merge branch 'obsd-master' into master


  Commit: da05d0582400d25f44b84c014b446e6685497761
      
https://github.com/tmux/tmux/commit/da05d0582400d25f44b84c014b446e6685497761
  Author: nicm <nicm>
  Date:   2021-10-05 (Tue, 05 Oct 2021)

  Changed paths:
    M format.c

  Log Message:
  -----------
  Fix some warnings.


  Commit: c8802c776a4ca2775278061f9c537886e9158cae
      
https://github.com/tmux/tmux/commit/c8802c776a4ca2775278061f9c537886e9158cae
  Author: Thomas Adam <[email protected]>
  Date:   2021-10-06 (Wed, 06 Oct 2021)

  Changed paths:
    M format.c

  Log Message:
  -----------
  Merge branch 'obsd-master' into master


  Commit: 5359b766195528b9a0763c7f5e4ce5f2797a9b09
      
https://github.com/tmux/tmux/commit/5359b766195528b9a0763c7f5e4ce5f2797a9b09
  Author: nicm <nicm>
  Date:   2021-10-06 (Wed, 06 Oct 2021)

  Changed paths:
    M tty.c

  Log Message:
  -----------
  Do not reset cursor to default if it has never been changed, fixes
problem reported by naddy.


  Commit: 537441742836b4366c47ad60c19e04463bfd02e3
      
https://github.com/tmux/tmux/commit/537441742836b4366c47ad60c19e04463bfd02e3
  Author: Thomas Adam <[email protected]>
  Date:   2021-10-06 (Wed, 06 Oct 2021)

  Changed paths:
    M tty.c

  Log Message:
  -----------
  Merge branch 'obsd-master' into master


  Commit: 95744963335389d670997fe943c0859449eddc3e
      
https://github.com/tmux/tmux/commit/95744963335389d670997fe943c0859449eddc3e
  Author: nicm <nicm>
  Date:   2021-10-07 (Thu, 07 Oct 2021)

  Changed paths:
    M cmd-display-message.c
    M cmd-split-window.c
    M window.c

  Log Message:
  -----------
  Handle splitw -I correctly when used from an attached client, GitHub
issue 2917.


  Commit: 5f63181ed5a9d409fcb0955217fbe4c1a40dd9ff
      
https://github.com/tmux/tmux/commit/5f63181ed5a9d409fcb0955217fbe4c1a40dd9ff
  Author: nicm <nicm>
  Date:   2021-10-07 (Thu, 07 Oct 2021)

  Changed paths:
    M tmux.1

  Log Message:
  -----------
  Add a missing El, from Alexis Hildebrandt in GitHub issue 2918.


  Commit: fed7b29c7e4995eb60ad765c4ff9439f68261c83
      
https://github.com/tmux/tmux/commit/fed7b29c7e4995eb60ad765c4ff9439f68261c83
  Author: Thomas Adam <[email protected]>
  Date:   2021-10-07 (Thu, 07 Oct 2021)

  Changed paths:
    M cmd-display-message.c
    M cmd-split-window.c
    M tmux.1
    M window.c

  Log Message:
  -----------
  Merge branch 'obsd-master' into master


  Commit: 50a77f4417976915cf54bdfed7c9beb0d37f600d
      
https://github.com/tmux/tmux/commit/50a77f4417976915cf54bdfed7c9beb0d37f600d
  Author: kn <kn>
  Date:   2021-10-08 (Fri, 08 Oct 2021)

  Changed paths:
    M tmux.1

  Log Message:
  -----------
  Add tags for command aliases

Make ":tnew" work, i.e. bring the reader to the definition of the full
"new-window" command aliased as "new" just like ":tnew-window" would.

OK nicm


  Commit: bf0f694f91f698118bf7c80394c72322e69a1242
      
https://github.com/tmux/tmux/commit/bf0f694f91f698118bf7c80394c72322e69a1242
  Author: Thomas Adam <[email protected]>
  Date:   2021-10-08 (Fri, 08 Oct 2021)

  Changed paths:
    M tmux.1

  Log Message:
  -----------
  Merge branch 'obsd-master' into master


  Commit: 7800a431ea63f3be4f0763df3f3a2fae44aeac58
      
https://github.com/tmux/tmux/commit/7800a431ea63f3be4f0763df3f3a2fae44aeac58
  Author: jmc <jmc>
  Date:   2021-10-08 (Fri, 08 Oct 2021)

  Changed paths:
    M tmux.1

  Log Message:
  -----------
  remove extra .El;


  Commit: 7ca863c5af3dbbb78d45bec5b113a69f983f2fdc
      
https://github.com/tmux/tmux/commit/7ca863c5af3dbbb78d45bec5b113a69f983f2fdc
  Author: Thomas Adam <[email protected]>
  Date:   2021-10-08 (Fri, 08 Oct 2021)

  Changed paths:
    M tmux.1

  Log Message:
  -----------
  Merge branch 'obsd-master' into master


  Commit: 759efe1b3327a7244c03ecc7b90e0e3c49712d06
      
https://github.com/tmux/tmux/commit/759efe1b3327a7244c03ecc7b90e0e3c49712d06
  Author: nicm <nicm>
  Date:   2021-10-11 (Mon, 11 Oct 2021)

  Changed paths:
    M cmd-display-menu.c
    M cmd-if-shell.c
    M cmd-run-shell.c
    M format.c
    M job.c
    M popup.c
    M tmux.1
    M tmux.h
    M window-copy.c

  Log Message:
  -----------
  Add -e flag to set environment for popup, from Alexis Hildebrandt in
GitHub issue 2924.


  Commit: af82106fae823f55fd3c746e1b48bc8e52a55e68
      
https://github.com/tmux/tmux/commit/af82106fae823f55fd3c746e1b48bc8e52a55e68
  Author: Thomas Adam <[email protected]>
  Date:   2021-10-11 (Mon, 11 Oct 2021)

  Changed paths:
    M cmd-display-menu.c
    M cmd-if-shell.c
    M cmd-run-shell.c
    M format.c
    M job.c
    M popup.c
    M tmux.1
    M tmux.h
    M window-copy.c

  Log Message:
  -----------
  Merge branch 'obsd-master' into master


  Commit: b8581ec80e5339be5e2c08cfec70a77f21ba06b2
      
https://github.com/tmux/tmux/commit/b8581ec80e5339be5e2c08cfec70a77f21ba06b2
  Author: nicm <nicm>
  Date:   2021-10-11 (Mon, 11 Oct 2021)

  Changed paths:
    M menu.c
    M popup.c
    M screen-redraw.c
    M server-client.c
    M tmux.h
    M tty.c

  Log Message:
  -----------
  Make positions hidden by overlays range-based rather than character-based,
from Anindya Mukherjee.


  Commit: aff2a473ec3c16396d6be9d61c5e5dc1201a725b
      
https://github.com/tmux/tmux/commit/aff2a473ec3c16396d6be9d61c5e5dc1201a725b
  Author: Thomas Adam <[email protected]>
  Date:   2021-10-11 (Mon, 11 Oct 2021)

  Changed paths:
    M menu.c
    M popup.c
    M screen-redraw.c
    M server-client.c
    M tmux.h
    M tty.c

  Log Message:
  -----------
  Merge branch 'obsd-master' into master


  Commit: 837ca176d1874273f3de615c75b506e1b1787a1b
      
https://github.com/tmux/tmux/commit/837ca176d1874273f3de615c75b506e1b1787a1b
  Author: nicm <nicm>
  Date:   2021-10-13 (Wed, 13 Oct 2021)

  Changed paths:
    M mode-tree.c
    M options-table.c
    M popup.c
    M screen-write.c
    M tmux.1
    M tmux.h
    M window-tree.c

  Log Message:
  -----------
  Add popup-style and popup-border-style options, from Alexis Hildebrandt
in GitHub issue 2927.


  Commit: fb23df679b31418dbef21bc7b98c891ee3a48d42
      
https://github.com/tmux/tmux/commit/fb23df679b31418dbef21bc7b98c891ee3a48d42
  Author: Thomas Adam <[email protected]>
  Date:   2021-10-13 (Wed, 13 Oct 2021)

  Changed paths:
    M mode-tree.c
    M options-table.c
    M popup.c
    M screen-write.c
    M tmux.1
    M tmux.h
    M window-tree.c

  Log Message:
  -----------
  Merge branch 'obsd-master' into master


  Commit: d0ab1a837a0ab3e26fe7195f14672f6feb43c4c4
      
https://github.com/tmux/tmux/commit/d0ab1a837a0ab3e26fe7195f14672f6feb43c4c4
  Author: nicm <nicm>
  Date:   2021-10-14 (Thu, 14 Oct 2021)

  Changed paths:
    M tty.c

  Log Message:
  -----------
  When checking ranges in tty_cmd_cells, cannot use the tty cursor
position and tty_cursor because it may be at the final invisible cursor
position on automargin terminals. The text to be drawn is confined to
the pane, so use the pane cursor position for the checks instead. Fix
from Anindya Mukherjee, redraw problem reported by naddy@.


  Commit: ee9885a40ced1fd34fe2eed879a40975a0691ac8
      
https://github.com/tmux/tmux/commit/ee9885a40ced1fd34fe2eed879a40975a0691ac8
  Author: Thomas Adam <[email protected]>
  Date:   2021-10-14 (Thu, 14 Oct 2021)

  Changed paths:
    M tty.c

  Log Message:
  -----------
  Merge branch 'obsd-master' into master


  Commit: add20637f256c0118d3c687d5d1446612d14389a
      
https://github.com/tmux/tmux/commit/add20637f256c0118d3c687d5d1446612d14389a
  Author: nicm <nicm>
  Date:   2021-10-14 (Thu, 14 Oct 2021)

  Changed paths:
    M cmd-display-menu.c
    M mode-tree.c
    M options-table.c
    M options.c
    M popup.c
    M screen-redraw.c
    M screen-write.c
    M tmux.1
    M tmux.h
    M tty-acs.c
    M window-tree.c

  Log Message:
  -----------
  Add popup-border-lines option to set popup line style, from Alexis
Hildebrandt, GitHub issue 2930.


  Commit: 264fe7fc2ac87ee1d337506606f45b3ee4028afe
      
https://github.com/tmux/tmux/commit/264fe7fc2ac87ee1d337506606f45b3ee4028afe
  Author: Thomas Adam <[email protected]>
  Date:   2021-10-14 (Thu, 14 Oct 2021)

  Changed paths:
    M cmd-display-menu.c
    M mode-tree.c
    M options-table.c
    M options.c
    M popup.c
    M screen-redraw.c
    M screen-write.c
    M tmux.1
    M tmux.h
    M tty-acs.c
    M window-tree.c

  Log Message:
  -----------
  Merge branch 'obsd-master' into master


  Commit: 537302f2c17849058cf6080f5735efe86d21a239
      
https://github.com/tmux/tmux/commit/537302f2c17849058cf6080f5735efe86d21a239
  Author: nicm <nicm>
  Date:   2021-10-15 (Fri, 15 Oct 2021)

  Changed paths:
    M cmd-send-keys.c

  Log Message:
  -----------
  Do not send any key if -N flag is given even if no other arguments,
fixes problem with repeat in copy mode reported by tb@.


  Commit: c57df2bb73846c5891603fa6902a216965f66db3
      
https://github.com/tmux/tmux/commit/c57df2bb73846c5891603fa6902a216965f66db3
  Author: Thomas Adam <[email protected]>
  Date:   2021-10-15 (Fri, 15 Oct 2021)

  Changed paths:
    M cmd-send-keys.c

  Log Message:
  -----------
  Merge branch 'obsd-master' into master


  Commit: cc27a43c402b412509f4bd63ecf4c263ea65ec81
      
https://github.com/tmux/tmux/commit/cc27a43c402b412509f4bd63ecf4c263ea65ec81
  Author: nicm <nicm>
  Date:   2021-10-18 (Mon, 18 Oct 2021)

  Changed paths:
    M tmux.1

  Log Message:
  -----------
  Remove duplicate options, spotted by Ricky Cintron.


  Commit: 2c188ee0c5dbe2633920b0c2a341264335734767
      
https://github.com/tmux/tmux/commit/2c188ee0c5dbe2633920b0c2a341264335734767
  Author: nicm <nicm>
  Date:   2021-10-18 (Mon, 18 Oct 2021)

  Changed paths:
    M tty-acs.c

  Log Message:
  -----------
  Spacing fixes from Alexis Hildebrandt.


  Commit: 51ff77d47be80d59b1e30e55bd75788fcc22e4bf
      
https://github.com/tmux/tmux/commit/51ff77d47be80d59b1e30e55bd75788fcc22e4bf
  Author: nicm <nicm>
  Date:   2021-10-18 (Mon, 18 Oct 2021)

  Changed paths:
    M menu.c

  Log Message:
  -----------
  Fix menu width containing disabled items, from Alexis Hildebrandt in
GitHub issue 2935.


  Commit: 9e986d6a964aeeef31567f793f825850ac0c0472
      
https://github.com/tmux/tmux/commit/9e986d6a964aeeef31567f793f825850ac0c0472
  Author: Thomas Adam <[email protected]>
  Date:   2021-10-18 (Mon, 18 Oct 2021)

  Changed paths:
    M menu.c
    M tmux.1
    M tty-acs.c

  Log Message:
  -----------
  Merge branch 'obsd-master' into master


  Commit: f26b8c57ffb253db08072629b7c969c021580492
      
https://github.com/tmux/tmux/commit/f26b8c57ffb253db08072629b7c969c021580492
  Author: nicm <nicm>
  Date:   2021-10-19 (Tue, 19 Oct 2021)

  Changed paths:
    M cmd-send-keys.c

  Log Message:
  -----------
  Same as -N, don't send if 0 arguments and -R.


  Commit: 65bb36d6bdec631cbab33ae6896e1dad29a8fffe
      
https://github.com/tmux/tmux/commit/65bb36d6bdec631cbab33ae6896e1dad29a8fffe
  Author: Thomas Adam <[email protected]>
  Date:   2021-10-19 (Tue, 19 Oct 2021)

  Changed paths:
    M cmd-send-keys.c

  Log Message:
  -----------
  Merge branch 'obsd-master' into master


  Commit: 8a9bfd0cddd783436e842495fc3039aa56571ed1
      
https://github.com/tmux/tmux/commit/8a9bfd0cddd783436e842495fc3039aa56571ed1
  Author: nicm <nicm>
  Date:   2021-10-20 (Wed, 20 Oct 2021)

  Changed paths:
    M cmd-display-menu.c
    M mode-tree.c
    M screen-write.c
    M tmux.1
    M tmux.h
    M window-tree.c

  Log Message:
  -----------
  Add -T to set a popup title, from Alexis Hildebrandt in GitHub issue 2941.


  Commit: acba07629ebf2dc2f0c316f110493e720b30757c
      
https://github.com/tmux/tmux/commit/acba07629ebf2dc2f0c316f110493e720b30757c
  Author: nicm <nicm>
  Date:   2021-10-20 (Wed, 20 Oct 2021)

  Changed paths:
    M popup.c

  Log Message:
  -----------
  Remove a TODO comment.


  Commit: 1bf2f811ea8835dd24bdb773b5be4df517767d1f
      
https://github.com/tmux/tmux/commit/1bf2f811ea8835dd24bdb773b5be4df517767d1f
  Author: Thomas Adam <[email protected]>
  Date:   2021-10-20 (Wed, 20 Oct 2021)

  Changed paths:
    M cmd-display-menu.c
    M mode-tree.c
    M popup.c
    M screen-write.c
    M tmux.1
    M tmux.h
    M window-tree.c

  Log Message:
  -----------
  Merge branch 'obsd-master' into master


  Commit: 7bd9cdf6fcf43e0edc8ab3a4accf2009ca5aa35e
      
https://github.com/tmux/tmux/commit/7bd9cdf6fcf43e0edc8ab3a4accf2009ca5aa35e
  Author: nicm <nicm>
  Date:   2021-10-21 (Thu, 21 Oct 2021)

  Changed paths:
    M cmd-show-options.c

  Log Message:
  -----------
  Show error if user option doesn't exist, GitHub issue 2938.


  Commit: 289ac55ebde18df237ad21734ba4056896d11022
      
https://github.com/tmux/tmux/commit/289ac55ebde18df237ad21734ba4056896d11022
  Author: nicm <nicm>
  Date:   2021-10-21 (Thu, 21 Oct 2021)

  Changed paths:
    M tty-keys.c

  Log Message:
  -----------
  Correctly adjust the end pointer for a two character terminator before
decoding OSC 52 response, from Daniel Ekloef in GitHub issue 2942.


  Commit: be2413292f6e94aca0a5c707254db62a2b186f84
      
https://github.com/tmux/tmux/commit/be2413292f6e94aca0a5c707254db62a2b186f84
  Author: Thomas Adam <[email protected]>
  Date:   2021-10-21 (Thu, 21 Oct 2021)

  Changed paths:
    M cmd-show-options.c
    M tty-keys.c

  Log Message:
  -----------
  Merge branch 'obsd-master' into master


  Commit: 8235957eaae0aacb1ad0c9b145a1f9d3abc93dfd
      
https://github.com/tmux/tmux/commit/8235957eaae0aacb1ad0c9b145a1f9d3abc93dfd
  Author: nicm <nicm>
  Date:   2021-10-22 (Fri, 22 Oct 2021)

  Changed paths:
    M menu.c

  Log Message:
  -----------
  Remove key and trim text if menu cannot fit in available space, based on
a change from Alexis Hildebrandt.


  Commit: 5071b82c77639344db8f91a9ad5b040be796d953
      
https://github.com/tmux/tmux/commit/5071b82c77639344db8f91a9ad5b040be796d953
  Author: Thomas Adam <[email protected]>
  Date:   2021-10-22 (Fri, 22 Oct 2021)

  Changed paths:
    M menu.c

  Log Message:
  -----------
  Merge branch 'obsd-master' into master


  Commit: 9b4148b12ca631b9cb8f48a03adb1fad146ee53d
      
https://github.com/tmux/tmux/commit/9b4148b12ca631b9cb8f48a03adb1fad146ee53d
  Author: deraadt <deraadt>
  Date:   2021-10-24 (Sun, 24 Oct 2021)

  Changed paths:
    M cmd-pipe-pane.c
    M job.c

  Log Message:
  -----------
  For open/openat, if the flags parameter does not contain O_CREAT, the
3rd (variadic) mode_t parameter is irrelevant.  Many developers in the past
have passed mode_t (0, 044, 0644, or such), which might lead future people
to copy this broken idiom, and perhaps even believe this parameter has some
meaning or implication or application. Delete them all.
This comes out of a conversation where tb@ noticed that a strange (but
intentional) pledge behaviour is to always knock-out high-bits from
mode_t on a number of system calls as a safety factor, and his bewilderment
that this appeared to be happening against valid modes (at least visually),
but no sorry, they are all irrelevant junk.  They could all be 0xdeafbeef.
ok millert


  Commit: 619d934d7b64ec86dcc08f182c390273d1604e06
      
https://github.com/tmux/tmux/commit/619d934d7b64ec86dcc08f182c390273d1604e06
  Author: Thomas Adam <[email protected]>
  Date:   2021-10-25 (Mon, 25 Oct 2021)

  Changed paths:
    M cmd-pipe-pane.c
    M job.c

  Log Message:
  -----------
  Merge branch 'obsd-master' into master


  Commit: 0cca695d6e75426e295e03668a4ed35ee62afe7c
      
https://github.com/tmux/tmux/commit/0cca695d6e75426e295e03668a4ed35ee62afe7c
  Author: nicm <nicm>
  Date:   2021-10-25 (Mon, 25 Oct 2021)

  Changed paths:
    M popup.c
    M screen-write.c
    M tty.c

  Log Message:
  -----------
  Instead of setting the popup default colours in the draw callback, set
it up in popup_display and follow the same routine as panes in the draw
and init_ctx callbacks - use the palette if the option value is default.
Allows application-set fg and bg to work in panes again.


  Commit: ef46eb91a5e0b6e2b023544f45dbc98c8fe1377f
      
https://github.com/tmux/tmux/commit/ef46eb91a5e0b6e2b023544f45dbc98c8fe1377f
  Author: nicm <nicm>
  Date:   2021-10-25 (Mon, 25 Oct 2021)

  Changed paths:
    M cmd-display-menu.c
    M popup.c
    M screen-write.c
    M tmux.1
    M tmux.h

  Log Message:
  -----------
  Add -s and -S to display-popup to set popup and border style, from
Alexis Hildebrandt in GitHub issue 2931.


  Commit: 3934d9b24de376cf0b6868c56751b55bd2d60399
      
https://github.com/tmux/tmux/commit/3934d9b24de376cf0b6868c56751b55bd2d60399
  Author: Thomas Adam <[email protected]>
  Date:   2021-10-25 (Mon, 25 Oct 2021)

  Changed paths:
    M cmd-display-menu.c
    M popup.c
    M screen-write.c
    M tmux.1
    M tmux.h
    M tty.c

  Log Message:
  -----------
  Merge branch 'obsd-master' into master


  Commit: eb82ad5216f1538e13f4ad7c2d36f28fedd88310
      
https://github.com/tmux/tmux/commit/eb82ad5216f1538e13f4ad7c2d36f28fedd88310
  Author: nicm <nicm>
  Date:   2021-10-25 (Mon, 25 Oct 2021)

  Changed paths:
    M tmux.1

  Log Message:
  -----------
  Missing Pp, from Alexis Hildebrandt.


  Commit: 197a116f5a2146309c4c6fecbd9d08d36f2be750
      
https://github.com/tmux/tmux/commit/197a116f5a2146309c4c6fecbd9d08d36f2be750
  Author: nicm <nicm>
  Date:   2021-10-25 (Mon, 25 Oct 2021)

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

  Log Message:
  -----------
  Add a way to force a colour to RGB and a format to display it.


  Commit: 6f46f71d58d508703c29ddc50c04bb4b56603e20
      
https://github.com/tmux/tmux/commit/6f46f71d58d508703c29ddc50c04bb4b56603e20
  Author: Thomas Adam <[email protected]>
  Date:   2021-10-26 (Tue, 26 Oct 2021)

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

  Log Message:
  -----------
  Merge branch 'obsd-master' into master


  Commit: 5745bd27fdfd0e806fb3f734966f66f302c76c48
      
https://github.com/tmux/tmux/commit/5745bd27fdfd0e806fb3f734966f66f302c76c48
  Author: nicm <nicm>
  Date:   2021-10-26 (Tue, 26 Oct 2021)

  Changed paths:
    M format-draw.c
    M mode-tree.c
    M screen-redraw.c
    M screen-write.c
    M tmux.h

  Log Message:
  -----------
  Do not allow inline styles to replace mode-style for the selected item,
from Alexis Hildebrandt in GitHub issue 2946.


  Commit: 9695114230613f57c11936ae0e1fe2cd6ba0a7b4
      
https://github.com/tmux/tmux/commit/9695114230613f57c11936ae0e1fe2cd6ba0a7b4
  Author: nicm <nicm>
  Date:   2021-10-26 (Tue, 26 Oct 2021)

  Changed paths:
    M status.c

  Log Message:
  -----------
  Accept some emacs control keys in vi normal mode, from Alexis
Hildebrandt in GitHub issue 2922.


  Commit: c77924bb56800c671d96aa64b887d1ddf033ad94
      
https://github.com/tmux/tmux/commit/c77924bb56800c671d96aa64b887d1ddf033ad94
  Author: Thomas Adam <[email protected]>
  Date:   2021-10-26 (Tue, 26 Oct 2021)

  Changed paths:
    M format-draw.c
    M mode-tree.c
    M screen-redraw.c
    M screen-write.c
    M status.c
    M tmux.h

  Log Message:
  -----------
  Merge branch 'obsd-master' into master


  Commit: 76f5d3364c8d822989adbf0d3f7bc7c27981110b
      
https://github.com/tmux/tmux/commit/76f5d3364c8d822989adbf0d3f7bc7c27981110b
  Author: nicm <nicm>
  Date:   2021-10-28 (Thu, 28 Oct 2021)

  Changed paths:
    M cmd-confirm-before.c

  Log Message:
  -----------
  Expand command as a format, GitHub issue 2920.


  Commit: 49d33a4282dad9245cc644b9259b40ae94bc0063
      
https://github.com/tmux/tmux/commit/49d33a4282dad9245cc644b9259b40ae94bc0063
  Author: nicm <nicm>
  Date:   2021-10-28 (Thu, 28 Oct 2021)

  Changed paths:
    M server-client.c
    M tmux.h

  Log Message:
  -----------
  Allow detach even if suspend flag set, GitHub issue 2932.


  Commit: 4acad43013b7bb5f91103a68cfce591b1980ae17
      
https://github.com/tmux/tmux/commit/4acad43013b7bb5f91103a68cfce591b1980ae17
  Author: nicm <nicm>
  Date:   2021-10-28 (Thu, 28 Oct 2021)

  Changed paths:
    M tty.c

  Log Message:
  -----------
  Do not force the cursor to move if it is in the automargin space at EOL
and that is where we want it to be, GitHub issue 2956.


  Commit: 60cacdffea6683d53402660c51342125b8aab2b2
      
https://github.com/tmux/tmux/commit/60cacdffea6683d53402660c51342125b8aab2b2
  Author: Thomas Adam <[email protected]>
  Date:   2021-10-28 (Thu, 28 Oct 2021)

  Changed paths:
    M cmd-confirm-before.c
    M server-client.c
    M tmux.h
    M tty.c

  Log Message:
  -----------
  Merge branch 'obsd-master' into master


  Commit: c76904343a3ddfea3c58ec00d9904c16574a8af3
      
https://github.com/tmux/tmux/commit/c76904343a3ddfea3c58ec00d9904c16574a8af3
  Author: Nicholas Marriott <[email protected]>
  Date:   2021-10-29 (Fri, 29 Oct 2021)

  Changed paths:
    M tools/ansicode.txt

  Log Message:
  -----------
  Spelling, from someone in GitHub issue 2958.


  Commit: 4fe5aa99fb203ddb25089955d8814e1065e11a60
      
https://github.com/tmux/tmux/commit/4fe5aa99fb203ddb25089955d8814e1065e11a60
  Author: nicm <nicm>
  Date:   2021-11-01 (Mon, 01 Nov 2021)

  Changed paths:
    M colour.c
    M status.c

  Log Message:
  -----------
  Fix a comparison, from Ben Boeckel, and a crash when opening completion
menu, from Anindya Mukherjee.


  Commit: 8d2286b76917debc4f6c3b0903ad2807ae254bb5
      
https://github.com/tmux/tmux/commit/8d2286b76917debc4f6c3b0903ad2807ae254bb5
  Author: nicm <nicm>
  Date:   2021-11-01 (Mon, 01 Nov 2021)

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

  Log Message:
  -----------
  Add a cursor-colour option, from Alexis Hildebrandt in GitHub issue
2959.


  Commit: 774903f6c4b1c1ae44517af43a7d70d80eb7d805
      
https://github.com/tmux/tmux/commit/774903f6c4b1c1ae44517af43a7d70d80eb7d805
  Author: Thomas Adam <[email protected]>
  Date:   2021-11-01 (Mon, 01 Nov 2021)

  Changed paths:
    M colour.c
    M status.c

  Log Message:
  -----------
  Merge branch 'obsd-master' into master


  Commit: 7d330c19e822c09164264eebfddad32bb1194a6d
      
https://github.com/tmux/tmux/commit/7d330c19e822c09164264eebfddad32bb1194a6d
  Author: Thomas Adam <[email protected]>
  Date:   2021-11-01 (Mon, 01 Nov 2021)

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

  Log Message:
  -----------
  Merge branch 'obsd-master' into master


  Commit: 200b6536e13b41a6fed72c0ca4f364f270bfe382
      
https://github.com/tmux/tmux/commit/200b6536e13b41a6fed72c0ca4f364f270bfe382
  Author: nicm <nicm>
  Date:   2021-11-02 (Tue, 02 Nov 2021)

  Changed paths:
    M arguments.c

  Log Message:
  -----------
  fatalx on unknown enum members in a couple of places, from Ben Boeckel.


  Commit: 1fc0d1b74f23c8cefb339c3c4bd8af4acf6d63f8
      
https://github.com/tmux/tmux/commit/1fc0d1b74f23c8cefb339c3c4bd8af4acf6d63f8
  Author: Thomas Adam <[email protected]>
  Date:   2021-11-02 (Tue, 02 Nov 2021)

  Changed paths:
    M arguments.c

  Log Message:
  -----------
  Merge branch 'obsd-master' into master


  Commit: 57100376cc70739f53a1f8a4bacf192b8cdcd124
      
https://github.com/tmux/tmux/commit/57100376cc70739f53a1f8a4bacf192b8cdcd124
  Author: nicm <nicm>
  Date:   2021-11-03 (Wed, 03 Nov 2021)

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

  Log Message:
  -----------
  Add a cursor-style option, from Alexis Hildebrandt in GitHub issue 2960.


  Commit: 77fc7ac3be1320a02cf82c329d0031a472b8cf8f
      
https://github.com/tmux/tmux/commit/77fc7ac3be1320a02cf82c329d0031a472b8cf8f
  Author: Thomas Adam <[email protected]>
  Date:   2021-11-03 (Wed, 03 Nov 2021)

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

  Log Message:
  -----------
  Merge branch 'obsd-master' into master


  Commit: 8f1cc0e9fa78a6200ba6bddf7c8958225d9fdd6d
      
https://github.com/tmux/tmux/commit/8f1cc0e9fa78a6200ba6bddf7c8958225d9fdd6d
  Author: kn <kn>
  Date:   2021-11-04 (Thu, 04 Nov 2021)

  Changed paths:
    M tmux.1

  Log Message:
  -----------
  Fix mandoc HTML rendering for command aliases

Replace hand-rolled parentheses with the proper mdoc(7) macro,
otherwise the closing ")" ends up inside the command description.

Reported by Josh Rickmar, thanks!


  Commit: 10b3cd17fa94e3ac129080e68c69d2130b015fb2
      
https://github.com/tmux/tmux/commit/10b3cd17fa94e3ac129080e68c69d2130b015fb2
  Author: Nicholas Marriott <[email protected]>
  Date:   2021-11-11 (Thu, 11 Nov 2021)

  Changed paths:
    M .github/CONTRIBUTING.md
    M .github/README.md
    M README
    M README.ja

  Log Message:
  -----------
  OS X -> macOS, from J Lewis Muir.


  Commit: 630c592ef8740a935ba6c12c957a359c94414219
      
https://github.com/tmux/tmux/commit/630c592ef8740a935ba6c12c957a359c94414219
  Author: nicm <nicm>
  Date:   2021-11-11 (Thu, 11 Nov 2021)

  Changed paths:
    M menu.c
    M tmux.1

  Log Message:
  -----------
  If trimming menu item text, show key if it would take up less than a
quarter of the space; from Alexis Hildebrandt.

Also new sentence, new line in tmux.1, from jmc.


  Commit: cb8a0d83fbaa2ae49c06105cb94d247ef20ed91e
      
https://github.com/tmux/tmux/commit/cb8a0d83fbaa2ae49c06105cb94d247ef20ed91e
  Author: nicm <nicm>
  Date:   2021-11-11 (Thu, 11 Nov 2021)

  Changed paths:
    M input.c

  Log Message:
  -----------
  If automatic-rename is off, allow the escape sequence to set an empty
window name, GitHub issue 2964.


  Commit: b55f0ac6b94449b3372f0d1737fcf967f4fa13a2
      
https://github.com/tmux/tmux/commit/b55f0ac6b94449b3372f0d1737fcf967f4fa13a2
  Author: nicm <nicm>
  Date:   2021-11-15 (Mon, 15 Nov 2021)

  Changed paths:
    M mode-tree.c
    M server-client.c
    M status.c
    M tmux.h

  Log Message:
  -----------
  Leave the hardware cursor at the position of the selected line in choose
modes and current editing position and at the command prompt. It is
invisible but this is helpful for people using screen readers. GitHub
issue 2970.


  Commit: add03dfb8dd4f2871b2cbc487ff5af95a63f48f4
      
https://github.com/tmux/tmux/commit/add03dfb8dd4f2871b2cbc487ff5af95a63f48f4
  Author: nicm <nicm>
  Date:   2021-11-29 (Mon, 29 Nov 2021)

  Changed paths:
    M window-customize.c

  Log Message:
  -----------
  Fix user option lookup ordering.


  Commit: 333cf6429ae16da6fb3892978ea450bc62c3e873
      
https://github.com/tmux/tmux/commit/333cf6429ae16da6fb3892978ea450bc62c3e873
  Author: nicm <nicm>
  Date:   2021-11-29 (Mon, 29 Nov 2021)

  Changed paths:
    M tty.c

  Log Message:
  -----------
  Bump response timer to three seconds, GitHub issue 2984.


  Commit: 8fccbbb02673bed71676412f1a313093a39c48ff
      
https://github.com/tmux/tmux/commit/8fccbbb02673bed71676412f1a313093a39c48ff
  Author: nicm <nicm>
  Date:   2021-12-06 (Mon, 06 Dec 2021)

  Changed paths:
    M resize.c
    M tty.c

  Log Message:
  -----------
  Do not dereference NULL window when resizing client, GitHub issue 2982.


  Commit: ecac73f66445311c58a28afc7d3f92c964eaae67
      
https://github.com/tmux/tmux/commit/ecac73f66445311c58a28afc7d3f92c964eaae67
  Author: nicm <nicm>
  Date:   2021-12-06 (Mon, 06 Dec 2021)

  Changed paths:
    M mode-tree.c

  Log Message:
  -----------
  Fix g/G keys to be in line with copy mode.


  Commit: ef676e1202a4d5c423d5bba2f8ecba1f768d8364
      
https://github.com/tmux/tmux/commit/ef676e1202a4d5c423d5bba2f8ecba1f768d8364
  Author: Nicholas Marriott <[email protected]>
  Date:   2021-12-06 (Mon, 06 Dec 2021)

  Changed paths:
    M utf8.c

  Log Message:
  -----------
  Remove fallback for wcwidth failure, GitHub issue 3003.


  Commit: 71c3234dc78f6f59a66757a6e272e77823a820b3
      
https://github.com/tmux/tmux/commit/71c3234dc78f6f59a66757a6e272e77823a820b3
  Author: deraadt <deraadt>
  Date:   2021-12-07 (Tue, 07 Dec 2021)

  Changed paths:
    M procname.c

  Log Message:
  -----------
  Use PATH_MAX (the standard name) rather than MAXPATHLEN (from BSD sys/param.h)


  Commit: 7532a5cf9574f8c5e102383329477e934992d2ea
      
https://github.com/tmux/tmux/commit/7532a5cf9574f8c5e102383329477e934992d2ea
  Author: deraadt <deraadt>
  Date:   2021-12-07 (Tue, 07 Dec 2021)

  Changed paths:
    M procname.c

  Log Message:
  -----------
  sys/signal.h (or some master include) must happen before sys/proc.h, which
is not standalone.
This problem is being hidden by a sys/param.h which cannot be deleted yet.


  Commit: d721fb2a9fd70c157abb8540d4c50fca654f9f4d
      
https://github.com/tmux/tmux/commit/d721fb2a9fd70c157abb8540d4c50fca654f9f4d
  Author: nicm <nicm>
  Date:   2021-12-07 (Tue, 07 Dec 2021)

  Changed paths:
    M input.c

  Log Message:
  -----------
  Respond to OSC 4 query.


  Commit: 138ffc7cb6225b8a6d54d771b0112635f0dbb42e
      
https://github.com/tmux/tmux/commit/138ffc7cb6225b8a6d54d771b0112635f0dbb42e
  Author: Thomas Adam <[email protected]>
  Date:   2021-12-07 (Tue, 07 Dec 2021)

  Changed paths:
    M input.c
    M menu.c
    M mode-tree.c
    M osdep-openbsd.c
    M resize.c
    M server-client.c
    M status.c
    M tmux.1
    M tmux.h
    M tty.c
    M window-customize.c

  Log Message:
  -----------
  Merge branch 'obsd-master' into master


  Commit: db3aabcc34464940c286d7ce3abc8f3edc94b7bc
      
https://github.com/tmux/tmux/commit/db3aabcc34464940c286d7ce3abc8f3edc94b7bc
  Author: nicm <nicm>
  Date:   2021-12-10 (Fri, 10 Dec 2021)

  Changed paths:
    M tmux.h
    M tty.c

  Log Message:
  -----------
  Add a NOBLOCK flag rather than adding amount to wait for when
dealing with potentially-long sequences. GitHub issue 3001.


  Commit: 1f9aad2bb40fe90bec38288b08e8b152f13e04ad
      
https://github.com/tmux/tmux/commit/1f9aad2bb40fe90bec38288b08e8b152f13e04ad
  Author: nicm <nicm>
  Date:   2021-12-10 (Fri, 10 Dec 2021)

  Changed paths:
    M tmux.1

  Log Message:
  -----------
  Mention XParseColor(3) for the cursor colour escape sequence.


  Commit: 9c1633a8659c4045b8303eb99d5f89b4f0dcb784
      
https://github.com/tmux/tmux/commit/9c1633a8659c4045b8303eb99d5f89b4f0dcb784
  Author: nicm <nicm>
  Date:   2021-12-10 (Fri, 10 Dec 2021)

  Changed paths:
    M tmux.1

  Log Message:
  -----------
  Missed unlinked control notifications, GitHub issue 2996.


  Commit: 8941dbe482f68bfff7d7ea577719ab366cebf54b
      
https://github.com/tmux/tmux/commit/8941dbe482f68bfff7d7ea577719ab366cebf54b
  Author: Thomas Adam <[email protected]>
  Date:   2021-12-10 (Fri, 10 Dec 2021)

  Changed paths:
    M tmux.1
    M tmux.h
    M tty.c

  Log Message:
  -----------
  Merge branch 'obsd-master' into master


  Commit: 5c5712be5c2af0867118894ed411c6d7462b5b3b
      
https://github.com/tmux/tmux/commit/5c5712be5c2af0867118894ed411c6d7462b5b3b
  Author: Thomas Adam <[email protected]>
  Date:   2021-12-10 (Fri, 10 Dec 2021)

  Changed paths:
    M tmux.1

  Log Message:
  -----------
  Merge branch 'obsd-master' into master


  Commit: c6149adf55a1ab108a9336ba15a82bd11a809cb3
      
https://github.com/tmux/tmux/commit/c6149adf55a1ab108a9336ba15a82bd11a809cb3
  Author: nicm <nicm>
  Date:   2021-12-13 (Mon, 13 Dec 2021)

  Changed paths:
    M options-table.c
    M screen-redraw.c

  Log Message:
  -----------
  Make pane-border-format a pane option, GitHub issue 2999.


  Commit: 70d330a353a421bf41b6d2dc9caa011f36c1ecc6
      
https://github.com/tmux/tmux/commit/70d330a353a421bf41b6d2dc9caa011f36c1ecc6
  Author: Thomas Adam <[email protected]>
  Date:   2021-12-13 (Mon, 13 Dec 2021)

  Changed paths:
    M options-table.c
    M screen-redraw.c

  Log Message:
  -----------
  Merge branch 'obsd-master' into master


  Commit: e4856de8bf23108ee9d335a22d7e16dd8ad855d8
      
https://github.com/tmux/tmux/commit/e4856de8bf23108ee9d335a22d7e16dd8ad855d8
  Author: nicm <nicm>
  Date:   2021-12-20 (Mon, 20 Dec 2021)

  Changed paths:
    M window-copy.c

  Log Message:
  -----------
  Do not crash on a zero size character.


  Commit: ba9b9367d5e35afff5cddeddab76fbf2a6fde760
      
https://github.com/tmux/tmux/commit/ba9b9367d5e35afff5cddeddab76fbf2a6fde760
  Author: Thomas Adam <[email protected]>
  Date:   2021-12-20 (Mon, 20 Dec 2021)

  Changed paths:
    M window-copy.c

  Log Message:
  -----------
  Merge branch 'obsd-master' into master


  Commit: ff64aafeabe0c9b51b33a10313e2027ae1686bc4
      
https://github.com/tmux/tmux/commit/ff64aafeabe0c9b51b33a10313e2027ae1686bc4
  Author: nicm <nicm>
  Date:   2021-12-21 (Tue, 21 Dec 2021)

  Changed paths:
    M tmux.h

  Log Message:
  -----------
  ARM's Morello CHERI architecture does not support pointers in packed
structures, so remove the packed attribute on struct grid_line and
reorder the members to eliminate unnecessary padding. From Jessica
Clarke in GitHub issue 3012.


  Commit: 9c82ff177844badf47d760138d2bef0e853fab01
      
https://github.com/tmux/tmux/commit/9c82ff177844badf47d760138d2bef0e853fab01
  Author: Thomas Adam <[email protected]>
  Date:   2021-12-21 (Tue, 21 Dec 2021)

  Changed paths:
    M tmux.h

  Log Message:
  -----------
  Merge branch 'obsd-master' into master


  Commit: 9aad945f7e58112c3f8819f658e379d672842d73
      
https://github.com/tmux/tmux/commit/9aad945f7e58112c3f8819f658e379d672842d73
  Author: nicm <nicm>
  Date:   2021-12-21 (Tue, 21 Dec 2021)

  Changed paths:
    M grid.c
    M tty-features.c

  Log Message:
  -----------
  Support underscore style with capture-pane -e, GitHub issue 2928.


  Commit: 47923bd5f62f49924e20f3cabcff9350968449a2
      
https://github.com/tmux/tmux/commit/47923bd5f62f49924e20f3cabcff9350968449a2
  Author: Thomas Adam <[email protected]>
  Date:   2021-12-21 (Tue, 21 Dec 2021)

  Changed paths:
    M grid.c
    M tty-features.c

  Log Message:
  -----------
  Merge branch 'obsd-master' into master


  Commit: e6e3c75ed70adece8b1cf93017f6f359d022bdb0
      
https://github.com/tmux/tmux/commit/e6e3c75ed70adece8b1cf93017f6f359d022bdb0
  Author: nicm <nicm>
  Date:   2021-12-31 (Fri, 31 Dec 2021)

  Changed paths:
    M tty.c

  Log Message:
  -----------
  Try to turn on less-capable mouse modes when turning on more-capable, to
increase the chances we get something even if the terminal doesn't support
the one we really want. GitHub issue 3020.


  Commit: 080079c55a7f94af5ead4fad71ee2b33f54b154b
      
https://github.com/tmux/tmux/commit/080079c55a7f94af5ead4fad71ee2b33f54b154b
  Author: Thomas Adam <[email protected]>
  Date:   2021-12-31 (Fri, 31 Dec 2021)

  Changed paths:
    M tty.c

  Log Message:
  -----------
  Merge branch 'obsd-master' into master


  Commit: b2b94dcba73a62e2949fb98aee097dbaea658760
      
https://github.com/tmux/tmux/commit/b2b94dcba73a62e2949fb98aee097dbaea658760
  Author: nicm <nicm>
  Date:   2022-01-06 (Thu, 06 Jan 2022)

  Changed paths:
    M resize.c

  Log Message:
  -----------
  Ignore windows without a size set (may be used for pane only), from
Anindya Mukherjee.


  Commit: e5e4df7a2241298b7ea3ba77b5fe1fdef6df0e08
      
https://github.com/tmux/tmux/commit/e5e4df7a2241298b7ea3ba77b5fe1fdef6df0e08
  Author: Nicholas Marriott <[email protected]>
  Date:   2022-01-06 (Thu, 06 Jan 2022)

  Changed paths:
    M tmux.1

  Log Message:
  -----------
  Mention alternate config files, from Daniel Augusto in GitHub issue 3023.


  Commit: 28b6237c623f507188a782a016563c78dd0ffb85
      
https://github.com/tmux/tmux/commit/28b6237c623f507188a782a016563c78dd0ffb85
  Author: Thomas Adam <[email protected]>
  Date:   2022-01-06 (Thu, 06 Jan 2022)

  Changed paths:
    M resize.c

  Log Message:
  -----------
  Merge branch 'obsd-master' into master


  Commit: a6b361e775e0bf6301284391e75dd9af7af340da
      
https://github.com/tmux/tmux/commit/a6b361e775e0bf6301284391e75dd9af7af340da
  Author: nicm <nicm>
  Date:   2022-01-17 (Mon, 17 Jan 2022)

  Changed paths:
    M popup.c

  Log Message:
  -----------
  Do not try to strdup NULL, from seL4 at disroot dot org in GitHub issue
3038.


  Commit: 6c0397f49769666c836a312c292e9c67adc41058
      
https://github.com/tmux/tmux/commit/6c0397f49769666c836a312c292e9c67adc41058
  Author: Thomas Adam <[email protected]>
  Date:   2022-01-17 (Mon, 17 Jan 2022)

  Changed paths:
    M popup.c

  Log Message:
  -----------
  Merge branch 'obsd-master' into master


  Commit: 770d28b8c517fd87621ea3e8d6d7bdc4f35b3a94
      
https://github.com/tmux/tmux/commit/770d28b8c517fd87621ea3e8d6d7bdc4f35b3a94
  Author: nicm <nicm>
  Date:   2022-02-01 (Tue, 01 Feb 2022)

  Changed paths:
    M menu.c

  Log Message:
  -----------
  Do not overflow width when not enough space.


  Commit: 7a4ba6d4a5458f4e2450024d72f0e16905dd5c64
      
https://github.com/tmux/tmux/commit/7a4ba6d4a5458f4e2450024d72f0e16905dd5c64
  Author: nicm <nicm>
  Date:   2022-02-01 (Tue, 01 Feb 2022)

  Changed paths:
    M job.c
    M tmux.1

  Log Message:
  -----------
  Mention that if-shell and #() use /bin/sh.


  Commit: 1b7afd51293e2e3da99d2dfed57dc1ebc4cdf5d5
      
https://github.com/tmux/tmux/commit/1b7afd51293e2e3da99d2dfed57dc1ebc4cdf5d5
  Author: Thomas Adam <[email protected]>
  Date:   2022-02-01 (Tue, 01 Feb 2022)

  Changed paths:
    M job.c
    M menu.c
    M tmux.1

  Log Message:
  -----------
  Merge branch 'obsd-master' into master


  Commit: 7e34645fcbe93984461343d67373a29e552fec20
      
https://github.com/tmux/tmux/commit/7e34645fcbe93984461343d67373a29e552fec20
  Author: nicm <nicm>
  Date:   2022-02-01 (Tue, 01 Feb 2022)

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

  Log Message:
  -----------
  Add option to show arrows for active pane indicator, GitHub issue 3022
from Marcel Partap.


  Commit: a4f336a91a4bc340111dd72abd894d75093566d7
      
https://github.com/tmux/tmux/commit/a4f336a91a4bc340111dd72abd894d75093566d7
  Author: Thomas Adam <[email protected]>
  Date:   2022-02-01 (Tue, 01 Feb 2022)

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

  Log Message:
  -----------
  Merge branch 'obsd-master' into master


  Commit: 97900d0442252aa4b76f89745718038f39717ecd
      
https://github.com/tmux/tmux/commit/97900d0442252aa4b76f89745718038f39717ecd
  Author: nicm <nicm>
  Date:   2022-02-01 (Tue, 01 Feb 2022)

  Changed paths:
    M menu.c
    M mode-tree.c
    M popup.c

  Log Message:
  -----------
  A menu must be shown on a client, so always give the client when adding
the items. Also fix mode menus.


  Commit: a5cf7a9b39b2f9737c2a9c4915274ab66b1824b9
      
https://github.com/tmux/tmux/commit/a5cf7a9b39b2f9737c2a9c4915274ab66b1824b9
  Author: Thomas Adam <[email protected]>
  Date:   2022-02-01 (Tue, 01 Feb 2022)

  Changed paths:
    M menu.c
    M mode-tree.c
    M popup.c

  Log Message:
  -----------
  Merge branch 'obsd-master' into master


  Commit: 57396b55a2a979925def85cf142f087c5ad340a6
      
https://github.com/tmux/tmux/commit/57396b55a2a979925def85cf142f087c5ad340a6
  Author: Nicholas Marriott <[email protected]>
  Date:   2022-02-03 (Thu, 03 Feb 2022)

  Changed paths:
    M CHANGES

  Log Message:
  -----------
  Update CHANGES.


Compare: https://github.com/tmux/tmux/compare/ed280e14c814...57396b55a2a9

-- 
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/3.3-rc/ed280e-57396b%40github.com.

Reply via email to