Branch: refs/heads/floating_panes
  Home:   https://github.com/tmux/tmux
  Commit: bbd4768bb62354796bbb5fb7ab978c436f808559
      
https://github.com/tmux/tmux/commit/bbd4768bb62354796bbb5fb7ab978c436f808559
  Author: Nicholas Marriott <[email protected]>
  Date:   2026-06-08 (Mon, 08 Jun 2026)

  Changed paths:
    M configure.ac

  Log Message:
  -----------
  3.7-rc version.


  Commit: 8771b6051f35d6fcd1a001d6b999e32901826c29
      
https://github.com/tmux/tmux/commit/8771b6051f35d6fcd1a001d6b999e32901826c29
  Author: nicm <nicm>
  Date:   2026-06-09 (Tue, 09 Jun 2026)

  Changed paths:
    M server-client.c
    M window.c

  Log Message:
  -----------
  Fix mouse events on tiled pane status line - when panes share a border,
prefer the pane for which the border is the status line. With Dane
Jensen.


  Commit: aa1f0653e902e98b394b41f05860387c8b709818
      
https://github.com/tmux/tmux/commit/aa1f0653e902e98b394b41f05860387c8b709818
  Author: Nicholas Marriott <[email protected]>
  Date:   2026-06-09 (Tue, 09 Jun 2026)

  Changed paths:
    M configure.ac

  Log Message:
  -----------
  Bump version to 3.7-rc2.


  Commit: cc87db74c78c28a6f9c6619ceae3ae97a0b95c53
      
https://github.com/tmux/tmux/commit/cc87db74c78c28a6f9c6619ceae3ae97a0b95c53
  Author: nicm <nicm>
  Date:   2026-06-09 (Tue, 09 Jun 2026)

  Changed paths:
    M tty.c
    M utf8-combined.c

  Log Message:
  -----------
  Two fixes for RI codepoints. Firstly, do not combine more than two of
them - previously we were ending up with four codepoints in one cell
which tmux believed to be width 2, but terminals considered width 4.
Secondly, invalidate cursor position before redrawing the cell when the
second codepoint is received, terminals vary in how they manage
backspace and cursor movement across these characters, so it is better
to use absolute rather than relative positioning. GitHub issue 4853.


  Commit: dabaae1534f206dd8513429b882481e6221a6afd
      
https://github.com/tmux/tmux/commit/dabaae1534f206dd8513429b882481e6221a6afd
  Author: nicm <nicm>
  Date:   2026-06-12 (Fri, 12 Jun 2026)

  Changed paths:
    M sort.c

  Log Message:
  -----------
  Make buffer creation time sort oldest first like it used to, but change
windows to match sessions and panes as newest first.


  Commit: 83e45343875bb39c5854abf2c88856a10375c7c2
      
https://github.com/tmux/tmux/commit/83e45343875bb39c5854abf2c88856a10375c7c2
  Author: nicm <nicm>
  Date:   2026-06-15 (Mon, 15 Jun 2026)

  Changed paths:
    M layout.c

  Log Message:
  -----------
  Skip floating panes when working out the top or bottom cell. Fixes
missing bottom status pane status line when floating panes exist.


  Commit: 78afc24736483941d27288708a051b275596d253
      
https://github.com/tmux/tmux/commit/78afc24736483941d27288708a051b275596d253
  Author: nicm <nicm>
  Date:   2026-06-15 (Mon, 15 Jun 2026)

  Changed paths:
    M screen-redraw.c

  Log Message:
  -----------
  Fix various errors in redrawing:

- Fix the active pane colour when only two panes and scrollbars enabled.

- Clip left and right scrollbars the same for floating panes.

- Do not subtract scrollbar width twice when working out width of status
  line.

- Check if a character is inside a visible range correctly (do not
  include the next position outside the range).


  Commit: f98aaf544d42ed34e068f9aa67ad71aab1866d3f
      
