Branch: refs/heads/sixel
  Home:   https://github.com/tmux/tmux
  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: 906c92a5f458b8843e7abd1d6f419dc091f8063c
      
https://github.com/tmux/tmux/commit/906c92a5f458b8843e7abd1d6f419dc091f8063c
  Author: Nicholas Marriott <[email protected]>
  Date:   2021-12-08 (Wed, 08 Dec 2021)

  Changed paths:
    M .github/CONTRIBUTING.md
    M .github/README.md
    M README
    M README.ja
    M arguments.c
    M cmd-confirm-before.c
    M cmd-display-menu.c
    M cmd-if-shell.c
    M cmd-pipe-pane.c
    M cmd-run-shell.c
    M cmd-send-keys.c
    M cmd-show-options.c
    M colour.c
    M format-draw.c
    M format.c
    M input.c
    M job.c
    M menu.c
    M mode-tree.c
    M options-table.c
    M options.c
    M osdep-openbsd.c
    M popup.c
    M resize.c
    M screen-redraw.c
    M screen-write.c
    M screen.c
    M server-client.c
    M status.c
    M tmux.1
    M tmux.h
    M tools/ansicode.txt
    M tty-acs.c
    M tty-keys.c
    M tty.c
    M utf8.c
    M window-copy.c
    M window-customize.c
    M window-tree.c

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


Compare: https://github.com/tmux/tmux/compare/6680a024be5e...906c92a5f458

-- 
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/sixel/6680a0-906c92%40github.com.

Reply via email to