Branch: refs/heads/floating_panes
  Home:   https://github.com/tmux/tmux
  Commit: 34a6a9d3a10de75c65ece5cfef05a34100cea4ae
      
https://github.com/tmux/tmux/commit/34a6a9d3a10de75c65ece5cfef05a34100cea4ae
  Author: nicm <nicm>
  Date:   2026-06-13 (Sat, 13 Jun 2026)

  Changed paths:
    M cmd-split-window.c
    M format.c
    M tmux.1
    M window-clock.c
    M window-copy.c

  Log Message:
  -----------
  Change relative time for now to only work in the past and not show a
sign which is more useful. Also tidy up some minor style nits.


  Commit: 5d73f90133fac8ca79c288351ede182c73cac9d8
      
https://github.com/tmux/tmux/commit/5d73f90133fac8ca79c288351ede182c73cac9d8
  Author: Thomas Adam <[email protected]>
  Date:   2026-06-13 (Sat, 13 Jun 2026)

  Changed paths:
    M cmd-split-window.c
    M format.c
    M tmux.1
    M window-clock.c
    M window-copy.c

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


  Commit: b44cdf1006d76af0278179e18a7fc0638bb782f5
      
https://github.com/tmux/tmux/commit/b44cdf1006d76af0278179e18a7fc0638bb782f5
  Author: nicm <nicm>
  Date:   2026-06-13 (Sat, 13 Jun 2026)

  Changed paths:
    M format.c
    M tmux.1
    M tmux.h
    M tty-features.c
    M tty-term.c

  Log Message:
  -----------
  Add an I format modifier to get some bits of information about a client
(terminal features, capabilities and environment).


  Commit: 14837e8e0f33967d2a8766b44c00d08a31b14dc2
      
https://github.com/tmux/tmux/commit/14837e8e0f33967d2a8766b44c00d08a31b14dc2
  Author: Thomas Adam <[email protected]>
  Date:   2026-06-13 (Sat, 13 Jun 2026)

  Changed paths:
    M format.c
    M tmux.1
    M tmux.h
    M tty-features.c
    M tty-term.c

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


  Commit: bf187170b16664743da48fae07d4956d86499153
      
https://github.com/tmux/tmux/commit/bf187170b16664743da48fae07d4956d86499153
  Author: nicm <nicm>
  Date:   2026-06-13 (Sat, 13 Jun 2026)

  Changed paths:
    M cmd-choose-tree.c
    M mode-tree.c
    M tmux.1
    M tmux.h
    M window-client.c

  Log Message:
  -----------
  Extend client mode so the preview can be changed to a view with a
summary of the client terminal and its features, intended to make
troubleshooting easier. "choose-client -i" or the "i" key in the mode.


  Commit: 6c76f2a7c788d224c9970077c35b7da529642600
      
https://github.com/tmux/tmux/commit/6c76f2a7c788d224c9970077c35b7da529642600
  Author: Thomas Adam <[email protected]>
  Date:   2026-06-13 (Sat, 13 Jun 2026)

  Changed paths:
    M cmd-choose-tree.c
    M mode-tree.c
    M tmux.1
    M tmux.h
    M window-client.c

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


  Commit: bc9252f6e340e7bc7013451286c30d0854dbd43d
      
https://github.com/tmux/tmux/commit/bc9252f6e340e7bc7013451286c30d0854dbd43d
  Author: nicm <nicm>
  Date:   2026-06-13 (Sat, 13 Jun 2026)

  Changed paths:
    M cmd-swap-pane.c

  Log Message:
  -----------
  Remove some stray code from an old floating panes implementation, from
Dane Jensen.


  Commit: 385d18590a3a59d62c6e714adc4a6230729626b1
      
https://github.com/tmux/tmux/commit/385d18590a3a59d62c6e714adc4a6230729626b1
  Author: Thomas Adam <[email protected]>
  Date:   2026-06-13 (Sat, 13 Jun 2026)

  Changed paths:
    M cmd-swap-pane.c

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


  Commit: 7afee45635ef0a3361998060d033bf7499b0a410
      
