Branch: refs/heads/floating_panes
  Home:   https://github.com/tmux/tmux
  Commit: 65b3a95be8bfaf24d755210049e3b91fe190e45e
      
https://github.com/tmux/tmux/commit/65b3a95be8bfaf24d755210049e3b91fe190e45e
  Author: nicm <nicm>
  Date:   2026-01-09 (Fri, 09 Jan 2026)

  Changed paths:
    M screen-write.c

  Log Message:
  -----------
  Removing padding needs to go through screen_write_collect_trim or there
may end up multiple items covering the same region.


  Commit: 844042744ecf6ad71e266eb67037f358d3c83772
      
https://github.com/tmux/tmux/commit/844042744ecf6ad71e266eb67037f358d3c83772
  Author: Thomas Adam <[email protected]>
  Date:   2026-01-09 (Fri, 09 Jan 2026)

  Changed paths:
    M screen-write.c

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


  Commit: 426467856de6cc599943732bd80a2816e32f2f6f
      
https://github.com/tmux/tmux/commit/426467856de6cc599943732bd80a2816e32f2f6f
  Author: nicm <nicm>
  Date:   2026-01-11 (Sun, 11 Jan 2026)

  Changed paths:
    M key-bindings.c

  Log Message:
  -----------
  Add paste to the default pane menu, GitHub issue 4763.


  Commit: ad083677c5b6d7bb933ce7e0d41364feef1e474b
      
https://github.com/tmux/tmux/commit/ad083677c5b6d7bb933ce7e0d41364feef1e474b
  Author: Thomas Adam <[email protected]>
  Date:   2026-01-11 (Sun, 11 Jan 2026)

  Changed paths:
    M key-bindings.c

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


  Commit: a443531280c49b5e98291245f29010a2c3336231
      
https://github.com/tmux/tmux/commit/a443531280c49b5e98291245f29010a2c3336231
  Author: nicm <nicm>
  Date:   2026-01-12 (Mon, 12 Jan 2026)

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

  Log Message:
  -----------
  Remember last pane or type of location for double and triple clicks and
correctly handle it changes between first and second or second and
third. GitHub issue 4795 from Shaobo Song.


  Commit: 5721767921d78461f2d1f32e58bc51c14442a754
      
https://github.com/tmux/tmux/commit/5721767921d78461f2d1f32e58bc51c14442a754
  Author: nicm <nicm>
  Date:   2026-01-12 (Mon, 12 Jan 2026)

  Changed paths:
    M screen-redraw.c

  Log Message:
  -----------
  Correctly draw indicators when pane-border-indicators is set to both.
Reported by Ilya Grigoriev in GitHub issue 4780.


  Commit: 97d61131df6cf1fd62990858f354d268504d3a00
      
https://github.com/tmux/tmux/commit/97d61131df6cf1fd62990858f354d268504d3a00
  Author: Thomas Adam <[email protected]>
  Date:   2026-01-12 (Mon, 12 Jan 2026)

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

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


  Commit: b89d46bb002d48905a952e57cbf6eb2f1c03daa8
      
https://github.com/tmux/tmux/commit/b89d46bb002d48905a952e57cbf6eb2f1c03daa8
  Author: Nicholas Marriott <[email protected]>
  Date:   2026-01-13 (Tue, 13 Jan 2026)

  Changed paths:
    A regress/border-arrows.sh

  Log Message:
  -----------
  Add a regression test from Ilya Grigoriev.


  Commit: 1e5f93b7b633b47518e57cfb8b060069cf6cc9f3
      
https://github.com/tmux/tmux/commit/1e5f93b7b633b47518e57cfb8b060069cf6cc9f3
  Author: nicm <nicm>
  Date:   2026-01-14 (Wed, 14 Jan 2026)

  Changed paths:
    M cmd-command-prompt.c
    M status.c
    M tmux.1
    M tmux.h

  Log Message:
  -----------
  Add -e flag to command-prompt to close if empty, from Dane Jensen in
GitHub issue 4812.


  Commit: 95b4bb51c640664ac4602dd24d29bb7c112c83c5
      