https://github.com/tmux/tmux/commit/f98aaf544d42ed34e068f9aa67ad71aab1866d3f
  Author: nicm <nicm>
  Date:   2026-06-15 (Mon, 15 Jun 2026)

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

  Log Message:
  -----------
  When redrawing a whole pane line, fall into tty_draw_line for any
characters that are not plain ASCII. Fixes redraw issues with partial
tabs and other wide characters when a pane is partly outside the window.


  Commit: 9cf8de099ca9b03206cfd04cca94c2673d8c4569
      
https://github.com/tmux/tmux/commit/9cf8de099ca9b03206cfd04cca94c2673d8c4569
  Author: nicm <nicm>
  Date:   2026-06-15 (Mon, 15 Jun 2026)

  Changed paths:
    M screen-write.c

  Log Message:
  -----------
  Convert cursor position back to pane coordinates for tty_cmd_cell.


  Commit: bae5c14941095865b37ac42622296a03549b3db8
      
https://github.com/tmux/tmux/commit/bae5c14941095865b37ac42622296a03549b3db8
  Author: nicm <nicm>
  Date:   2026-06-15 (Mon, 15 Jun 2026)

  Changed paths:
    M screen-redraw.c

  Log Message:
  -----------
  Tidy up screen_redraw_get_visible_ranges by using a couple of
temporaries for start and end of range.


  Commit: 2d9afa63485911f56f869516079da0ee0f404e3b
      
https://github.com/tmux/tmux/commit/2d9afa63485911f56f869516079da0ee0f404e3b
  Author: nicm <nicm>
  Date:   2026-06-15 (Mon, 15 Jun 2026)

  Changed paths:
    M tty.c

  Log Message:
  -----------
  Use correct x position when drawing clipped line.


  Commit: 2c4df765c56a052288d92b5f50f8580d0ee29ec0
      
https://github.com/tmux/tmux/commit/2c4df765c56a052288d92b5f50f8580d0ee29ec0
  Author: nicm <nicm>
  Date:   2026-06-16 (Tue, 16 Jun 2026)

  Changed paths:
    M screen-redraw.c

  Log Message:
  -----------
  Fix missing border when drawing floating panes. From Michael Grant.


  Commit: baac29debc5b7fd3273e0a87874f187c15f89791
      
https://github.com/tmux/tmux/commit/baac29debc5b7fd3273e0a87874f187c15f89791
  Author: Nicholas Marriott <[email protected]>
  Date:   2026-06-16 (Tue, 16 Jun 2026)

  Changed paths:
    M configure.ac

  Log Message:
  -----------
  Prefer libtinfow if it is available, GitHub issue 5224 from Lars Wendler.


  Commit: 2f28d9a1685a72fee3cce72d043c767429292c9d
      
https://github.com/tmux/tmux/commit/2f28d9a1685a72fee3cce72d043c767429292c9d
  Author: nicm <nicm>
  Date:   2026-06-16 (Tue, 16 Jun 2026)

  Changed paths:
    M cmd-resize-pane.c
    M server-client.c

  Log Message:
  -----------
  Fix resizing floating pane with a left scrollbar, from Michael Grant.


  Commit: 1596f9c9f58c0e67ca626be9d76363a4f0c58f37
      
https://github.com/tmux/tmux/commit/1596f9c9f58c0e67ca626be9d76363a4f0c58f37
  Author: Nicholas Marriott <[email protected]>
  Date:   2026-06-16 (Tue, 16 Jun 2026)

  Changed paths:
    M configure.ac

  Log Message:
  -----------
  Bump version again.


  Commit: c809aea278ca1b2bc4827e616024997f579f05f1
      
https://github.com/tmux/tmux/commit/c809aea278ca1b2bc4827e616024997f579f05f1
  Author: Nicholas Marriott <[email protected]>
  Date:   2026-06-16 (Tue, 16 Jun 2026)

  Changed paths:
    M tty.c

  Log Message:
  -----------
  Fix a merge problem.


  Commit: 762e503978cfa8db9b0459453a58ef42145a208a
      
