Branch: refs/heads/events
  Home:   https://github.com/tmux/tmux
  Commit: d29aa12117a7348f04d60350f8f2794b7087e016
      
https://github.com/tmux/tmux/commit/d29aa12117a7348f04d60350f8f2794b7087e016
  Author: nicm <[email protected]>
  Date:   2026-07-10 (Fri, 10 Jul 2026)

  Changed paths:
    M Makefile
    M alerts.c
    M arguments.c
    M attributes.c
    M cfg.c
    M client.c
    M cmd-attach-session.c
    M cmd-bind-key.c
    M cmd-break-pane.c
    M cmd-capture-pane.c
    M cmd-choose-tree.c
    M cmd-command-prompt.c
    M cmd-confirm-before.c
    M cmd-copy-mode.c
    M cmd-detach-client.c
    M cmd-display-menu.c
    M cmd-display-message.c
    M cmd-display-panes.c
    M cmd-find-window.c
    M cmd-find.c
    R cmd-has-session.c
    M cmd-if-shell.c
    M cmd-join-pane.c
    M cmd-kill-pane.c
    M cmd-kill-server.c
    M cmd-kill-session.c
    M cmd-kill-window.c
    M cmd-list-buffers.c
    M cmd-list-clients.c
    M cmd-list-commands.c
    M cmd-list-keys.c
    M cmd-list-panes.c
    M cmd-list-sessions.c
    M cmd-list-windows.c
    R cmd-list.c
    M cmd-load-buffer.c
    M cmd-lock-server.c
    M cmd-move-window.c
    M cmd-new-session.c
    M cmd-new-window.c
    M cmd-parse.y
    M cmd-paste-buffer.c
    M cmd-pipe-pane.c
    M cmd-queue.c
    M cmd-refresh-client.c
    M cmd-rename-session.c
    M cmd-rename-window.c
    M cmd-resize-pane.c
    M cmd-resize-window.c
    M cmd-respawn-pane.c
    M cmd-respawn-window.c
    M cmd-rotate-window.c
    M cmd-run-shell.c
    M cmd-save-buffer.c
    M cmd-select-layout.c
    M cmd-select-pane.c
    M cmd-select-window.c
    M cmd-send-keys.c
    R cmd-send-prefix.c
    M cmd-server-access.c
    M cmd-set-buffer.c
    M cmd-set-environment.c
    M cmd-set-option.c
    R cmd-show-buffer.c
    M cmd-show-environment.c
    M cmd-show-messages.c
    M cmd-show-options.c
    M cmd-show-prompt-history.c
    M cmd-source-file.c
    M cmd-split-window.c
    M cmd-swap-pane.c
    M cmd-swap-window.c
    M cmd-switch-client.c
    M cmd-unbind-key.c
    M cmd-wait-for.c
    M cmd.c
    M colour.c
    M control-notify.c
    M control.c
    M environ.c
    A events-payload.c
    A events.c
    M file.c
    M format-draw.c
    M format.c
    M fuzzy.c
    M grid-reader.c
    M grid-view.c
    M grid.c
    A hooks.c
    M hyperlinks.c
    M input-keys.c
    M input.c
    M job.c
    M key-bindings.c
    M key-string.c
    M layout-custom.c
    M layout-set.c
    M layout.c
    M log.c
    M menu.c
    R mode-key.c
    M mode-tree.c
    M monitor.c
    M names.c
    R notify.c
    M options-table.c
    M options.c
    M paste.c
    M popup.c
    M proc.c
    M procname.c
    M prompt-history.c
    M prompt.c
    M regsub.c
    M resize.c
    M screen-redraw.c
    M screen-write.c
    M screen.c
    M server-acl.c
    M server-client.c
    M server-fn.c
    M server.c
    M session.c
    M sort.c
    M spawn.c
    M status.c
    M style.c
    M tmux-protocol.h
    M tmux.1
    M tmux.c
    M tmux.h
    M tty-acs.c
    M tty-draw.c
    M tty-features.c
    M tty-keys.c
    M tty-term.c
    M tty.c
    M utf8-combined.c
    M utf8.c
    M window-border.c
    M window-buffer.c
    M window-client.c
    M window-clock.c
    M window-copy.c
    M window-customize.c
    M window-switch.c
    M window-tree.c
    M window-visible.c
    M window.c
    M xmalloc.c
    M xmalloc.h
    R xterm-keys.c

  Log Message:
  -----------
  Replace the notification system with events. Events can carry a payload of