https://github.com/tmux/tmux/commit/7afee45635ef0a3361998060d033bf7499b0a410
  Author: nicm <nicm>
  Date:   2026-06-13 (Sat, 13 Jun 2026)

  Changed paths:
    M window-client.c

  Log Message:
  -----------
  Use correct name for activity time.


  Commit: ec481ac82a2295856d36744654ec2ac4bbc9e45e
      
https://github.com/tmux/tmux/commit/ec481ac82a2295856d36744654ec2ac4bbc9e45e
  Author: nicm <nicm>
  Date:   2026-06-13 (Sat, 13 Jun 2026)

  Changed paths:
    M window-client.c

  Log Message:
  -----------
  Missed this one as well.


  Commit: 2dd604949f3821b0790abb819d24e9ea1625905e
      
https://github.com/tmux/tmux/commit/2dd604949f3821b0790abb819d24e9ea1625905e
  Author: Thomas Adam <[email protected]>
  Date:   2026-06-13 (Sat, 13 Jun 2026)

  Changed paths:
    M window-client.c

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


  Commit: aa2fd3a15105a9c20e895d146d35c9265878987b
      
https://github.com/tmux/tmux/commit/aa2fd3a15105a9c20e895d146d35c9265878987b
  Author: nicm <nicm>
  Date:   2026-06-13 (Sat, 13 Jun 2026)

  Changed paths:
    M cmd-join-pane.c
    M cmd-resize-pane.c
    M tmux.1

  Log Message:
  -----------
  Add flags to move-pane to move floating panes around (-U, -D, -L, -R
similar to resize-pane; -X, -Y similar to new-pane).


  Commit: 301b10de8d541fb76eca81e140f23c97a8742f1f
      
https://github.com/tmux/tmux/commit/301b10de8d541fb76eca81e140f23c97a8742f1f
  Author: Thomas Adam <[email protected]>
  Date:   2026-06-13 (Sat, 13 Jun 2026)

  Changed paths:
    M cmd-join-pane.c
    M cmd-resize-pane.c
    M tmux.1

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


  Commit: 19393e13db35cda45983d03e6e8ef1f3b3ffba90
      
https://github.com/tmux/tmux/commit/19393e13db35cda45983d03e6e8ef1f3b3ffba90
  Author: nicm <nicm>
  Date:   2026-06-13 (Sat, 13 Jun 2026)

  Changed paths:
    M cmd-join-pane.c
    M key-bindings.c
    M tmux.1

  Log Message:
  -----------
  Add -P to move-pane to move a floating pane to a specific place
(top-left, bottom-right). Get rid of the not-so-useful default { and }
swap-pane bindings and use the keys instead for moving to top-left,
top-right and add M-{ and M-} for bottom-left, bottom-right.


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

  Changed paths:
    M cmd-join-pane.c
    M key-bindings.c
    M tmux.1

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


  Commit: 56779f954208b26f67858623d70ac144203815aa
      
https://github.com/tmux/tmux/commit/56779f954208b26f67858623d70ac144203815aa
  Author: nicm <nicm>
  Date:   2026-06-13 (Sat, 13 Jun 2026)

  Changed paths:
    M cmd-join-pane.c
    M key-bindings.c
    M tmux.1

  Log Message:
  -----------
  Add Z index positions to move-pane -P.


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

  Changed paths:
    M cmd-join-pane.c
    M key-bindings.c
    M tmux.1

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


  Commit: 654758e622ce68b46af24be9d885424582b915ee
      
https://github.com/tmux/tmux/commit/654758e622ce68b46af24be9d885424582b915ee
  Author: nicm <nicm>
  Date:   2026-06-13 (Sat, 13 Jun 2026)

  Changed paths:
    M cmd-join-pane.c
    M tmux.1

  Log Message:
  -----------
  Add move-pane -z to move a pane to a particular the z-index.


  Commit: 97a7f174ce752af04130abe717fb2b8d8885c5f0
      
