Branch: refs/heads/master
  Home:   https://github.com/tmux/tmux
  Commit: 8f28f31b788eb75832d03b777578a641a32f90f9
      
https://github.com/tmux/tmux/commit/8f28f31b788eb75832d03b777578a641a32f90f9
  Author: nicm <nicm>
  Date:   2026-05-13 (Wed, 13 May 2026)

  Changed paths:
    M server-client.c

  Log Message:
  -----------
  Do not crash if set progress bar with no pane, from Dane Jensen.


  Commit: dbc0710bc905f8e89d2fe00d80ee14071a49fe39
      
https://github.com/tmux/tmux/commit/dbc0710bc905f8e89d2fe00d80ee14071a49fe39
  Author: nicm <nicm>
  Date:   2026-05-13 (Wed, 13 May 2026)

  Changed paths:
    M tty-features.c

  Log Message:
  -----------
  Update supported features for Foot, from Meriel Luna Mittelbach in
GutHub issue 5079.


  Commit: 281e8ff76630b9f6f5e36463e9a3a209093235e3
      
https://github.com/tmux/tmux/commit/281e8ff76630b9f6f5e36463e9a3a209093235e3
  Author: nicm <nicm>
  Date:   2026-05-13 (Wed, 13 May 2026)

  Changed paths:
    M tty-draw.c

  Log Message:
  -----------
  Fix a couple of bugs in tty_draw_line: do not loop forever if orphan
padding appears, or if a wide character is trimmed at the right of the
region. Much help with testing from qingliu at alauda dot io in GitHub
issue 5024.


  Commit: 4cea1c7189982cc7e3862b5aa9612f74c897175b
      
https://github.com/tmux/tmux/commit/4cea1c7189982cc7e3862b5aa9612f74c897175b
  Author: nicm <nicm>
  Date:   2026-05-17 (Sun, 17 May 2026)

  Changed paths:
    M cmd-split-window.c
    M cmd.c
    M tmux.1
    M tmux.h
    M window.c

  Log Message:
  -----------
  Add new-pane command, currently this is equivalent to split-window but
it will have minor differences for floating panes in future. Also add
-R/-s/-S/-k/-m flags to control border and style and behaviour, like
popups. GitHub issue 5027 from Dane Jensen.


  Commit: 742efe989f38a02b096d4f3d9ff4e8b593d3b05e
      
https://github.com/tmux/tmux/commit/742efe989f38a02b096d4f3d9ff4e8b593d3b05e
  Author: nicm <nicm>
  Date:   2026-05-17 (Sun, 17 May 2026)

  Changed paths:
    M file.c

  Log Message:
  -----------
  Report file open errors more sensibly, reported by Meriel Luna
Mittelbach in GitHub issue 5081.


  Commit: 818352c3cdc1ef137fee97534c8eda1e26ca09d0
      
https://github.com/tmux/tmux/commit/818352c3cdc1ef137fee97534c8eda1e26ca09d0
  Author: nicm <nicm>
  Date:   2026-05-17 (Sun, 17 May 2026)

  Changed paths:
    M tmux.1

  Log Message:
  -----------
  Add some more explanatory text about targets, GitHub issue 4850.


  Commit: 35bd1a4c021118535699b23e5e73cf83d98d1edc
      
https://github.com/tmux/tmux/commit/35bd1a4c021118535699b23e5e73cf83d98d1edc
  Author: nicm <nicm>
  Date:   2026-05-17 (Sun, 17 May 2026)

  Changed paths:
    M sort.c

  Log Message:
  -----------
  Do not include unattached clients on sorted list, fixes crash reported
by Marcel Partap.


  Commit: b24b8424b1579fb22ebd2f40e0d4a71b272223ae
      
https://github.com/tmux/tmux/commit/b24b8424b1579fb22ebd2f40e0d4a71b272223ae
  Author: nicm <nicm>
  Date:   2026-05-17 (Sun, 17 May 2026)

  Changed paths:
    M window-copy.c

  Log Message:
  -----------
  Switch to use backing grid not copy mode's grid for copy line, GitHub
issue 4995.


  Commit: bbea6e63758ac00a9f731a52a189c9d3829e8be6
      
https://github.com/tmux/tmux/commit/bbea6e63758ac00a9f731a52a189c9d3829e8be6
  Author: nicm <nicm>
  Date:   2026-05-17 (Sun, 17 May 2026)

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

  Log Message:
  -----------
  Add a five second limit on pasting for terminals which mysteriously lose
the end sequence if the paste is too big (that is, Terminal.app).
Reported by Garri Djavadyan in GitHub issue 4527.


  Commit: f12d7b4e67b6b62a14a584137db5e7a9d5614f77
      
https://github.com/tmux/tmux/commit/f12d7b4e67b6b62a14a584137db5e7a9d5614f77
  Author: nicm <nicm>
  Date:   2026-05-17 (Sun, 17 May 2026)

  Changed paths:
    M grid-reader.c
    M tmux.h
    M window-copy.c

  Log Message:
  -----------
  When mode-keys is set to vi, do not allow the cursor to go into the
invisible extra cell to the right of the visible text. This is closer to
what vi(1) does. From Max Vim in GitHub issue 5070.


  Commit: a8520ba59e32133414c710b26ec23bf3c19f8b23
      
https://github.com/tmux/tmux/commit/a8520ba59e32133414c710b26ec23bf3c19f8b23
  Author: nicm <nicm>
  Date:   2026-05-17 (Sun, 17 May 2026)

  Changed paths:
    M cmd-break-pane.c
    M cmd-join-pane.c
    M cmd-select-pane.c
    M format.c
    M layout-custom.c
    M layout-set.c
    M layout.c
    M log.c
    M server-fn.c
    M tmux.h
    M window-tree.c
    M window.c

  Log Message:
  -----------
  Bring over some of layout and positioning code for floating panes, by
Michael Grant.


  Commit: 962d647993ed5aea028128050945003ba01ce634
      
https://github.com/tmux/tmux/commit/962d647993ed5aea028128050945003ba01ce634
  Author: nicm <nicm>
  Date:   2026-05-17 (Sun, 17 May 2026)

  Changed paths:
    M log.c

  Log Message:
  -----------
  Remove some leftover debug code.


  Commit: a9ba7b8ecbe1d107aa716f52d53c99ea1a00cf11
      
https://github.com/tmux/tmux/commit/a9ba7b8ecbe1d107aa716f52d53c99ea1a00cf11
  Author: Thomas Adam <[email protected]>
  Date:   2026-05-18 (Mon, 18 May 2026)

  Changed paths:
    M cmd-break-pane.c
    M cmd-join-pane.c
    M cmd-select-pane.c
    M cmd-split-window.c
    M cmd.c
    M file.c
    M format.c
    M grid-reader.c
    M layout-custom.c
    M layout-set.c
    M layout.c
    M server-client.c
    M server-fn.c
    M sort.c
    M tmux.1
    M tmux.h
    M tty-draw.c
    M tty-features.c
    M window-copy.c
    M window-tree.c
    M window.c

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


Compare: https://github.com/tmux/tmux/compare/18ddda48d2e4...a9ba7b8ecbe1

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/18ddda-a9ba7b%40github.com.

Reply via email to