additional payload (to reduce problems with lifetime of objects) and are
delivered to one or more event sinks. This is more powerful and reduces the
complex dependencies between control mode and hooks. Events are now used for
hooks, control mode notifications and for monitors (set-hook -B).

wait-for can now wait for an event to fire (-E flag, with -F to for filter),
with -v to print the payload, as well as listing (-l) waiting clients on an
event and forcing one to wake (-w).

A few additional hooks are also now available (pane-created, pane-resized, etc)
and some of the existing ones have additional format variables available.


  Commit: 512255b9a7b37fd571d33e6ecfaeb2ba4039fc2e
      
https://github.com/tmux/tmux/commit/512255b9a7b37fd571d33e6ecfaeb2ba4039fc2e
  Author: nicm <[email protected]>
  Date:   2026-07-10 (Fri, 10 Jul 2026)

  Changed paths:
    M cmd-set-option.c
    M format.c
    M hooks.c
    M input.c
    M monitor.c
    M options-table.c
    M tmux.1
    M tmux.h
    M window.c

  Log Message:
  -----------
  Add formats and events for OSC 133 commmands, as well as a -T flag to
set-hook -B to only fire when the format is true.


  Commit: 0cc84b8cae70099b80eafd44afb9d624103a453a
      
https://github.com/tmux/tmux/commit/0cc84b8cae70099b80eafd44afb9d624103a453a
  Author: nicm <nicm>
  Date:   2026-07-10 (Fri, 10 Jul 2026)

  Changed paths:
    M client.c
    M control.c
    M tmux.h

  Log Message:
  -----------
  Do not make pty fds blocking again until all the data has been consumed
or control mode clients can get stuck, GitHub issue 5356 from Ben Maurer.


  Commit: 7f2b0ae16efac76402055bd6a3b3b973f3eaa576
      
https://github.com/tmux/tmux/commit/7f2b0ae16efac76402055bd6a3b3b973f3eaa576
  Author: nicm <[email protected]>
  Date:   2026-07-10 (Fri, 10 Jul 2026)

  Changed paths:
    M client.c
    M control.c
    M tmux.h

  Log Message:
  -----------
  Do not make pty fds blocking again until all the data has been consumed
or control mode clients can get stuck, GitHub issue 5356 from Ben Maurer.


  Commit: e7fef1fd64e368da28309c7c55ba14d6ab413d0b
      
https://github.com/tmux/tmux/commit/e7fef1fd64e368da28309c7c55ba14d6ab413d0b
  Author: Nicholas Marriott <[email protected]>
  Date:   2026-07-10 (Fri, 10 Jul 2026)

  Changed paths:
    A regress/control-client-wait-exit.sh

  Log Message:
  -----------
  Test for wait exit, GitHub issue 5356 from Ben Maurer.


  Commit: 8f2709275675fb209d4071c41f8e49461c537286
      
https://github.com/tmux/tmux/commit/8f2709275675fb209d4071c41f8e49461c537286
  Author: Thomas Adam <[email protected]>
  Date:   2026-07-10 (Fri, 10 Jul 2026)

  Changed paths:
    M client.c
    M control.c
    M tmux.h

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


  Commit: 6fd99876326ccfe2b35573a0694c25ed8acb702a
      
