Branch: refs/heads/floating_panes
  Home:   https://github.com/tmux/tmux
  Commit: baf55e4616fe50563ec9f46fbba05bac959912e5
      
https://github.com/tmux/tmux/commit/baf55e4616fe50563ec9f46fbba05bac959912e5
  Author: nicm <nicm>
  Date:   2026-04-22 (Wed, 22 Apr 2026)

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

  Log Message:
  -----------
  Add a default set of features for WezTerm.


  Commit: 0835980ef16d09483d80ab286c82fb39edd9fc32
      
https://github.com/tmux/tmux/commit/0835980ef16d09483d80ab286c82fb39edd9fc32
  Author: nicm <nicm>
  Date:   2026-04-22 (Wed, 22 Apr 2026)

  Changed paths:
    M tmux.1

  Log Message:
  -----------
  Remove no longer accurate statement from tmux.1, reported by dkuettel at
gmail dot com.


  Commit: 314f0ae9649134ad508306199c75b2f4a7e4a2bb
      
https://github.com/tmux/tmux/commit/314f0ae9649134ad508306199c75b2f4a7e4a2bb
  Author: nicm <nicm>
  Date:   2026-04-22 (Wed, 22 Apr 2026)

  Changed paths:
    M window-copy.c

  Log Message:
  -----------
  Do not leak hyperlinks in copy mode, from Barrett Ruth in GitHub issue
5020.


  Commit: 303edb71bda9515605e41bdb323203bc24d15c90
      
https://github.com/tmux/tmux/commit/303edb71bda9515605e41bdb323203bc24d15c90
  Author: nicm <nicm>
  Date:   2026-04-22 (Wed, 22 Apr 2026)

  Changed paths:
    M format.c

  Log Message:
  -----------
  Add a fairly low time limit to format evaluation to stop absurdly nested
formats from making tmux appear to hang.


  Commit: fee70031f6a2f464859447a1a146bdd6a7f6ecdc
      
https://github.com/tmux/tmux/commit/fee70031f6a2f464859447a1a146bdd6a7f6ecdc
  Author: nicm <nicm>
  Date:   2026-04-22 (Wed, 22 Apr 2026)

  Changed paths:
    M window-clock.c

  Log Message:
  -----------
  Make clock visible on terminals without colours, from Manuel Einfalt in
GitHub issue 5001.


  Commit: d339ab51eb1b535362d58b4a8112e5921499399e
      
https://github.com/tmux/tmux/commit/d339ab51eb1b535362d58b4a8112e5921499399e
  Author: nicm <nicm>
  Date:   2026-04-22 (Wed, 22 Apr 2026)

  Changed paths:
    M cmd-new-session.c
    M cmd-rename-session.c
    M format.c
    M input.c
    M names.c
    M screen.c
    M session.c
    M spawn.c
    M tmux.c
    M tmux.h
    M window.c

  Log Message:
  -----------
  Sanitize pane titles and window and session names more consistently and
strictly, prevents C0 characters and other nonvisible characters causing
problems. Reported (with a different fix) by Chris Monardo in GitHub
issue 4999.


  Commit: d36f6783c74f1df8d1cb645ff7c3b3aa5e234f38
      
https://github.com/tmux/tmux/commit/d36f6783c74f1df8d1cb645ff7c3b3aa5e234f38
  Author: nicm <nicm>
  Date:   2026-04-22 (Wed, 22 Apr 2026)

  Changed paths:
    M key-bindings.c
    M options-table.c

  Log Message:
  -----------
  Add a couple of controls (kill, zoom) to default pane-status-format.
Will be more to come with floating panes. From Dane Jensen in GitHub
issue 4981.


  Commit: 7a0cc03532a341026608a4991024af8452b0da67
      
https://github.com/tmux/tmux/commit/7a0cc03532a341026608a4991024af8452b0da67
  Author: nicm <nicm>
  Date:   2026-04-22 (Wed, 22 Apr 2026)

  Changed paths:
    M status.c

  Log Message:
  -----------
  Translate keypad keys to text in prompt input. From Barrett Ruth in
GitHub issue 4996.


  Commit: bc15723f7f888422a284efda9f77343cf25b4840
      
https://github.com/tmux/tmux/commit/bc15723f7f888422a284efda9f77343cf25b4840
  Author: nicm <nicm>
  Date:   2026-04-22 (Wed, 22 Apr 2026)

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

  Log Message:
  -----------
  Add feature for progress bar and pass to outside terminal, GitHu issue
