Branch: refs/heads/floating_panes
  Home:   https://github.com/tmux/tmux
  Commit: 588013bb44231d3873dc58483c2cc75d93df5b91
      
https://github.com/tmux/tmux/commit/588013bb44231d3873dc58483c2cc75d93df5b91
  Author: nicm <nicm>
  Date:   2026-02-03 (Tue, 03 Feb 2026)

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

  Log Message:
  -----------
  Refresh copy mode when style changes, from Josh Cooper in GitHub issue 4830.


  Commit: 62944da74b7add5c7ac73527d8eb5d9d51ebbd60
      
https://github.com/tmux/tmux/commit/62944da74b7add5c7ac73527d8eb5d9d51ebbd60
  Author: nicm <nicm>
  Date:   2026-02-03 (Tue, 03 Feb 2026)

  Changed paths:
    M input.c
    M popup.c
    M tmux.h
    M window-copy.c
    M window.c

  Log Message:
  -----------
  Make OSC 52 work in popups, from gogongxt at 163 dot com in GitHub issue
4797.


  Commit: 5865001e4a1e524c492d614a5dad6e9701a91926
      
https://github.com/tmux/tmux/commit/5865001e4a1e524c492d614a5dad6e9701a91926
  Author: nicm <nicm>
  Date:   2026-02-06 (Fri, 06 Feb 2026)

  Changed paths:
    M format.c

  Log Message:
  -----------
  Also check PANE_STATUSREADY for pane_dead format to match
pane_dead_status. GitHub issue 4841 from Joshua Pollack.


  Commit: 7b1c503086d8e2911f62a4e4475c715c0bb6a0d7
      
https://github.com/tmux/tmux/commit/7b1c503086d8e2911f62a4e4475c715c0bb6a0d7
  Author: nicm <nicm>
  Date:   2026-02-06 (Fri, 06 Feb 2026)

  Changed paths:
    M window-copy.c

  Log Message:
  -----------
  Clear search counts when clearing marks in case of repeated search,
reported by Daniel Pereira in GitHub issue 4817.


  Commit: f016e0815397e4b88252c9ed7475df9acac97413
      
https://github.com/tmux/tmux/commit/f016e0815397e4b88252c9ed7475df9acac97413
  Author: nicm <nicm>
  Date:   2026-02-10 (Tue, 10 Feb 2026)

  Changed paths:
    M input.c

  Log Message:
  -----------
  Fix wrong TAILQ member in input_cancel_requests from Conor Taylor in
GitHub issue 4848.


  Commit: 19b9a34c4863e668c1221ab6bb6d36967dda0b1e
      
https://github.com/tmux/tmux/commit/19b9a34c4863e668c1221ab6bb6d36967dda0b1e
  Author: nicm <nicm>
  Date:   2026-02-10 (Tue, 10 Feb 2026)

  Changed paths:
    M key-bindings.c

  Log Message:
  -----------
  Only loop over clients if table actually found, from Conor Taylor in
GitHub issue 4848.


  Commit: b7939eb26693a462672d96ff2ce0659866d569ed
      
https://github.com/tmux/tmux/commit/b7939eb26693a462672d96ff2ce0659866d569ed
  Author: nicm <nicm>
  Date:   2026-02-10 (Tue, 10 Feb 2026)

  Changed paths:
    M tty.c

  Log Message:
  -----------
  Don't call event_add again if the event is already pending, from Conor
Taylor in GitHub issue 4848.


  Commit: d8794e2b30f92db606a9f6e80316696d90240793
      
https://github.com/tmux/tmux/commit/d8794e2b30f92db606a9f6e80316696d90240793
  Author: nicm <nicm>
  Date:   2026-02-10 (Tue, 10 Feb 2026)

  Changed paths:
    M tty-draw.c

  Log Message:
  -----------
  Check log level before log_debug in tty_draw_line, from Conor Taylor in
GitHub issue 4848.


  Commit: aa03706ed01abaa6c793ad90c73b48783a074bb1
      