https://github.com/tmux/tmux/commit/6fd99876326ccfe2b35573a0694c25ed8acb702a
  Author: Nicholas Marriott <[email protected]>
  Date:   2026-07-11 (Sat, 11 Jul 2026)

  Changed paths:
    M cmd-set-option.c
    M format.c
    R hooks.c
    M input.c
    M monitor.c
    M options-table.c
    M tmux.1
    M tmux.h
    M window.c

  Log Message:
  -----------
  Revert "Add formats and events for OSC 133 commmands, as well as a -T flag to"

This reverts commit f3c6b4f1a35026c38b59d5db7021c5c4f44e32d3.


  Commit: 28a1231100b3e589400af8f3e5d2ff349e7b61e5
      
https://github.com/tmux/tmux/commit/28a1231100b3e589400af8f3e5d2ff349e7b61e5
  Author: Yayo Razo <[email protected]>
  Date:   2026-07-11 (Sat, 11 Jul 2026)

  Changed paths:
    M screen.c

  Log Message:
  -----------
  fix(screen): free alternate-screen images on screen destroy


  Commit: 3ff24a8eb452272b72d627fb25fba38a6790b5ba
      
https://github.com/tmux/tmux/commit/3ff24a8eb452272b72d627fb25fba38a6790b5ba
  Author: Yayo Razo <[email protected]>
  Date:   2026-07-11 (Sat, 11 Jul 2026)

  Changed paths:
    M compat/getline.c

  Log Message:
  -----------
  fix(compat): guard buffer size multiplication in getline


  Commit: 330bedfb47b114d69d0ca21c2802cacb295de08d
      
https://github.com/tmux/tmux/commit/330bedfb47b114d69d0ca21c2802cacb295de08d
  Author: Nicholas Marriott <[email protected]>
  Date:   2026-07-12 (Sun, 12 Jul 2026)

  Changed paths:
    M Makefile.am
    M configure.ac
    M grid.c
    M tmux.c

  Log Message:
  -----------
  Build with ASAN on macOS by default.


  Commit: b602dc57b1cdca30bb359f5a28c7e3840cbcd6a5
      
https://github.com/tmux/tmux/commit/b602dc57b1cdca30bb359f5a28c7e3840cbcd6a5
  Author: Thomas Adam <[email protected]>
  Date:   2026-07-12 (Sun, 12 Jul 2026)

  Changed paths:
    A .github/workflows/update-openbsd-and-portable.yml

  Log Message:
  -----------
  github actions: automate updates


  Commit: 4f981a25066ef95a5795397aa5a70b8fc7ef0d08
      
https://github.com/tmux/tmux/commit/4f981a25066ef95a5795397aa5a70b8fc7ef0d08
  Author: Nicholas Marriott <[email protected]>
  Date:   2026-07-12 (Sun, 12 Jul 2026)

  Changed paths:
    M .github/workflows/regress.yml
    M regress/Makefile
    M regress/format-variables.sh

  Log Message:
  -----------
  Turn on ASAN for macOS regress.


  Commit: 5e3db12c07b23cb99cf04df49922fc0854e81407
      
https://github.com/tmux/tmux/commit/5e3db12c07b23cb99cf04df49922fc0854e81407
  Author: Nicholas Marriott <[email protected]>
  Date:   2026-07-12 (Sun, 12 Jul 2026)

  Changed paths:
    M .github/workflows/regress.yml

  Log Message:
  -----------
  No need for ASAN_OPTIONS.


  Commit: a53a0aa0b5c4dfbb185552c2bce01d4e7666dc8c
      
https://github.com/tmux/tmux/commit/a53a0aa0b5c4dfbb185552c2bce01d4e7666dc8c
  Author: Nicholas Marriott <[email protected]>
  Date:   2026-07-12 (Sun, 12 Jul 2026)

  Changed paths:
    M compat/getline.c

  Log Message:
  -----------
  Merge pull request #5365 from YayoRazo/fix/getline-fgetln-overflow

fix(compat): guard buffer size multiplication in getline


  Commit: ea236c12a67e93635d3ef036664d6d7065cbca65
      
