Branch: refs/heads/floating_panes
  Home:   https://github.com/tmux/tmux
  Commit: 8899c751e5894d2967845ca25dee19e68e248fad
      
https://github.com/tmux/tmux/commit/8899c751e5894d2967845ca25dee19e68e248fad
  Author: nicm <nicm>
  Date:   2026-03-09 (Mon, 09 Mar 2026)

  Changed paths:
    M cmd-parse.y

  Log Message:
  -----------
  Check for NULL value in tilde expansion before dereferencing, from
Renaud Allard in GitHub issue 4916.


  Commit: 881bec958e2fd9093ed2c8fd8f934196f6afa7da
      
https://github.com/tmux/tmux/commit/881bec958e2fd9093ed2c8fd8f934196f6afa7da
  Author: nicm <nicm>
  Date:   2026-03-09 (Mon, 09 Mar 2026)

  Changed paths:
    M control.c

  Log Message:
  -----------
  Fix server crash when control client session is destroyed, from Renaud
Allard in GitHub issue 4916.


  Commit: 6c2dd193cf852a7a7ddca9dccff51b0f7908f9e3
      
https://github.com/tmux/tmux/commit/6c2dd193cf852a7a7ddca9dccff51b0f7908f9e3
  Author: Nicholas Marriott <[email protected]>
  Date:   2026-03-09 (Mon, 09 Mar 2026)

  Changed paths:
    M image-sixel.c

  Log Message:
  -----------
  Fix memory leak in sixel_parse() on error path, from Renaud Allard in GitHub
issue 4916.


  Commit: 2efa762c2b1c5dc464a5792519cd7fbde515e8dc
      
https://github.com/tmux/tmux/commit/2efa762c2b1c5dc464a5792519cd7fbde515e8dc
  Author: tb <tb>
  Date:   2026-03-09 (Mon, 09 Mar 2026)

  Changed paths:
    M cmd-list-keys.c

  Log Message:
  -----------
  tmux: move block assigning to prefix a bit down to avoid a small leak

ok nicm


  Commit: 67141fb4bb904ea0d539821229d9ce1b85b5273d
      
https://github.com/tmux/tmux/commit/67141fb4bb904ea0d539821229d9ce1b85b5273d
  Author: nicm <nicm>
  Date:   2026-03-09 (Mon, 09 Mar 2026)

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

  Log Message:
  -----------
  Add next/previous variables for windows in W: loop, from Conor Taylor in
GitHub issue 4856.


  Commit: 0d77555c9786c32ccabe345a65b1e6aba204407d
      
https://github.com/tmux/tmux/commit/0d77555c9786c32ccabe345a65b1e6aba204407d
  Author: Thomas Adam <[email protected]>
  Date:   2026-03-09 (Mon, 09 Mar 2026)

  Changed paths:
    M cmd-list-keys.c
    M cmd-parse.y
    M control.c

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


  Commit: 04b4952f0e761818c8fb75c1267e85f688c17498
      
https://github.com/tmux/tmux/commit/04b4952f0e761818c8fb75c1267e85f688c17498
  Author: Thomas Adam <[email protected]>
  Date:   2026-03-09 (Mon, 09 Mar 2026)

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

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


  Commit: 551e8fcd24535ef67ede121e34e9973ef5298d9b
      
https://github.com/tmux/tmux/commit/551e8fcd24535ef67ede121e34e9973ef5298d9b
  Author: nicm <nicm>
  Date:   2026-03-12 (Thu, 12 Mar 2026)

  Changed paths:
    M menu.c

  Log Message:
  -----------
  Fix comparison of menu keys, reported by Vladimir Bauer in GitHub issue
4891.


  Commit: 19f3fb131b3bde713bdbd91d1b7314ae4982f0a0
      
https://github.com/tmux/tmux/commit/19f3fb131b3bde713bdbd91d1b7314ae4982f0a0
  Author: nicm <nicm>
  Date:   2026-03-12 (Thu, 12 Mar 2026)

  Changed paths:
    M options-table.c
    M status.c
    M style.c
    M tmux.1
    M tmux.h

  Log Message:
  -----------
  Draw message as one format, allowing prompts and messages to occupy only
a portion of the status bar, overlaying the normal status content rather
than replacing the entire line. A new message-format option now controls
the entire message (like status-format). From Conor Taylor in GitHub
issue 4861.


  Commit: 7fa6f320edb80070d9f3d17c22134ee1ab1b506a
      
https://github.com/tmux/tmux/commit/7fa6f320edb80070d9f3d17c22134ee1ab1b506a
  Author: Thomas Adam <[email protected]>
  Date:   2026-03-12 (Thu, 12 Mar 2026)

  Changed paths:
    M menu.c
    M options-table.c
    M status.c
    M style.c
    M tmux.1
    M tmux.h

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


  Commit: fd62f419ace5a75f4837a11a73460675b506be14
      
https://github.com/tmux/tmux/commit/fd62f419ace5a75f4837a11a73460675b506be14
  Author: nicm <nicm>
  Date:   2026-03-12 (Thu, 12 Mar 2026)

  Changed paths:
    M input.c
    M mode-tree.c
    M popup.c
    M tmux.1
    M tmux.h
    M window-buffer.c
    M window-client.c
    M window-customize.c
    M window-tree.c

  Log Message:
  -----------
  Add a short builtin help text for each mode accessible with C-h,
based on code from Patrick Motard in GitHub issue 4751.


  Commit: bef4865d91ff8e549a3a4d63563f0ef1a39a1a39
      
https://github.com/tmux/tmux/commit/bef4865d91ff8e549a3a4d63563f0ef1a39a1a39
  Author: Thomas Adam <[email protected]>
  Date:   2026-03-12 (Thu, 12 Mar 2026)

  Changed paths:
    M input.c
    M mode-tree.c
    M popup.c
    M tmux.1
    M tmux.h
    M window-buffer.c
    M window-client.c
    M window-customize.c
    M window-tree.c

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


  Commit: 992f04f328cadbeb95e58596f0aceeafc1baa348
      
https://github.com/tmux/tmux/commit/992f04f328cadbeb95e58596f0aceeafc1baa348
  Author: Michael Grant <[email protected]>
  Date:   2026-03-16 (Mon, 16 Mar 2026)

  Changed paths:
    M cmd-list-keys.c
    M cmd-parse.y
    M control.c
    M format.c
    M image-sixel.c
    M input.c
    M menu.c
    M mode-tree.c
    M options-table.c
    M popup.c
    M status.c
    M style.c
    M tmux.1
    M tmux.h
    M window-buffer.c
    M window-client.c
    M window-customize.c
    M window-tree.c

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


Compare: https://github.com/tmux/tmux/compare/8a90fce47655...992f04f328ca

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/8a90fc-992f04%40github.com.

Reply via email to