https://github.com/tmux/tmux/commit/aa03706ed01abaa6c793ad90c73b48783a074bb1
  Author: nicm <nicm>
  Date:   2026-02-10 (Tue, 10 Feb 2026)

  Changed paths:
    M tty.c

  Log Message:
  -----------
  Remove redundant call to tty_attributes, from Conor Taylor in GitHub
issue 4848.


  Commit: 1cf17b06aee30ab64cc2e90617099d63a30f88eb
      
https://github.com/tmux/tmux/commit/1cf17b06aee30ab64cc2e90617099d63a30f88eb
  Author: nicm <nicm>
  Date:   2026-02-10 (Tue, 10 Feb 2026)

  Changed paths:
    M control.c

  Log Message:
  -----------
  Batch printable output in control mode, from Conor Taylor in GitHub issue 
4848.


  Commit: 5a33616e650458ab392ab32c7e38fb3bf49d933f
      
https://github.com/tmux/tmux/commit/5a33616e650458ab392ab32c7e38fb3bf49d933f
  Author: nicm <nicm>
  Date:   2026-02-10 (Tue, 10 Feb 2026)

  Changed paths:
    M server-client.c

  Log Message:
  -----------
  Check for no window when updating clients, GitHub issue 4851.


  Commit: 25f6d8b1e9b23ee367af94b3a548b4f3da8aa04b
      
https://github.com/tmux/tmux/commit/25f6d8b1e9b23ee367af94b3a548b4f3da8aa04b
  Author: nicm <nicm>
  Date:   2026-02-10 (Tue, 10 Feb 2026)

  Changed paths:
    M sort.c
    M tmux.1
    M tmux.h
    M window.c

  Log Message:
  -----------
  Implement some obvious missing sort orders, from Dane Jensen in GitHub
issue 4813.


  Commit: 7d41761e8441d38eea9d752d4c12ccdfeeb9991b
      
https://github.com/tmux/tmux/commit/7d41761e8441d38eea9d752d4c12ccdfeeb9991b
  Author: nicm <nicm>
  Date:   2026-02-10 (Tue, 10 Feb 2026)

  Changed paths:
    M resize.c

  Log Message:
  -----------
  Fix clients_calculate_size for manual type when window is NULL. From
Elias Oenal in GitHub issue 4849.


  Commit: 5b455abecc334b614990052506373d01f59cec04
      
https://github.com/tmux/tmux/commit/5b455abecc334b614990052506373d01f59cec04
  Author: nicm <nicm>
  Date:   2026-02-11 (Wed, 11 Feb 2026)

  Changed paths:
    M tty-keys.c

  Log Message:
  -----------
  Do not write before buffer when parsing empty clipboard or palette
replies, or try to allocate zero bytes with an empty clipboard sequence.
Reported by DongHan Kim.


  Commit: 7e50eb0e835cc052a5fdda1765b101a80c07a7d9
      
https://github.com/tmux/tmux/commit/7e50eb0e835cc052a5fdda1765b101a80c07a7d9
  Author: nicm <nicm>
  Date:   2026-02-11 (Wed, 11 Feb 2026)

  Changed paths:
    M cmd-set-buffer.c
    M paste.c
    M tmux.h
    M window-copy.c

  Log Message:
  -----------
  Make paste_get_top return a copy of the buffer name which is more
sensible and avoids a double free pointed out by DongHan Kim.


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

  Changed paths:
    M cmd-set-buffer.c
    M control.c
    M format.c
    M input.c
    M key-bindings.c
    M paste.c
    M popup.c
    M resize.c
    M server-client.c
    M sort.c
    M tmux.1
    M tmux.h
    M tty-draw.c
    M tty-keys.c
    M tty.c
    M window-copy.c
    M window.c

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


  Commit: 1f0c54f7eaf33b892e1e1e6ad1d0274cc11c21a0
      