4972 from Eric Dorland.


  Commit: bcd17cf99afd564c559d04d1cb01ed7fc7e2749c
      
https://github.com/tmux/tmux/commit/bcd17cf99afd564c559d04d1cb01ed7fc7e2749c
  Author: Thomas Adam <[email protected]>
  Date:   2026-04-23 (Thu, 23 Apr 2026)

  Changed paths:
    M cmd-new-session.c
    M cmd-rename-session.c
    M format.c
    M input.c
    M key-bindings.c
    M names.c
    M options-table.c
    M screen.c
    M server-client.c
    M session.c
    M spawn.c
    M status.c
    M tmux.1
    M tmux.c
    M tmux.h
    M tty-features.c
    M tty-keys.c
    M tty-term.c
    M tty.c
    M window-clock.c
    M window-copy.c
    M window.c

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


  Commit: ffe80579df30407e62e52437e04671c7fc1d797c
      
https://github.com/tmux/tmux/commit/ffe80579df30407e62e52437e04671c7fc1d797c
  Author: nicm <nicm>
  Date:   2026-04-23 (Thu, 23 Apr 2026)

  Changed paths:
    M screen-redraw.c

  Log Message:
  -----------
  Redraw correctly when a popup is present above pane borders, GitHub
issue 4997 from Manuel Einfalt.


  Commit: 1d9522a7a66c5cf7b5dbc4ab39dd7cc82760740f
      
https://github.com/tmux/tmux/commit/1d9522a7a66c5cf7b5dbc4ab39dd7cc82760740f
  Author: nicm <nicm>
  Date:   2026-04-23 (Thu, 23 Apr 2026)

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

  Log Message:
  -----------
  Kill client rather than fatalx on bad file handling messages, reported
by Tim Zheng.


  Commit: b844cafb9c87fb1167a146f65fd1cb057ad5455f
      
https://github.com/tmux/tmux/commit/b844cafb9c87fb1167a146f65fd1cb057ad5455f
  Author: nicm <nicm>
  Date:   2026-04-24 (Fri, 24 Apr 2026)

  Changed paths:
    M window.c

  Log Message:
  -----------
  No need to stravis the window name twice.


  Commit: e4a439aa0cf3f12f03f3e7fb4305d42d435c75ce
      
https://github.com/tmux/tmux/commit/e4a439aa0cf3f12f03f3e7fb4305d42d435c75ce
  Author: Thomas Adam <[email protected]>
  Date:   2026-04-26 (Sun, 26 Apr 2026)

  Changed paths:
    M file.c
    M screen-redraw.c
    M server-client.c
    M tmux.h
    M window.c

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


  Commit: 61a7be0eab8eb63f15a364b605ba4dfbd6025331
      
https://github.com/tmux/tmux/commit/61a7be0eab8eb63f15a364b605ba4dfbd6025331
  Author: Nicholas Marriott <[email protected]>
  Date:   2026-04-26 (Sun, 26 Apr 2026)

  Changed paths:
    M compat.h

  Log Message:
  -----------
  Turn off regular expressions when fuzzing because there are cases that take 
too
much time or memory that cannot be fixed.


  Commit: fc6d94a9f8a593bd8b7031650802084385d4ee03
      
https://github.com/tmux/tmux/commit/fc6d94a9f8a593bd8b7031650802084385d4ee03
  Author: Nicholas Marriott <[email protected]>
  Date:   2026-04-27 (Mon, 27 Apr 2026)

  Changed paths:
    M image.c
    M screen.c
    M tmux.h

  Log Message:
  -----------
  Track which list (images or saved_images) each image is on so they can be
removed from the correct list when the total image count is reached. Fixes
crash reported by xlabai at tencent dot com.


  Commit: 9840d4a4a3952b64c3954f46694913e6d6b17ba4
      
https://github.com/tmux/tmux/commit/9840d4a4a3952b64c3954f46694913e6d6b17ba4
  Author: nicm <nicm>
  Date:   2026-04-27 (Mon, 27 Apr 2026)

  Changed paths:
    M cmd-parse.y

  Log Message:
  -----------
  Add a limit on maximum length of environment variable assignment in
configuration files.


  Commit: c2659401b0fa814b1208b00e0a09f7608aeddf02
      