https://github.com/tmux/tmux/commit/97a7f174ce752af04130abe717fb2b8d8885c5f0
  Author: Thomas Adam <[email protected]>
  Date:   2026-06-13 (Sat, 13 Jun 2026)

  Changed paths:
    M cmd-join-pane.c
    M tmux.1

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


  Commit: b182791052640f99188c3c744d5cb9a45789baee
      
https://github.com/tmux/tmux/commit/b182791052640f99188c3c744d5cb9a45789baee
  Author: nicm <nicm>
  Date:   2026-06-13 (Sat, 13 Jun 2026)

  Changed paths:
    M cmd-split-window.c
    M layout.c

  Log Message:
  -----------
  Tidy up error messages from split-window.


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

  Changed paths:
    M cmd-split-window.c
    M layout.c

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


  Commit: ab92b27226ebe473a9b97f528e798a8645bd0989
      
https://github.com/tmux/tmux/commit/ab92b27226ebe473a9b97f528e798a8645bd0989
  Author: nicm <nicm>
  Date:   2026-06-13 (Sat, 13 Jun 2026)

  Changed paths:
    M key-bindings.c

  Log Message:
  -----------
  Make the resize keys always change right and bottom borders for floating
panes which is more intuitive.


  Commit: d23a2b7e9717a41bd2c863f38c0bac056ba03a4f
      
https://github.com/tmux/tmux/commit/d23a2b7e9717a41bd2c863f38c0bac056ba03a4f
  Author: nicm <nicm>
  Date:   2026-06-13 (Sat, 13 Jun 2026)

  Changed paths:
    M layout.c

  Log Message:
  -----------
  Skip floating cells when moving to previous cell for resize of tiled cells.


  Commit: 5b6ed5481751f7cd12e92abc2825e0d0e74a2188
      
https://github.com/tmux/tmux/commit/5b6ed5481751f7cd12e92abc2825e0d0e74a2188
  Author: nicm <nicm>
  Date:   2026-06-13 (Sat, 13 Jun 2026)

  Changed paths:
    M environ.c
    M format.c
    M input-keys.c
    M input.c

  Log Message:
  -----------
  Add some missing const, from Jere Viikari.


  Commit: 1618b9853300d6fa836873fb1a2d35160a685eb2
      
https://github.com/tmux/tmux/commit/1618b9853300d6fa836873fb1a2d35160a685eb2
  Author: Thomas Adam <[email protected]>
  Date:   2026-06-13 (Sat, 13 Jun 2026)

  Changed paths:
    M environ.c
    M format.c
    M input-keys.c
    M input.c
    M key-bindings.c
    M layout.c

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


  Commit: b1054ac227cf7d2196434d2b427ccf3ac490ae8d
      
https://github.com/tmux/tmux/commit/b1054ac227cf7d2196434d2b427ccf3ac490ae8d
  Author: nicm <nicm>
  Date:   2026-06-13 (Sat, 13 Jun 2026)

  Changed paths:
    M tmux.1
    M window-copy.c

  Log Message:
  -----------
  With mode-keys vi, keep cursor in the same position relative to the text
when scrolling. GitHub issue 5216 from Arseniy Simonov.


  Commit: 7a28aa0dd72e38598732043255fc87717e17e6f7
      
https://github.com/tmux/tmux/commit/7a28aa0dd72e38598732043255fc87717e17e6f7
  Author: Thomas Adam <[email protected]>
  Date:   2026-06-13 (Sat, 13 Jun 2026)

  Changed paths:
    M tmux.1
    M window-copy.c

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


  Commit: 97472e374f821f71e94cdebdfe7fff6f0bd837c1
      
https://github.com/tmux/tmux/commit/97472e374f821f71e94cdebdfe7fff6f0bd837c1
  Author: nicm <nicm>
  Date:   2026-06-14 (Sun, 14 Jun 2026)

  Changed paths:
    M layout-custom.c

  Log Message:
  -----------
  Return early if connect construct cell, reported by Jere Viikari.


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

  Changed paths:
    M compat/getopt_long.c

  Log Message:
  -----------
  Another const from Jere Viikari.


  Commit: 5eaf5570c41b5d57cb8fb6400f720c2bf12f7b14
      