https://github.com/tmux/tmux/commit/ea236c12a67e93635d3ef036664d6d7065cbca65
  Author: Nicholas Marriott <[email protected]>
  Date:   2026-07-12 (Sun, 12 Jul 2026)

  Changed paths:
    M screen.c

  Log Message:
  -----------
  Merge pull request #5382 from YayoRazo/fix/sixel-saved-images-uaf

fix(screen): free alternate-screen images on screen destroy


  Commit: 8ac3fcedcaa61bc70a47aebdc50d503034ff54e5
      
https://github.com/tmux/tmux/commit/8ac3fcedcaa61bc70a47aebdc50d503034ff54e5
  Author: Nicholas Marriott <[email protected]>
  Date:   2026-07-12 (Sun, 12 Jul 2026)

  Changed paths:
    M regress/command-order.sh
    M regress/conf-syntax.sh
    M regress/control-client-size.sh
    M regress/new-session-size.sh
    M regress/screen-redraw-popups.sh

  Log Message:
  -----------
  Do not reuse sockets so much to avoid problems with slow server shutdown.


  Commit: d77c9dc6aa021e4bc61f0da128c591af695e6466
      
https://github.com/tmux/tmux/commit/d77c9dc6aa021e4bc61f0da128c591af695e6466
  Author: Nicholas Marriott <[email protected]>
  Date:   2026-07-12 (Sun, 12 Jul 2026)

  Changed paths:
    M regress/screen-redraw-bidi.sh

  Log Message:
  -----------
  Tweak BIDI test.


  Commit: a662981f106b8c2ee9e4669f4134177a9f4966b3
      
https://github.com/tmux/tmux/commit/a662981f106b8c2ee9e4669f4134177a9f4966b3
  Author: Nicholas Marriott <[email protected]>
  Date:   2026-07-13 (Mon, 13 Jul 2026)

  Changed paths:
    M regress/screen-redraw-tiled.sh

  Log Message:
  -----------
  Bump a time limit.


  Commit: cc8e0f2f67cc8727bafc1dfde4c4387d7a11937c
      
https://github.com/tmux/tmux/commit/cc8e0f2f67cc8727bafc1dfde4c4387d7a11937c
  Author: Thomas Adam <[email protected]>
  Date:   2026-07-13 (Mon, 13 Jul 2026)

  Changed paths:
    M .github/workflows/update-openbsd-and-portable.yml

  Log Message:
  -----------
  actions: use published openbsd-git as base update


  Commit: 3612a9a605f494f52ea316e00d23336165103d74
      
https://github.com/tmux/tmux/commit/3612a9a605f494f52ea316e00d23336165103d74
  Author: nicm <[email protected]>
  Date:   2026-07-13 (Mon, 13 Jul 2026)

  Changed paths:
    M xmalloc.c

  Log Message:
  -----------
  Add missing calloc check and use fatal. Prompted by a similar change
from Yayo Razo.


  Commit: 0925c9846b66dc807b1dfd97bcbc690e0b890069
      
https://github.com/tmux/tmux/commit/0925c9846b66dc807b1dfd97bcbc690e0b890069
  Author: nicm <[email protected]>
  Date:   2026-07-13 (Mon, 13 Jul 2026)

  Changed paths:
    M cmd.c
    M job.c

  Log Message:
  -----------
  Use _exit in child after fork, from Yayo Razo in GitHub issue 5376.


  Commit: f80d3f612392870cbd431a1d0fad3c315c035095
      
https://github.com/tmux/tmux/commit/f80d3f612392870cbd431a1d0fad3c315c035095
  Author: Thomas Adam <[email protected]>
  Date:   2026-07-13 (Mon, 13 Jul 2026)

  Changed paths:
    M .github/workflows/update-openbsd-and-portable.yml

  Log Message:
  -----------
  build: fetch cutover master before merge


  Commit: 0ce72059e6e7c724f00a7eb241a5c5e80e281e2e
      