https://github.com/tmux/tmux/commit/c2659401b0fa814b1208b00e0a09f7608aeddf02
  Author: Thomas Adam <[email protected]>
  Date:   2026-04-27 (Mon, 27 Apr 2026)

  Changed paths:
    M cmd-parse.y

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


  Commit: f90d3af40353da3bbe89eaf210269908987bf35e
      
https://github.com/tmux/tmux/commit/f90d3af40353da3bbe89eaf210269908987bf35e
  Author: nicm <nicm>
  Date:   2026-04-28 (Tue, 28 Apr 2026)

  Changed paths:
    M cmd-join-pane.c

  Log Message:
  -----------
  Fix -p for for join-pane, from Dane Jensen.


  Commit: ec58272b9536cf0669964841dd5204ac06e3b84e
      
https://github.com/tmux/tmux/commit/ec58272b9536cf0669964841dd5204ac06e3b84e
  Author: nicm <nicm>
  Date:   2026-04-28 (Tue, 28 Apr 2026)

  Changed paths:
    M cmd-run-shell.c

  Log Message:
  -----------
  Do not hang run-shell when job_run fails, from Barrett Ruth in GitHub
issue 5037.


  Commit: 2a5715fad5a3f7c7cec5ba8a0a26b85a0df2c259
      
https://github.com/tmux/tmux/commit/2a5715fad5a3f7c7cec5ba8a0a26b85a0df2c259
  Author: nicm <nicm>
  Date:   2026-04-28 (Tue, 28 Apr 2026)

  Changed paths:
    M window-copy.c

  Log Message:
  -----------
  Do not deref NULL job in window_copy_pipe_run when job_run fails. From
Barrett Ruth in GitHub issue 5036.


  Commit: 763dec881a7dfad80ba3a1221b139ac8a78cba05
      
https://github.com/tmux/tmux/commit/763dec881a7dfad80ba3a1221b139ac8a78cba05
  Author: nicm <nicm>
  Date:   2026-04-28 (Tue, 28 Apr 2026)

  Changed paths:
    M cmd-pipe-pane.c

  Log Message:
  -----------
  Do not leak socketpair fds in pipe-pane when fork fails. From Barrett
Ruth.


  Commit: 746dd91e860cacdfd67fc6585cd4c87bf97c1d53
      
https://github.com/tmux/tmux/commit/746dd91e860cacdfd67fc6585cd4c87bf97c1d53
  Author: nicm <nicm>
  Date:   2026-04-28 (Tue, 28 Apr 2026)

  Changed paths:
    M paste.c

  Log Message:
  -----------
  Sanitize paste buffer names in paste_set and paste_rename, GitHub issue
5032 from Barrett Ruth.


  Commit: 4a926e489b8497ca1ed6f188aacfa0215b720371
      