https://github.com/tmux/tmux/commit/95b4bb51c640664ac4602dd24d29bb7c112c83c5
  Author: Thomas Adam <[email protected]>
  Date:   2026-01-14 (Wed, 14 Jan 2026)

  Changed paths:
    M cmd-command-prompt.c
    M status.c
    M tmux.1
    M tmux.h

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


  Commit: 9c0aeaff40c430ab20c434414ecb5c60fb9a584e
      
https://github.com/tmux/tmux/commit/9c0aeaff40c430ab20c434414ecb5c60fb9a584e
  Author: nicm <nicm>
  Date:   2026-01-19 (Mon, 19 Jan 2026)

  Changed paths:
    M window-copy.c

  Log Message:
  -----------
  Now the copy mode indicator can be changed, we need to redraw it when
the cursor is moved. GitHub issue 4774.


  Commit: bf8ea85bd751beb55f83c117d4b9b99fded0105b
      
https://github.com/tmux/tmux/commit/bf8ea85bd751beb55f83c117d4b9b99fded0105b
  Author: Thomas Adam <[email protected]>
  Date:   2026-01-19 (Mon, 19 Jan 2026)

  Changed paths:
    M window-copy.c

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


  Commit: d2e09cb2597bf585ea45c0e584326a73e222a438
      
https://github.com/tmux/tmux/commit/d2e09cb2597bf585ea45c0e584326a73e222a438
  Author: Nicholas Marriott <[email protected]>
  Date:   2026-01-20 (Tue, 20 Jan 2026)

  Changed paths:
    M Makefile.am
    M configure.ac

  Log Message:
  -----------
  Add a --enable-optimizations configure flag.


  Commit: 0790e74f849e7774649776347ca2b4109290ab6d
      
https://github.com/tmux/tmux/commit/0790e74f849e7774649776347ca2b4109290ab6d
  Author: Michael Grant <[email protected]>
  Date:   2026-01-22 (Thu, 22 Jan 2026)

  Changed paths:
    M format.c
    M window-clock.c

  Log Message:
  -----------
  Fix strftime warning in gcc.


  Commit: 6525bb7cef57642aefcd42e58c10e22731d0f73a
      
https://github.com/tmux/tmux/commit/6525bb7cef57642aefcd42e58c10e22731d0f73a
  Author: Nicholas Marriott <[email protected]>
  Date:   2026-01-22 (Thu, 22 Jan 2026)

  Changed paths:
    M format.c

  Log Message:
  -----------
  Line length/style nits.


  Commit: 0d9c3c895cd2f38cfd1687ca6dc4bd7d31fa9415
      
https://github.com/tmux/tmux/commit/0d9c3c895cd2f38cfd1687ca6dc4bd7d31fa9415
  Author: Nicholas Marriott <[email protected]>
  Date:   2026-01-22 (Thu, 22 Jan 2026)

  Changed paths:
    M format.c

  Log Message:
  -----------
  Stick the pragmas outside the function (make GCC 4 happier) and under 
__GNUC__.


  Commit: fe52f76913ae8db2b6607ab800979ec72284bbc7
      
https://github.com/tmux/tmux/commit/fe52f76913ae8db2b6607ab800979ec72284bbc7
  Author: Nicholas Marriott <[email protected]>
  Date:   2026-01-22 (Thu, 22 Jan 2026)

  Changed paths:
    M Makefile.am

  Log Message:
  -----------
  Fiddle with some more warnings.


  Commit: dd5d0f4f0ce82b8860462eec62d489085d0f07fd
      
https://github.com/tmux/tmux/commit/dd5d0f4f0ce82b8860462eec62d489085d0f07fd
  Author: Michael Grant <[email protected]>
  Date:   2026-01-23 (Fri, 23 Jan 2026)

  Changed paths:
    M Makefile.am
    M cmd-command-prompt.c
    M configure.ac
    M format.c
    M key-bindings.c
    A regress/border-arrows.sh
    M screen-redraw.c
    M screen-write.c
    M server-client.c
    M status.c
    M tmux.1
    M tmux.h
    M window-clock.c
    M window-copy.c

  Log Message:
  -----------
  Merge master.


Compare: https://github.com/tmux/tmux/compare/d1df8dcccced...dd5d0f4f0ce8

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/d1df8d-dd5d0f%40github.com.

Reply via email to