https://github.com/tmux/tmux/commit/0ce72059e6e7c724f00a7eb241a5c5e80e281e2e
  Author: Thomas Adam <[email protected]>
  Date:   2026-07-13 (Mon, 13 Jul 2026)

  Changed paths:
    M .github/workflows/update-openbsd-and-portable.yml

  Log Message:
  -----------
  build: capture openbsd-base before filtering


  Commit: 8b2bc1a3841f34bb3ceade4e21c82a3a2bf5a2c2
      
https://github.com/tmux/tmux/commit/8b2bc1a3841f34bb3ceade4e21c82a3a2bf5a2c2
  Author: Thomas Adam <[email protected]>
  Date:   2026-07-13 (Mon, 13 Jul 2026)

  Changed paths:
    M .github/workflows/update-openbsd-and-portable.yml

  Log Message:
  -----------
  build: always attempt portable merge


  Commit: e6eb26518bdb01c2d6fc6d046b35e57704dfcd9a
      
https://github.com/tmux/tmux/commit/e6eb26518bdb01c2d6fc6d046b35e57704dfcd9a
  Author: Thomas Adam <[email protected]>
  Date:   2026-07-13 (Mon, 13 Jul 2026)

  Changed paths:
    M .github/workflows/update-openbsd-and-portable.yml

  Log Message:
  -----------
  build: don't exit


  Commit: 25e2e1d6715aa4870813e8c135178af81afef5a1
      
https://github.com/tmux/tmux/commit/25e2e1d6715aa4870813e8c135178af81afef5a1
  Author: Thomas Adam <[email protected]>
  Date:   2026-07-13 (Mon, 13 Jul 2026)

  Changed paths:
    A .github/workflows/update-openbsd-and-portable.yml
    M alerts.c
    M arguments.c
    M attributes.c
    M cfg.c
    M client.c
    M cmd-attach-session.c
    M cmd-bind-key.c
    M cmd-break-pane.c
    M cmd-capture-pane.c
    M cmd-choose-tree.c
    M cmd-command-prompt.c
    M cmd-confirm-before.c
    M cmd-copy-mode.c
    M cmd-detach-client.c
    M cmd-display-menu.c
    M cmd-display-message.c
    M cmd-display-panes.c
    M cmd-find-window.c
    M cmd-find.c
    M cmd-if-shell.c
    M cmd-join-pane.c
    M cmd-kill-pane.c
    M cmd-kill-server.c
    M cmd-kill-session.c
    M cmd-kill-window.c
    M cmd-list-buffers.c
    M cmd-list-clients.c
    M cmd-list-commands.c
    M cmd-list-keys.c
    M cmd-list-panes.c
    M cmd-list-sessions.c
    M cmd-list-windows.c
    M cmd-load-buffer.c
    M cmd-lock-server.c
    M cmd-move-window.c
    M cmd-new-session.c
    M cmd-new-window.c
    M cmd-parse.y
    M cmd-paste-buffer.c
    M cmd-pipe-pane.c
    M cmd-queue.c
    M cmd-refresh-client.c
    M cmd-rename-session.c
    M cmd-rename-window.c
    M cmd-resize-pane.c
    M cmd-resize-window.c
    M cmd-respawn-pane.c
    M cmd-respawn-window.c
    M cmd-rotate-window.c
    M cmd-run-shell.c
    M cmd-save-buffer.c
    M cmd-select-layout.c
    M cmd-select-pane.c
    M cmd-select-window.c
    M cmd-send-keys.c
    M cmd-server-access.c
    M cmd-set-buffer.c
    M cmd-set-environment.c
    M cmd-set-option.c
    M cmd-show-environment.c
    M cmd-show-messages.c
    M cmd-show-options.c
    M cmd-show-prompt-history.c
    M cmd-source-file.c
    M cmd-split-window.c
    M cmd-swap-pane.c
    M cmd-swap-window.c
    M cmd-switch-client.c
    M cmd-unbind-key.c
    M cmd-wait-for.c
    M cmd.c
    M colour.c
    M control-notify.c
    M control.c
    M environ.c
    A events-payload.c
    A events.c
    M file.c
    M format-draw.c
    M format.c
    M fuzzy.c
    M grid-reader.c
    M grid-view.c
    M grid.c
    A hooks.c
    M hyperlinks.c
    M input-keys.c
    M input.c
    M job.c
    M key-bindings.c
    M key-string.c
    M layout-custom.c
    M layout-set.c
    M layout.c
    M log.c
    M menu.c
    M mode-tree.c
    M monitor.c
    M names.c
    R notify.c
    M options-table.c
    M options.c
    M osdep-openbsd.c
    M paste.c
    M popup.c
    M proc.c
    M prompt-history.c
    M prompt.c
    M regsub.c
    M resize.c
    M screen-redraw.c
    M screen-write.c
    M screen.c
    M server-acl.c
    M server-client.c
    M server-fn.c
    M server.c
    M session.c
    M sort.c
    M spawn.c
    M status.c
    M style.c
    M tmux-protocol.h
    M tmux.1
    M tmux.c
    M tmux.h
    M tty-acs.c
    M tty-draw.c
    M tty-features.c
    M tty-keys.c
    M tty-term.c
    M tty.c
    M utf8-combined.c
    M utf8.c
    M window-border.c
    M window-buffer.c
    M window-client.c
    M window-clock.c
    M window-copy.c
    M window-customize.c
    M window-switch.c
    M window-tree.c
    M window-visible.c
    M window.c
    M xmalloc.c
    M xmalloc.h

  Log Message:
  -----------
  Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master'