https://github.com/tmux/tmux/commit/762e503978cfa8db9b0459453a58ef42145a208a
  Author: nicm <nicm>
  Date:   2026-06-16 (Tue, 16 Jun 2026)

  Changed paths:
    M window-copy.c

  Log Message:
  -----------
  Allow rectangle selection to extend past end of current line to behave
the same as vi with virtualedit=block set. From Mark Kelly in GitHub
issue 5227.


  Commit: 64e83caf04944f9a45113c32ecaff588a951fb99
      
https://github.com/tmux/tmux/commit/64e83caf04944f9a45113c32ecaff588a951fb99
  Author: nicm <nicm>
  Date:   2026-06-17 (Wed, 17 Jun 2026)

  Changed paths:
    M cmd-break-pane.c
    M cmd-new-session.c
    M cmd-new-window.c
    M cmd-rename-session.c
    M cmd-rename-window.c
    M cmd-select-pane.c
    M cmd-split-window.c
    M input.c
    M names.c
    M paste.c
    M popup.c
    M screen.c
    M session.c
    M spawn.c
    M tmux.c
    M tmux.h
    M window.c

  Log Message:
  -----------
  Be more strict about what names and titles we allow and reject them
immediately when possible, but allow # again for those directly set by
commands (but not escape sequences). From Barrett Ruth in GitHub issue
5175.


  Commit: 3b8e25fef4523b196a97185db6d836179c1e6aeb
      
https://github.com/tmux/tmux/commit/3b8e25fef4523b196a97185db6d836179c1e6aeb
  Author: nicm <nicm>
  Date:   2026-06-17 (Wed, 17 Jun 2026)

  Changed paths:
    M cmd-new-window.c

  Log Message:
  -----------
  Initialize wname so it we are not freeing garbage if it is not used.


  Commit: e7f414416f52e8c90e10ee34cf113222e832766e
      
https://github.com/tmux/tmux/commit/e7f414416f52e8c90e10ee34cf113222e832766e
  Author: nicm <nicm>
  Date:   2026-06-23 (Tue, 23 Jun 2026)

  Changed paths:
    M menu.c

  Log Message:
  -----------
  Set check callback for menus so they aren't overwritten by sync.


  Commit: 4fc4644652793be253fcb401452164141e311d13
      
https://github.com/tmux/tmux/commit/4fc4644652793be253fcb401452164141e311d13
  Author: Nicholas Marriott <[email protected]>
  Date:   2026-06-26 (Fri, 26 Jun 2026)

  Changed paths:
    M CHANGES

  Log Message:
  -----------
  Tweak.


  Commit: 4eafb27b897444e1f25a8a7051bb683d5b8554cd
      
https://github.com/tmux/tmux/commit/4eafb27b897444e1f25a8a7051bb683d5b8554cd
  Author: Nicholas Marriott <[email protected]>
  Date:   2026-06-26 (Fri, 26 Jun 2026)

  Changed paths:
    M configure.ac

  Log Message:
  -----------
  tmux 3.7.


  Commit: 81f88f8517c9fc5371b56cf117530c6b477c96ac
      
