Branch: refs/heads/master
  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: 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'


Compare: https://github.com/tmux/tmux/compare/543d104f8513...25c874c489ca

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/master/543d10-25c874%40github.com.

Reply via email to