https://github.com/tmux/tmux/commit/1f0c54f7eaf33b892e1e1e6ad1d0274cc11c21a0
  Author: nicm <nicm>
  Date:   2026-02-15 (Sun, 15 Feb 2026)

  Changed paths:
    M cmd-set-buffer.c

  Log Message:
  -----------
  Initialize bufname, reported by Mark Kelly.


  Commit: f2184639762abed3887058416d10918e1366cb82
      
https://github.com/tmux/tmux/commit/f2184639762abed3887058416d10918e1366cb82
  Author: nicm <nicm>
  Date:   2026-02-16 (Mon, 16 Feb 2026)

  Changed paths:
    M grid.c
    M window-copy.c

  Log Message:
  -----------
  grid_peek_cell can return NULL, so check for it. From Conor Taylor in
GitHub issue 4848.


  Commit: c9162837a09b34d47ada24c3be00f7af080bbb16
      
https://github.com/tmux/tmux/commit/c9162837a09b34d47ada24c3be00f7af080bbb16
  Author: nicm <nicm>
  Date:   2026-02-16 (Mon, 16 Feb 2026)

  Changed paths:
    M control.c

  Log Message:
  -----------
  Pull format allocation outside of loop for control subs, from Conor
Taylor in GitHub issue 4848.


  Commit: 55cedc24fa6763be9f0c1d3e332c870cdb43c828
      
https://github.com/tmux/tmux/commit/55cedc24fa6763be9f0c1d3e332c870cdb43c828
  Author: nicm <nicm>
  Date:   2026-02-16 (Mon, 16 Feb 2026)

  Changed paths:
    M control-notify.c

  Log Message:
  -----------
  Format layout change string once per window in control notify, from
Conor Taylor in GitHub issue 4848.


  Commit: fedd4440f0760ba55a0aff2f917ccc033b930ade
      
https://github.com/tmux/tmux/commit/fedd4440f0760ba55a0aff2f917ccc033b930ade
  Author: nicm <nicm>
  Date:   2026-02-17 (Tue, 17 Feb 2026)

  Changed paths:
    M grid.c

  Log Message:
  -----------
  Reuse extended entry when clearing RGB cell, to prevent memory growth
when cells are repeatedly cleared (they are only compacted when scrolled
off screen). From Michael K Darling in GitHub issue 4862.


  Commit: 4cc3de4f84be3a103de17526fda77e0bd828f20c
      
https://github.com/tmux/tmux/commit/4cc3de4f84be3a103de17526fda77e0bd828f20c
  Author: Thomas Adam <[email protected]>
  Date:   2026-02-17 (Tue, 17 Feb 2026)

  Changed paths:
    M cmd-set-buffer.c
    M control-notify.c
    M control.c
    M grid.c
    M window-copy.c

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


  Commit: 96515c9f477e92f887354ec332008d2f8f8f5813
      
https://github.com/tmux/tmux/commit/96515c9f477e92f887354ec332008d2f8f8f5813
  Author: Michael Grant <[email protected]>
  Date:   2026-02-18 (Wed, 18 Feb 2026)

  Changed paths:
    M cmd-set-buffer.c
    M control-notify.c
    M control.c
    M format.c
    M grid.c
    M input.c
    M key-bindings.c
    M paste.c
    M popup.c
    M resize.c
    M server-client.c
    M sort.c
    M tmux.1
    M tmux.h
    M tty-draw.c
    M tty-keys.c
    M tty.c
    M window-copy.c
    M window.c

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


  Commit: e2cf40ef99bdb6e15b8229244a0f29a6859191b0
      
https://github.com/tmux/tmux/commit/e2cf40ef99bdb6e15b8229244a0f29a6859191b0
  Author: Michael Grant <[email protected]>
  Date:   2026-02-23 (Mon, 23 Feb 2026)

  Changed paths:
    M screen-write.c
    M tmux.h
    M tty.c

  Log Message:
  -----------
  Fix crash cause by not having a wp pointer in tty.c.


Compare: https://github.com/tmux/tmux/compare/96e18faa93f5...e2cf40ef99bd

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/96e18f-e2cf40%40github.com.

Reply via email to