https://github.com/tmux/tmux/commit/4a926e489b8497ca1ed6f188aacfa0215b720371
  Author: nicm <nicm>
  Date:   2026-04-28 (Tue, 28 Apr 2026)

  Changed paths:
    M key-bindings.c
    M menu.c
    M mode-tree.c
    M status.c

  Log Message:
  -----------
  Make C-[ have the same bindings as Escape for terminals with extended
keys where they are different, GitHub issue 5035 from Eric NICOLAS.


  Commit: 8da41bdc2be92a843a713112dee2bf96fdf8ea05
      
https://github.com/tmux/tmux/commit/8da41bdc2be92a843a713112dee2bf96fdf8ea05
  Author: Thomas Adam <[email protected]>
  Date:   2026-04-28 (Tue, 28 Apr 2026)

  Changed paths:
    M cmd-join-pane.c
    M cmd-pipe-pane.c
    M cmd-run-shell.c
    M paste.c
    M window-copy.c

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


  Commit: d85f1b942da3c451bdad1f2f794673a44b2d682c
      
https://github.com/tmux/tmux/commit/d85f1b942da3c451bdad1f2f794673a44b2d682c
  Author: Thomas Adam <[email protected]>
  Date:   2026-04-28 (Tue, 28 Apr 2026)

  Changed paths:
    M key-bindings.c
    M menu.c
    M mode-tree.c
    M status.c

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


  Commit: a2acf0f7cf82d8933e8bd5d8ff79238cbee6b178
      
https://github.com/tmux/tmux/commit/a2acf0f7cf82d8933e8bd5d8ff79238cbee6b178
  Author: nicm <nicm>
  Date:   2026-05-01 (Fri, 01 May 2026)

  Changed paths:
    M format.c

  Log Message:
  -----------
  Check time inside repeat (R:) loop as well.


  Commit: 524f283cc6fb6f91bb72b8e7f043fcc3b80a97a1
      
https://github.com/tmux/tmux/commit/524f283cc6fb6f91bb72b8e7f043fcc3b80a97a1
  Author: nicm <nicm>
  Date:   2026-05-01 (Fri, 01 May 2026)

  Changed paths:
    M cmd-copy-mode.c
    M options-table.c
    M screen.c
    M tmux.1
    M tmux.h
    M window-copy.c

  Log Message:
  -----------
  Add support for line numbers in copy mode. A new copy-mode-line-numbers
option has the following modes: off, default (tmux's normal line
numbering where 0 is the top visible line), absolute (first line in
history is 1), relative (relative to the cursor) and hybrid (current
line is absolute, others relative). Also adds
copy-mode-line-number-style and copy-mode-current-line-number-style to
set the style of the line numbers. When copy mode is entered with the
mouse, line numbers stay off.

>From Leo Henon in GitHub issue 5025.


  Commit: 56200ca044d073349c9e884dbbb2951cb3b851cb
      
https://github.com/tmux/tmux/commit/56200ca044d073349c9e884dbbb2951cb3b851cb
  Author: nicm <nicm>
  Date:   2026-05-01 (Fri, 01 May 2026)

  Changed paths:
    M control.c

  Log Message:
  -----------
  Do not leak cached last result from control subs, from Aaron Campbell in
GitHub issue 5047.


  Commit: 92522473b03db7e293583c9922db492225daa7b4
      
https://github.com/tmux/tmux/commit/92522473b03db7e293583c9922db492225daa7b4
  Author: Thomas Adam <[email protected]>
  Date:   2026-05-01 (Fri, 01 May 2026)

  Changed paths:
    M cmd-copy-mode.c
    M format.c
    M options-table.c
    M screen.c
    M tmux.1
    M tmux.h
    M window-copy.c

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


  Commit: 2e9c6c25869f0156aac20771f4a5f94a0496d642
      
https://github.com/tmux/tmux/commit/2e9c6c25869f0156aac20771f4a5f94a0496d642
  Author: nicm <nicm>
  Date:   2026-05-01 (Fri, 01 May 2026)

  Changed paths:
    M mode-tree.c

  Log Message:
  -----------
  Add some checks on line size to avoid underflow, from san65384 at gmail
dot com in GitHub issue 4955.


  Commit: 9a94f48663b037aa348fa789c04b2d10628b0a9d
      
https://github.com/tmux/tmux/commit/9a94f48663b037aa348fa789c04b2d10628b0a9d
  Author: Thomas Adam <[email protected]>
  Date:   2026-05-01 (Fri, 01 May 2026)

  Changed paths:
    M control.c
    M mode-tree.c

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


  Commit: 49172b256cf530751f45b6faaa32ccc3e2805b7f
      
https://github.com/tmux/tmux/commit/49172b256cf530751f45b6faaa32ccc3e2805b7f
  Author: nicm <nicm>
  Date:   2026-05-03 (Sun, 03 May 2026)

  Changed paths:
    M format.c

  Log Message:
  -----------
  Free working stuff when R formats fail.


  Commit: 1e96d9a87f00e49e6996672c85464d1e9e42c414
      
https://github.com/tmux/tmux/commit/1e96d9a87f00e49e6996672c85464d1e9e42c414
  Author: nicm <nicm>
  Date:   2026-05-03 (Sun, 03 May 2026)

  Changed paths:
    M window.c

  Log Message:
  -----------
  Do not check for NULL after dereferencing, from alexarama at yahoo dot
com in GitHub issue 5051.


  Commit: 637d4c30834a7e54d8c7ed32532ecacca756a1cc
      
https://github.com/tmux/tmux/commit/637d4c30834a7e54d8c7ed32532ecacca756a1cc
  Author: nicm <nicm>
  Date:   2026-05-03 (Sun, 03 May 2026)

  Changed paths:
    M control.c

  Log Message:
  -----------
  Fix control client hang on exit after toggling no-output, GitHub issue
5049 from Aaron Campbell.


  Commit: d52fabce72134971ad6c9652cbabd10800505d16
      
https://github.com/tmux/tmux/commit/d52fabce72134971ad6c9652cbabd10800505d16
  Author: nicm <nicm>
  Date:   2026-05-03 (Sun, 03 May 2026)

  Changed paths:
    M options-table.c
    M tmux.1
    M window-tree.c

  Log Message:
  -----------
  Allow the indicator in tree mode to be customized by two new options:
tree-mode-preview-format and tree-mode-preview-style.


  Commit: 9d3dcdbc38906c1ec14c1016e6706fa0f48e7a79
      
https://github.com/tmux/tmux/commit/9d3dcdbc38906c1ec14c1016e6706fa0f48e7a79
  Author: Thomas Adam <[email protected]>
  Date:   2026-05-03 (Sun, 03 May 2026)

  Changed paths:
    M control.c
    M format.c
    M options-table.c
    M tmux.1
    M window-tree.c
    M window.c

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


  Commit: cae229cadc28d578e20942c7e964741ad71aba15
      
https://github.com/tmux/tmux/commit/cae229cadc28d578e20942c7e964741ad71aba15
  Author: nicm <nicm>
  Date:   2026-05-05 (Tue, 05 May 2026)

  Changed paths:
    M control.c

  Log Message:
  -----------
  Discard queued data and clear offsets when turning pane off to prevent
later read of data that has been removed. From Aaron Campbell in GitHub
issue 5054.


  Commit: 1fbd00e1e8fbbedf0e1adb72bc8503ed8a7d1901
      
https://github.com/tmux/tmux/commit/1fbd00e1e8fbbedf0e1adb72bc8503ed8a7d1901
  Author: nicm <nicm>
  Date:   2026-05-05 (Tue, 05 May 2026)

  Changed paths:
    M screen.c

  Log Message:
  -----------
  Add missing flags to screen_mode_to_string and do not write before
before if any are missed, second bit from qingliu at alauda dot io.


  Commit: 518fcf7e0371d07d83e0a79df6db9780855eb6b3
      
https://github.com/tmux/tmux/commit/518fcf7e0371d07d83e0a79df6db9780855eb6b3
  Author: nicm <nicm>
  Date:   2026-05-05 (Tue, 05 May 2026)

  Changed paths:
    M screen.c
    M tmux.h

  Log Message:
  -----------
  Do not sanitize title when popping it from stack, also add a limit to
number of pushed titles.


  Commit: ad94405dacde1953aa54577a2849059d087cc3ee
      
https://github.com/tmux/tmux/commit/ad94405dacde1953aa54577a2849059d087cc3ee
  Author: Thomas Adam <[email protected]>
  Date:   2026-05-05 (Tue, 05 May 2026)

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

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


  Commit: 2aad2cfc537480a7edd6eb670732b3227906f6aa
      
https://github.com/tmux/tmux/commit/2aad2cfc537480a7edd6eb670732b3227906f6aa
  Author: Nicholas Marriott <[email protected]>
  Date:   2026-05-06 (Wed, 06 May 2026)

  Changed paths:
    M Makefile.am
    M configure.ac

  Log Message:
  -----------
  Add a configure flag for ASAN.


  Commit: 2d8aade74be0c10581bd83ebc6877bc4560ede40
      
https://github.com/tmux/tmux/commit/2d8aade74be0c10581bd83ebc6877bc4560ede40
  Author: nicm <nicm>
  Date:   2026-05-06 (Wed, 06 May 2026)

  Changed paths:
    M format.c

  Log Message:
  -----------
  Add time limit to a couple of other loops.


  Commit: 862625a4bfa8eb1eeeac463381f531a69f2ec7f1
      
https://github.com/tmux/tmux/commit/862625a4bfa8eb1eeeac463381f531a69f2ec7f1
  Author: Thomas Adam <[email protected]>
  Date:   2026-05-06 (Wed, 06 May 2026)

  Changed paths:
    M format.c

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


  Commit: 962e56559162c27ca39249a4c254dacc2e948266
      
https://github.com/tmux/tmux/commit/962e56559162c27ca39249a4c254dacc2e948266
  Author: nicm <nicm>
  Date:   2026-05-07 (Thu, 07 May 2026)

  Changed paths:
    M key-bindings.c
    M tmux.1
    M window-copy.c

  Log Message:
  -----------
  Add Emacs-style recentre-top-bottom, GitHub issue 5053 from sinyax75 at
gmail dot com.


  Commit: 496805476e4f10930d43da0a8bc02f2fdb38f534
      
https://github.com/tmux/tmux/commit/496805476e4f10930d43da0a8bc02f2fdb38f534
  Author: nicm <nicm>
  Date:   2026-05-07 (Thu, 07 May 2026)

  Changed paths:
    M layout-custom.c
    M window-copy.c

  Log Message:
  -----------
  Require layout prefix to be 5 characters, GitHub issue 5067 from
cglosner at gmail dot com.


  Commit: f9d50d580cf8cb9cac8c7ef2a0c6cef10226fc1c
      
https://github.com/tmux/tmux/commit/f9d50d580cf8cb9cac8c7ef2a0c6cef10226fc1c
  Author: Thomas Adam <[email protected]>
  Date:   2026-05-07 (Thu, 07 May 2026)

  Changed paths:
    M key-bindings.c
    M layout-custom.c
    M tmux.1
    M window-copy.c

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


  Commit: af98467d0d23cbd8be6f11cf87823da5695b95da
      
https://github.com/tmux/tmux/commit/af98467d0d23cbd8be6f11cf87823da5695b95da
  Author: nicm <nicm>
  Date:   2026-05-08 (Fri, 08 May 2026)

  Changed paths:
    M status.c
    M tmux.h

  Log Message:
  -----------
  Do not cache format for status line because it stores various pointers
that might be stale, instead cache the cmd_find_state and rebuild the
formats every time they are needed. Reported by Marcel Partap in GitHub
isue 5065.


  Commit: 8fb1b1d412bd5ae0e9c016c9e36ec13c9e25a9cc
      
https://github.com/tmux/tmux/commit/8fb1b1d412bd5ae0e9c016c9e36ec13c9e25a9cc
  Author: Thomas Adam <[email protected]>
  Date:   2026-05-08 (Fri, 08 May 2026)

  Changed paths:
    M status.c
    M tmux.h

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


  Commit: bfbfb6dbf392373a7f63400986ba9e07adffb6c0
      
https://github.com/tmux/tmux/commit/bfbfb6dbf392373a7f63400986ba9e07adffb6c0
  Author: Nicholas Marriott <[email protected]>
  Date:   2026-05-11 (Mon, 11 May 2026)

  Changed paths:
    M image-sixel.c

  Log Message:
  -----------
  Avoid overshooting Sixel height in sixel_parse_write, GitHub issue 5071 from
nincsnevem662 at gmail dot com.


  Commit: c3036116de126de6ab2b76d84ecb38169484fd03
      
https://github.com/tmux/tmux/commit/c3036116de126de6ab2b76d84ecb38169484fd03
  Author: Nicholas Marriott <[email protected]>
  Date:   2026-05-12 (Tue, 12 May 2026)

  Changed paths:
    M regress/utf8-test.result

  Log Message:
  -----------
  Update test output.


  Commit: 6b16e93f1be47722fc958e5c10f7add644b2755c
      
https://github.com/tmux/tmux/commit/6b16e93f1be47722fc958e5c10f7add644b2755c
  Author: Nicholas Marriott <[email protected]>
  Date:   2026-05-12 (Tue, 12 May 2026)

  Changed paths:
    M Makefile.am
    M cmd-copy-mode.c
    M cmd-join-pane.c
    M cmd-new-session.c
    M cmd-parse.y
    M cmd-pipe-pane.c
    M cmd-rename-session.c
    M cmd-run-shell.c
    M compat.h
    M configure.ac
    M control.c
    M file.c
    M format.c
    M image-sixel.c
    M image.c
    M input.c
    M key-bindings.c
    M layout-custom.c
    M menu.c
    M mode-tree.c
    M names.c
    M options-table.c
    M paste.c
    M regress/utf8-test.result
    M screen-redraw.c
    M screen.c
    M server-client.c
    M session.c
    M spawn.c
    M status.c
    M tmux.1
    M tmux.c
    M tmux.h
    M tty-features.c
    M tty-keys.c
    M tty-term.c
    M tty.c
    M window-clock.c
    M window-copy.c
    M window-tree.c
    M window.c

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


Compare: https://github.com/tmux/tmux/compare/b7467a31107e...6b16e93f1be4

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/floating_panes/b7467a-6b16e9%40github.com.

Reply via email to