https://github.com/tmux/tmux/commit/81f88f8517c9fc5371b56cf117530c6b477c96ac
  Author: Nicholas Marriott <[email protected]>
  Date:   2026-06-26 (Fri, 26 Jun 2026)

  Changed paths:
    M cmd-split-window.c

  Log Message:
  -----------
  Add a missing {.


  Commit: 84291b021f19de442f14d2e9378794a9b94ef21d
      
https://github.com/tmux/tmux/commit/84291b021f19de442f14d2e9378794a9b94ef21d
  Author: Nicholas Marriott <[email protected]>
  Date:   2026-06-27 (Sat, 27 Jun 2026)

  Changed paths:
    M CHANGES
    M cmd-break-pane.c

  Log Message:
  -----------
  Fix check so as to not use NULL name.


  Commit: 6c2ef7568195577f2864cdaa0c1f2eaa6436343d
      
https://github.com/tmux/tmux/commit/6c2ef7568195577f2864cdaa0c1f2eaa6436343d
  Author: Nicholas Marriott <[email protected]>
  Date:   2026-06-28 (Sun, 28 Jun 2026)

  Changed paths:
    M configure.ac

  Log Message:
  -----------
  Bump version.


  Commit: 4e612612dc06d973baa56796f653985e9f7d5dad
      
https://github.com/tmux/tmux/commit/4e612612dc06d973baa56796f653985e9f7d5dad
  Author: nicm <nicm>
  Date:   2026-06-29 (Mon, 29 Jun 2026)

  Changed paths:
    M tmux.c

  Log Message:
  -----------
  Only forbid #( in names and titles (styles are #[ and are useful).


  Commit: 132a63d1da0e056d3b182eeabe3042b390f331f8
      
https://github.com/tmux/tmux/commit/132a63d1da0e056d3b182eeabe3042b390f331f8
  Author: nicm <nicm>
  Date:   2026-06-29 (Mon, 29 Jun 2026)

  Changed paths:
    M tmux.c

  Log Message:
  -----------
  Allow empty window and session names.


  Commit: 166267c87a6c99639642e04314a9f9e0889f6222
      
https://github.com/tmux/tmux/commit/166267c87a6c99639642e04314a9f9e0889f6222
  Author: nicm <nicm>
  Date:   2026-06-29 (Mon, 29 Jun 2026)

  Changed paths:
    M cmd-break-pane.c
    M cmd-new-session.c
    M cmd-new-window.c
    M cmd-rename-session.c
    M cmd-rename-window.c
    M input.c
    M names.c
    M paste.c
    M screen.c
    M tmux.c
    M tmux.h
    M window.c

  Log Message:
  -----------
  Allow :. in names again, forbidding them is overly pernickety. Only
forbid invalid UTF-8 and #(.


  Commit: dbe50934b1cef66417de663f82bdda9728a8d0a6
      
https://github.com/tmux/tmux/commit/dbe50934b1cef66417de663f82bdda9728a8d0a6
  Author: Nicholas Marriott <[email protected]>
  Date:   2026-06-30 (Tue, 30 Jun 2026)

  Changed paths:
    M cmd-resize-pane.c
    M layout.c
    M options.c
    M screen-redraw.c
    M server-client.c
    M tmux.h
    M window.c

  Log Message:
  -----------
  Add caching of scrollbar options to 3.7a branch.


  Commit: 78a2145a47441cc2fb6d0283a1f4d5e12e4a6556
      
https://github.com/tmux/tmux/commit/78a2145a47441cc2fb6d0283a1f4d5e12e4a6556
  Author: Nicholas Marriott <[email protected]>
  Date:   2026-06-30 (Tue, 30 Jun 2026)

  Changed paths:
    M CHANGES

  Log Message:
  -----------
  Update CHANGES.


  Commit: a97f643bd3b82a713476d3eea56b7fdf0cff5e2d
      
https://github.com/tmux/tmux/commit/a97f643bd3b82a713476d3eea56b7fdf0cff5e2d
  Author: nicm <nicm>
  Date:   2026-06-30 (Tue, 30 Jun 2026)

  Changed paths:
    M mode-tree.c

  Log Message:
  -----------
  Remove C-r from help since it does not in fact exist.


  Commit: 0e418b62d259ce8da8970f75732cc6632ee4c3a0
      
https://github.com/tmux/tmux/commit/0e418b62d259ce8da8970f75732cc6632ee4c3a0
  Author: Nicholas Marriott <[email protected]>
  Date:   2026-06-30 (Tue, 30 Jun 2026)

  Changed paths:
    M mode-tree.c

  Log Message:
  -----------
  Remove C-r from help.


  Commit: 25c874c489caf08a36f4abba26ebb3db584de08f
      
https://github.com/tmux/tmux/commit/25c874c489caf08a36f4abba26ebb3db584de08f
  Author: Nicholas Marriott <[email protected]>
  Date:   2026-06-30 (Tue, 30 Jun 2026)

  Changed paths:
    M CHANGES

  Log Message:
  -----------
  Merge branch 'release_3.7a'


  Commit: dddd7b44c89e5f072a1391e11fdb5f869d0f8a9c
      
https://github.com/tmux/tmux/commit/dddd7b44c89e5f072a1391e11fdb5f869d0f8a9c
  Author: Thomas Adam <[email protected]>
  Date:   2026-06-30 (Tue, 30 Jun 2026)

  Changed paths:
    M mode-tree.c

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


  Commit: abefc3f7054c4330018bc928c3595841042021a7
      
https://github.com/tmux/tmux/commit/abefc3f7054c4330018bc928c3595841042021a7
  Author: nicm <nicm>
  Date:   2026-06-30 (Tue, 30 Jun 2026)

  Changed paths:
    M screen-write.c

  Log Message:
  -----------
  Redraw when sync stops again (accidentally turned off), from Japin Li in
GitHub issue 5304.


  Commit: 843adbf4549efb25d8d50dfbc2cfea5dc6076733
      
https://github.com/tmux/tmux/commit/843adbf4549efb25d8d50dfbc2cfea5dc6076733
  Author: Thomas Adam <[email protected]>
  Date:   2026-06-30 (Tue, 30 Jun 2026)

  Changed paths:
    M screen-write.c

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


  Commit: f8674cc993dd09cb355fe920eb95973198a3b254
      
https://github.com/tmux/tmux/commit/f8674cc993dd09cb355fe920eb95973198a3b254
  Author: nicm <nicm>
  Date:   2026-06-30 (Tue, 30 Jun 2026)

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

  Log Message:
  -----------
  Add default features for Ghostty, GitHub issue 5305 from Glib Shpychka.


  Commit: 90fc51542f360ecbd026387b2bbe03b3b33d5122
      
https://github.com/tmux/tmux/commit/90fc51542f360ecbd026387b2bbe03b3b33d5122
  Author: Thomas Adam <[email protected]>
  Date:   2026-06-30 (Tue, 30 Jun 2026)

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

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


  Commit: eda7e563d01ca4e1c5154fb16a35a19e0df56f91
      
https://github.com/tmux/tmux/commit/eda7e563d01ca4e1c5154fb16a35a19e0df56f91
  Author: nicm <nicm>
  Date:   2026-06-30 (Tue, 30 Jun 2026)

  Changed paths:
    M grid.c

  Log Message:
  -----------
  Change a malloc to calloc.


  Commit: 928c7a97715b384c1fc039f7ad032cbc6ee0f1c0
      
https://github.com/tmux/tmux/commit/928c7a97715b384c1fc039f7ad032cbc6ee0f1c0
  Author: Nicholas Marriott <[email protected]>
  Date:   2026-06-30 (Tue, 30 Jun 2026)

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

  Log Message:
  -----------
  More checks for macOS.


  Commit: 8d470017bc84c80211ed6783841fc023e58ae2be
      
https://github.com/tmux/tmux/commit/8d470017bc84c80211ed6783841fc023e58ae2be
  Author: Thomas Adam <[email protected]>
  Date:   2026-06-30 (Tue, 30 Jun 2026)

  Changed paths:
    M grid.c

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


  Commit: 74a5069c0a25a5207ceca6b22dc6c9b135bf118a
      
https://github.com/tmux/tmux/commit/74a5069c0a25a5207ceca6b22dc6c9b135bf118a
  Author: nicm <nicm>
  Date:   2026-06-30 (Tue, 30 Jun 2026)

  Changed paths:
    M server-client.c

  Log Message:
  -----------
  Fix some indentation.


  Commit: 1e9a16a748776cec6980f5d575d3235e2caf11f7
      
https://github.com/tmux/tmux/commit/1e9a16a748776cec6980f5d575d3235e2caf11f7
  Author: nicm <nicm>
  Date:   2026-06-30 (Tue, 30 Jun 2026)

  Changed paths:
    M server-client.c

  Log Message:
  -----------
  And some other indentation.


  Commit: 41b4743eba29c32509fbefde758807b996b2d00c
      
https://github.com/tmux/tmux/commit/41b4743eba29c32509fbefde758807b996b2d00c
  Author: Thomas Adam <[email protected]>
  Date:   2026-07-01 (Wed, 01 Jul 2026)

  Changed paths:
    M server-client.c

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


  Commit: e69950a9ca773f3183749f3ccd6ee588880040d8
      
https://github.com/tmux/tmux/commit/e69950a9ca773f3183749f3ccd6ee588880040d8
  Author: nicm <nicm>
  Date:   2026-07-01 (Wed, 01 Jul 2026)

  Changed paths:
    M tty-features.c

  Log Message:
  -----------
  Add overline for ghostty also, GitHub issue 5309.


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

  Changed paths:
    M tty-features.c

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


  Commit: 724f85d275845c81df53676da627ec90c7c89b01
      
https://github.com/tmux/tmux/commit/724f85d275845c81df53676da627ec90c7c89b01
  Author: nicm <nicm>
  Date:   2026-07-01 (Wed, 01 Jul 2026)

  Changed paths:
    M screen-write.c

  Log Message:
  -----------
  Do not draw to tty if PANE_REDRAW has been set since it is just going to
be replaced.


  Commit: 002ac977f84234be5be7ea193b9c8d9f352b49d3
      
https://github.com/tmux/tmux/commit/002ac977f84234be5be7ea193b9c8d9f352b49d3
  Author: Thomas Adam <[email protected]>
  Date:   2026-07-01 (Wed, 01 Jul 2026)

  Changed paths:
    M screen-write.c

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


  Commit: e9396e59d90d727284b4661971f1c2ac9c245fd2
      
https://github.com/tmux/tmux/commit/e9396e59d90d727284b4661971f1c2ac9c245fd2
  Author: nicm <nicm>
  Date:   2026-07-01 (Wed, 01 Jul 2026)

  Changed paths:
    M cmd-list-keys.c
    M colour.c
    M format.c
    M tmux.1
    M tmux.h

  Log Message:
  -----------
  Add a couple of format c/f and c/b to emit colours.


  Commit: 87aa44f4bcd0dff4d15f3104bb544f2d6ca4355c
      
https://github.com/tmux/tmux/commit/87aa44f4bcd0dff4d15f3104bb544f2d6ca4355c
  Author: Thomas Adam <[email protected]>
  Date:   2026-07-01 (Wed, 01 Jul 2026)

  Changed paths:
    M cmd-list-keys.c
    M colour.c
    M format.c
    M tmux.1
    M tmux.h

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


  Commit: 565db46a1947b829af00bb2ff4acbc0b8c189fcd
      
https://github.com/tmux/tmux/commit/565db46a1947b829af00bb2ff4acbc0b8c189fcd
  Author: nicm <nicm>
  Date:   2026-07-01 (Wed, 01 Jul 2026)

  Changed paths:
    M screen-redraw.c
    M screen-write.c
    M tmux.h
    M window.c

  Log Message:
  -----------
  Instead of fully redrawing the pane when sync ends, only redraw lines
that have been changed.


  Commit: 824ef37f5ff412bd2844fee896c167175ba13aad
      
https://github.com/tmux/tmux/commit/824ef37f5ff412bd2844fee896c167175ba13aad
  Author: nicm <nicm>
  Date:   2026-07-01 (Wed, 01 Jul 2026)

  Changed paths:
    M layout-custom.c
    M layout-set.c
    M layout.c
    M spawn.c
    M tmux.h
    M window.c

  Log Message:
  -----------
  Change layout sets to build the layout using the new mechanics, from
Dane Jensen.


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

  Changed paths:
    M CHANGES
    M configure.ac
    M input.c

  Log Message:
  -----------
  Fix so that the end of a synchronized update again triggers a redraw.


  Commit: 1818b6ac16d0d44c00577e1e025d35ab85f5bf78
      
https://github.com/tmux/tmux/commit/1818b6ac16d0d44c00577e1e025d35ab85f5bf78
  Author: Thomas Adam <[email protected]>
  Date:   2026-07-01 (Wed, 01 Jul 2026)

  Changed paths:
    M layout-custom.c
    M layout-set.c
    M layout.c
    M screen-redraw.c
    M screen-write.c
    M spawn.c
    M tmux.h
    M window.c

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


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

  Changed paths:
    M screen-write.c

  Log Message:
  -----------
  Fix up merge.


  Commit: 81083569787ca8588cf89072800567509af62389
      
https://github.com/tmux/tmux/commit/81083569787ca8588cf89072800567509af62389
  Author: Nicholas Marriott <[email protected]>
  Date:   2026-07-01 (Wed, 01 Jul 2026)

  Changed paths:
    M regress/check-names.sh

  Log Message:
  -----------
  Update names test.


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

  Changed paths:
    M regress/prompt-keys.sh

  Log Message:
  -----------
  Update prompt test.


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

  Changed paths:
    M regress/screen-redraw-results/floating-over-scrollbar.result
    M regress/screen-redraw-results/marked-pane-lr.result
    M regress/screen-redraw-results/marked-pane-status.result
    M regress/screen-redraw-results/marked-pane-tb.result
    M regress/screen-redraw-results/marked-pane-three.result
    M regress/screen-redraw-results/scrollbar-floating.result
    M regress/screen-redraw-results/scrollbar-split-left.result
    M regress/screen-redraw-results/scrollbar-split-right.result
    M regress/screen-redraw-results/window-style-active.result

  Log Message:
  -----------
  Colours changed in tests.


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

  Changed paths:
    M regress/UTF-8-test.txt
    M regress/utf8-test.result

  Log Message:
  -----------
  Remove a char which differs between platforms.


  Commit: 85fc0ea57c029ef396b2714cc51ed27c299cc410
      
https://github.com/tmux/tmux/commit/85fc0ea57c029ef396b2714cc51ed27c299cc410
  Author: Nicholas Marriott <[email protected]>
  Date:   2026-07-01 (Wed, 01 Jul 2026)

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

  Log Message:
  -----------
  Add a test for regress.


  Commit: 35f429cb6d530a4fc5205bd8c928e56864fac108
      
https://github.com/tmux/tmux/commit/35f429cb6d530a4fc5205bd8c928e56864fac108
  Author: Nicholas Marriott <[email protected]>
  Date:   2026-07-01 (Wed, 01 Jul 2026)

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

  Log Message:
  -----------
  macOS too.


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

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

  Log Message:
  -----------
  yaml is poo.


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

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

  Log Message:
  -----------
  Spaces.


  Commit: 728ad24d4a8b8e3bad7473d494ef3aed78c86e41
      
https://github.com/tmux/tmux/commit/728ad24d4a8b8e3bad7473d494ef3aed78c86e41
  Author: Nicholas Marriott <[email protected]>
  Date:   2026-07-01 (Wed, 01 Jul 2026)

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

  Log Message:
  -----------
  utf8proc.


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

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

  Log Message:
  -----------
  More tweaks.


  Commit: 9fb67a2cdda83914a1c168e3b6b3628eafbac9ce
      
https://github.com/tmux/tmux/commit/9fb67a2cdda83914a1c168e3b6b3628eafbac9ce
  Author: Nicholas Marriott <[email protected]>
  Date:   2026-07-01 (Wed, 01 Jul 2026)

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

  Log Message:
  -----------
  Missing \.


  Commit: 3d58e04c93c17af60c6852531aeb6d85a5975d09
      
https://github.com/tmux/tmux/commit/3d58e04c93c17af60c6852531aeb6d85a5975d09
  Author: Nicholas Marriott <[email protected]>
  Date:   2026-07-01 (Wed, 01 Jul 2026)

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

  Log Message:
  -----------
  no point in having stuff i cannot test


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

  Changed paths:
    M CHANGES

  Log Message:
  -----------
  Merge branch 'release_3.7b'


  Commit: 735bbf9da75cb0d7545750f4028c26420507bb07
      
https://github.com/tmux/tmux/commit/735bbf9da75cb0d7545750f4028c26420507bb07
  Author: nicm <nicm>
  Date:   2026-07-01 (Wed, 01 Jul 2026)

  Changed paths:
    M format.c

  Log Message:
  -----------
  Disable time expansion if expanding an inner format or more %s are
needed.


  Commit: 8dc9e24c74103dea70a033ba28c8658b28aa76db
      
https://github.com/tmux/tmux/commit/8dc9e24c74103dea70a033ba28c8658b28aa76db
  Author: nicm <nicm>
  Date:   2026-07-01 (Wed, 01 Jul 2026)

  Changed paths:
    M format.c

  Log Message:
  -----------
  Revert previous, it is not the right change.


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

  Changed paths:

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


  Commit: 3ef51a469cc5738feca8a1e17740748171af6b6f
      
https://github.com/tmux/tmux/commit/3ef51a469cc5738feca8a1e17740748171af6b6f
  Author: nicm <nicm>
  Date:   2026-07-01 (Wed, 01 Jul 2026)

  Changed paths:
    M cmd-join-pane.c

  Log Message:
  -----------
  move-pane needs -D.


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

  Changed paths:
    M cmd-join-pane.c

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


  Commit: 7de5eb12540d0f66e3591b26af44c36640d4f0cc
      
https://github.com/tmux/tmux/commit/7de5eb12540d0f66e3591b26af44c36640d4f0cc
  Author: Dane Jensen <[email protected]>
  Date:   2026-07-01 (Wed, 01 Jul 2026)

  Changed paths:
    A .github/workflows/regress.yml
    M CHANGES
    M cmd-list-keys.c
    M colour.c
    M format.c
    M grid.c
    M layout-custom.c
    M layout-set.c
    M layout.c
    M mode-tree.c
    M regress/UTF-8-test.txt
    M regress/check-names.sh
    M regress/prompt-keys.sh
    M regress/screen-redraw-results/floating-over-scrollbar.result
    M regress/screen-redraw-results/marked-pane-lr.result
    M regress/screen-redraw-results/marked-pane-status.result
    M regress/screen-redraw-results/marked-pane-tb.result
    M regress/screen-redraw-results/marked-pane-three.result
    M regress/screen-redraw-results/scrollbar-floating.result
    M regress/screen-redraw-results/scrollbar-split-left.result
    M regress/screen-redraw-results/scrollbar-split-right.result
    M regress/screen-redraw-results/window-style-active.result
    M regress/utf8-test.result
    M screen-redraw.c
    M screen-write.c
    M screen.c
    M server-client.c
    M spawn.c
    M tmux.1
    M tmux.h
    M tty-features.c
    M tty-keys.c
    M window.c

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


Compare: https://github.com/tmux/tmux/compare/9e0ca948bf76...7de5eb12540d

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/9e0ca9-7de5eb%40github.com.

Reply via email to