https://github.com/tmux/tmux/commit/5eaf5570c41b5d57cb8fb6400f720c2bf12f7b14
  Author: Thomas Adam <[email protected]>
  Date:   2026-06-14 (Sun, 14 Jun 2026)

  Changed paths:
    M layout-custom.c

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


  Commit: 778a15b64a91f98d383a77391fa3a1aa75fcd817
      
https://github.com/tmux/tmux/commit/778a15b64a91f98d383a77391fa3a1aa75fcd817
  Author: nicm <nicm>
  Date:   2026-06-14 (Sun, 14 Jun 2026)

  Changed paths:
    M layout.c

  Log Message:
  -----------
  Take account of borders when resizing floating panes.


  Commit: 863923472a3362455f6d6377e1efbdba41dd707e
      
https://github.com/tmux/tmux/commit/863923472a3362455f6d6377e1efbdba41dd707e
  Author: Thomas Adam <[email protected]>
  Date:   2026-06-14 (Sun, 14 Jun 2026)

  Changed paths:
    M layout.c

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


  Commit: 87976aa48e3b1effcc9226736c7874d3ec674271
      
https://github.com/tmux/tmux/commit/87976aa48e3b1effcc9226736c7874d3ec674271
  Author: nicm <nicm>
  Date:   2026-06-14 (Sun, 14 Jun 2026)

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

  Log Message:
  -----------
  Add a helper to get pane-border-status for a window for some other
changes to come.


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

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

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


  Commit: cc27470cb6d233074391f1602aa4256af2f3527f
      
https://github.com/tmux/tmux/commit/cc27470cb6d233074391f1602aa4256af2f3527f
  Author: nicm <nicm>
  Date:   2026-06-14 (Sun, 14 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: 6e0e343f2375790c87b41995cd5fa260557a425b
      
https://github.com/tmux/tmux/commit/6e0e343f2375790c87b41995cd5fa260557a425b
  Author: nicm <nicm>
  Date:   2026-06-14 (Sun, 14 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: 3c11129b048d88e854686feee3070d3e30d868db
      
https://github.com/tmux/tmux/commit/3c11129b048d88e854686feee3070d3e30d868db
  Author: Thomas Adam <[email protected]>
  Date:   2026-06-14 (Sun, 14 Jun 2026)

  Changed paths:
    M layout.c

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


  Commit: 748dab2f3819733600f9a777a0a45ef6afabd183
      
https://github.com/tmux/tmux/commit/748dab2f3819733600f9a777a0a45ef6afabd183
  Author: Thomas Adam <[email protected]>
  Date:   2026-06-14 (Sun, 14 Jun 2026)

  Changed paths:
    M screen-redraw.c

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


  Commit: 4dd496790acc3cf1437e4ebc561db951a2224e45
      
https://github.com/tmux/tmux/commit/4dd496790acc3cf1437e4ebc561db951a2224e45
  Author: Dane Jensen <[email protected]>
  Date:   2026-06-14 (Sun, 14 Jun 2026)

  Changed paths:
    M cmd-choose-tree.c
    M cmd-join-pane.c
    M cmd-resize-pane.c
    M cmd-split-window.c
    M compat/getopt_long.c
    M environ.c
    M format.c
    M input-keys.c
    M input.c
    M key-bindings.c
    M layout-custom.c
    M layout.c
    M mode-tree.c
    M screen-redraw.c
    M server-client.c
    M tmux.1
    M tmux.h
    M tty-features.c
    M tty-term.c
    M window-client.c
    M window-clock.c
    M window-copy.c
    M window.c

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


Compare: https://github.com/tmux/tmux/compare/db9e782d507e...4dd496790acc

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/db9e78-4dd496%40github.com.

Reply via email to