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

  Changed paths:
    M screen-redraw.c

  Log Message:
  -----------
  Protect against overflow when scrollbar is off screen, from san65384 at
gmail dot com in GitHub issue 4933.


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

  Changed paths:
    M tty-draw.c
    M tty.c

  Log Message:
  -----------
  Fix issue where popup window gets overwritten by background updates,
from Conor Taylor in GitHub issue 4920.


  Commit: 3909d7e92f71ffe5e86e081ed831f1808701d82d
      
https://github.com/tmux/tmux/commit/3909d7e92f71ffe5e86e081ed831f1808701d82d
  Author: nicm <nicm>
  Date:   2026-03-23 (Mon, 23 Mar 2026)

  Changed paths:
    M input.c

  Log Message:
  -----------
  Use window options for cursor-style to avoid crash when no pane, from
Arden Packeer in GitHub issue 4942.


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

  Changed paths:
    M input.c

  Log Message:
  -----------
  Use window options for cursor-style to avoid crash when no pane, from
Arden Packeer in GitHub issue 4942.


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

  Changed paths:
    M mode-tree.c

  Log Message:
  -----------
  Fix a NULL dereference and use after free, GitHub issue 4936 from Pavel
Lavrukhin.


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

  Changed paths:
    M grid.c

  Log Message:
  -----------
  Check lastgc is not NULL before using it, GitHub issue 4935 from Pavel
Lavrukhin.


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

  Changed paths:
    M grid.c
    M input.c
    M mode-tree.c
    M screen-redraw.c
    M tty-draw.c
    M tty.c

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


  Commit: b7d1e6257cc6f829c54562c2ee0d1a5646f9604b
      
https://github.com/tmux/tmux/commit/b7d1e6257cc6f829c54562c2ee0d1a5646f9604b
  Author: nicm <nicm>
  Date:   2026-03-25 (Wed, 25 Mar 2026)

  Changed paths:
    M tmux.1

  Log Message:
  -----------
  Use \- for hyphens in tmux.1 to cause newer groff versions to render
them correctly (ASCII hyphen rather than Unicode) which aids copy and
paste. From Keith Thompson in GitHub issue 4948.


  Commit: 616fb1cbcfa7c9cd5a248cd328f81cf3cf3357e6
      
https://github.com/tmux/tmux/commit/616fb1cbcfa7c9cd5a248cd328f81cf3cf3357e6
  Author: Nicholas Marriott <[email protected]>
  Date:   2026-03-25 (Wed, 25 Mar 2026)

  Changed paths:
    A LICENSE

  Log Message:
  -----------
  Add a LICENSE file to see if it makes GitHub happy.


  Commit: d03f9454b90991733a4efb490109c7d5e34550aa
      
https://github.com/tmux/tmux/commit/d03f9454b90991733a4efb490109c7d5e34550aa
  Author: Nicholas Marriott <[email protected]>
  Date:   2026-03-25 (Wed, 25 Mar 2026)

  Changed paths:
    M COPYING

  Log Message:
  -----------
  Make COPYING the same.


  Commit: fa31f2a3eb1465a512e59816b94aa2b1f1b50ee7
      
https://github.com/tmux/tmux/commit/fa31f2a3eb1465a512e59816b94aa2b1f1b50ee7
  Author: Nicholas Marriott <[email protected]>
  Date:   2026-03-25 (Wed, 25 Mar 2026)

  Changed paths:
    R LICENSE

  Log Message:
  -----------
  Do not really need both.


  Commit: 6ca5405db99efbbc5447024aa5fa6f4b8b97f962
      
https://github.com/tmux/tmux/commit/6ca5405db99efbbc5447024aa5fa6f4b8b97f962
  Author: Thomas Adam <[email protected]>
  Date:   2026-03-25 (Wed, 25 Mar 2026)

  Changed paths:
    M tmux.1

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


  Commit: d002323de24aa65943536e2f89fbd06824112395
      
https://github.com/tmux/tmux/commit/d002323de24aa65943536e2f89fbd06824112395
  Author: Michael Grant <[email protected]>
  Date:   2026-03-26 (Thu, 26 Mar 2026)

  Changed paths:
    M COPYING
    M grid.c
    M input.c
    M mode-tree.c
    M screen-redraw.c
    M tmux.1
    M tty-draw.c
    M tty.c

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


Compare: https://github.com/tmux/tmux/compare/999c7246c3c5...d002323de24a

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/999c72-d00232%40github.com.

Reply via email to