* refs/remotes/tmux-openbsd/master:
  build: don't exit
  build: always attempt portable merge
  build: capture openbsd-base before filtering
  build: fetch cutover master before merge
  Use _exit in child after fork, from Yayo Razo in GitHub issue 5376.
  Add missing calloc check and use fatal. Prompted by a similar change from 
Yayo Razo.
  actions: use published openbsd-git as base update
  github actions: automate updates
  Do not make pty fds blocking again until all the data has been consumed or 
control mode clients can get stuck, GitHub issue 5356 from Ben Maurer.
  Add formats and events for OSC 133 commmands, as well as a -T flag to 
set-hook -B to only fire when the format is true.
  Replace the notification system with events. Events can carry a payload of 
additional payload (to reduce problems with lifetime of objects) and are 
delivered to one or more event sinks. This is more powerful and reduces the 
complex dependencies between control mode and hooks. Events are now used for 
hooks, control mode notifications and for monitors (set-hook -B).


  Commit: 6126988781b50faca2f23d47bd89e8451342d8a7
      
https://github.com/tmux/tmux/commit/6126988781b50faca2f23d47bd89e8451342d8a7
  Author: Thomas Adam <[email protected]>
  Date:   2026-07-13 (Mon, 13 Jul 2026)

  Changed paths:
    M Makefile.am

  Log Message:
  -----------
  portable: add Makefile.am


  Commit: 18addb02ae7dfa8d1db0b6f112fb1d2ee2e8f867
      
https://github.com/tmux/tmux/commit/18addb02ae7dfa8d1db0b6f112fb1d2ee2e8f867
  Author: Nicholas Marriott <[email protected]>
  Date:   2026-07-13 (Mon, 13 Jul 2026)

  Changed paths:
    M .github/workflows/regress.yml
    A .github/workflows/update-openbsd-and-portable.yml
    M Makefile.am
    M alerts.c
    M arguments.c
    M attributes.c
    M cfg.c
    M client.c
    M cmd-attach-session.c
    M cmd-bind-key.c
    M cmd-break-pane.c
    M cmd-capture-pane.c
    M cmd-choose-tree.c
    M cmd-command-prompt.c
    M cmd-confirm-before.c
    M cmd-copy-mode.c
    M cmd-detach-client.c
    M cmd-display-menu.c
    M cmd-display-message.c
    M cmd-display-panes.c
    M cmd-find-window.c
    M cmd-find.c
    M cmd-if-shell.c
    M cmd-join-pane.c
    M cmd-kill-pane.c
    M cmd-kill-server.c
    M cmd-kill-session.c
    M cmd-kill-window.c
    M cmd-list-buffers.c
    M cmd-list-clients.c
    M cmd-list-commands.c
    M cmd-list-keys.c
    M cmd-list-panes.c
    M cmd-list-sessions.c
    M cmd-list-windows.c
    M cmd-load-buffer.c
    M cmd-lock-server.c
    M cmd-move-window.c
    M cmd-new-session.c
    M cmd-new-window.c
    M cmd-parse.y
    M cmd-paste-buffer.c
    M cmd-pipe-pane.c
    M cmd-queue.c
    M cmd-refresh-client.c
    M cmd-rename-session.c
    M cmd-rename-window.c
    M cmd-resize-pane.c
    M cmd-resize-window.c
    M cmd-respawn-pane.c
    M cmd-respawn-window.c
    M cmd-rotate-window.c
    M cmd-run-shell.c
    M cmd-save-buffer.c
    M cmd-select-layout.c
    M cmd-select-pane.c
    M cmd-select-window.c
    M cmd-send-keys.c
    M cmd-server-access.c
    M cmd-set-buffer.c
    M cmd-set-environment.c
    M cmd-set-option.c
    M cmd-show-environment.c
    M cmd-show-messages.c
    M cmd-show-options.c
    M cmd-show-prompt-history.c
    M cmd-source-file.c
    M cmd-split-window.c
    M cmd-swap-pane.c
    M cmd-swap-window.c
    M cmd-switch-client.c
    M cmd-unbind-key.c
    M cmd-wait-for.c
    M cmd.c
    M colour.c
    M compat/getline.c
    M configure.ac
    M control-notify.c
    M control.c
    M environ.c
    M events-payload.c
    M events.c
    M file.c
    M format-draw.c
    M format.c
    M fuzzy.c
    M grid-reader.c
    M grid-view.c
    M grid.c
    M hooks.c
    M hyperlinks.c
    M input-keys.c
    M input.c
    M job.c
    M key-bindings.c
    M key-string.c
    M layout-custom.c
    M layout-set.c
    M layout.c
    M log.c
    M menu.c
    M mode-tree.c
    M monitor.c
    M names.c
    M options-table.c
    M options.c
    M osdep-openbsd.c
    M paste.c
    M popup.c
    M proc.c
    M prompt-history.c
    M prompt.c
    M regress/Makefile
    M regress/command-order.sh
    M regress/conf-syntax.sh
    M regress/control-client-size.sh
    A regress/control-client-wait-exit.sh
    M regress/format-variables.sh
    M regress/new-session-size.sh
    M regress/screen-redraw-bidi.sh
    M regress/screen-redraw-popups.sh
    M regress/screen-redraw-tiled.sh
    M regsub.c
    M resize.c
    M screen-redraw.c
    M screen-write.c
    M screen.c
    M server-acl.c
    M server-client.c
    M server-fn.c
    M server.c
    M session.c
    M sort.c
    M spawn.c
    M status.c
    M style.c
    M tmux-protocol.h
    M tmux.1
    M tmux.c
    M tmux.h
    M tty-acs.c
    M tty-draw.c
    M tty-features.c
    M tty-keys.c
    M tty-term.c
    M tty.c
    M utf8-combined.c
    M utf8.c
    M window-border.c
    M window-buffer.c
    M window-client.c
    M window-clock.c
    M window-copy.c
    M window-customize.c
    M window-switch.c
    M window-tree.c
    M window-visible.c
    M window.c
    M xmalloc.c
    M xmalloc.h

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


Compare: https://github.com/tmux/tmux/compare/d70a24e0309f...18addb02ae7d

To unsubscribe from these emails, change your notification settings at 
https://github.com/tmux/tmux/settings/notifications

-- 
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, visit 
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/events/d70a24-18addb%40github.com.

Reply via email to