Branch: refs/heads/osc133_line_collapsible
Home: https://github.com/tmux/tmux
Commit: efcfc555356b9d02c4ee6899554831e316e900d9
https://github.com/tmux/tmux/commit/efcfc555356b9d02c4ee6899554831e316e900d9
Author: nicm <[email protected]>
Date: 2026-07-20 (Mon, 20 Jul 2026)
Changed paths:
M format.c
Log Message:
-----------
Correctly include status line in pane height.
Commit: 88a91b9f83cd162fec00229a868ab1d38e05eae9
https://github.com/tmux/tmux/commit/88a91b9f83cd162fec00229a868ab1d38e05eae9
Author: tmux update bot <[email protected]>
Date: 2026-07-20 (Mon, 20 Jul 2026)
Changed paths:
M format.c
Log Message:
-----------
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master'
* refs/remotes/tmux-openbsd/master:
Correctly include status line in pane height.
Commit: d13b69ece4eda6fba458711f514db9dd4dfe326c
https://github.com/tmux/tmux/commit/d13b69ece4eda6fba458711f514db9dd4dfe326c
Author: nicm <[email protected]>
Date: 2026-07-20 (Mon, 20 Jul 2026)
Changed paths:
M cmd-capture-pane.c
M grid.c
M input.c
M screen-write.c
M tmux.h
M window-copy.c
Log Message:
-----------
Change cellused/size to 16 bits and time to 32 bits in grid_line and add
the OSC 133 positions (size stays the same).
Commit: 5ed5e3606e9ced9eec18849676e15bff2d6f5a2e
https://github.com/tmux/tmux/commit/5ed5e3606e9ced9eec18849676e15bff2d6f5a2e
Author: Thomas Adam <[email protected]>
Date: 2026-07-20 (Mon, 20 Jul 2026)
Changed paths:
M cmd-capture-pane.c
M grid.c
M input.c
M screen-write.c
M tmux.h
M window-copy.c
Log Message:
-----------
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master'
* refs/remotes/tmux-openbsd/master:
Change cellused/size to 16 bits and time to 32 bits in grid_line and add the
OSC 133 positions (size stays the same).
Commit: 8aaae25e56a3498c13149f5581808b8b65143bad
https://github.com/tmux/tmux/commit/8aaae25e56a3498c13149f5581808b8b65143bad
Author: Nicholas Marriott <[email protected]>
Date: 2026-07-21 (Tue, 21 Jul 2026)
Changed paths:
M regress/input-modes.sh
M screen-write.c
Log Message:
-----------
Fix a merge and add test bits.
Commit: 418ddada23d290ab02417b62213b402a08f4d9b5
https://github.com/tmux/tmux/commit/418ddada23d290ab02417b62213b402a08f4d9b5
Author: nicm <[email protected]>
Date: 2026-07-21 (Tue, 21 Jul 2026)
Changed paths:
M tty-keys.c
Log Message:
-----------
Increase escape-time for tmux's own queries (refresh-client -l and
window size) as well, GitHub issue 5388 from Jackson Edmonds.
Commit: 0e2576a842104886f3e33f0e62928551e54309cb
https://github.com/tmux/tmux/commit/0e2576a842104886f3e33f0e62928551e54309cb
Author: nicm <[email protected]>
Date: 2026-07-21 (Tue, 21 Jul 2026)
Changed paths:
M format-draw.c
Log Message:
-----------
Use correct cursor position for range end, GitHub issue 5414.
Commit: 4d1cf62fb4636da64b046fbefcf164578be85e6e
https://github.com/tmux/tmux/commit/4d1cf62fb4636da64b046fbefcf164578be85e6e
Author: tmux update bot <[email protected]>
Date: 2026-07-21 (Tue, 21 Jul 2026)
Changed paths:
M format-draw.c
M tty-keys.c
Log Message:
-----------
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master'
* refs/remotes/tmux-openbsd/master:
Use correct cursor position for range end, GitHub issue 5414.
Increase escape-time for tmux's own queries (refresh-client -l and window
size) as well, GitHub issue 5388 from Jackson Edmonds.
Commit: 3e61e63851f343439f63bfd2bb5ca357dfc60dc0
https://github.com/tmux/tmux/commit/3e61e63851f343439f63bfd2bb5ca357dfc60dc0
Author: Nicholas Marriott <[email protected]>
Date: 2026-07-21 (Tue, 21 Jul 2026)
Changed paths:
M regress/screen-redraw-floating.sh
A regress/screen-redraw-results/floating-empty-noborder.result
Log Message:
-----------
Test for outside panes with no border.
Commit: abd2f3a9a57851b68d93dcfc95651671c49dd1a2
https://github.com/tmux/tmux/commit/abd2f3a9a57851b68d93dcfc95651671c49dd1a2
Author: nicm <[email protected]>
Date: 2026-07-21 (Tue, 21 Jul 2026)
Changed paths:
M options-table.c
M tmux.1
M window-copy.c
Log Message:
-----------
Add copy-mode-current-line-style to set style for current line in copy
mode, GitHub issue 5391 from Leo Henon.
Commit: 9d583cad5af9792c42fea65f968710546facf4bd
https://github.com/tmux/tmux/commit/9d583cad5af9792c42fea65f968710546facf4bd
Author: nicm <[email protected]>
Date: 2026-07-21 (Tue, 21 Jul 2026)
Changed paths:
M screen-redraw.c
Log Message:
-----------
If drawing border but not actually on a border, use the default line
style.
Commit: 92f090c0c0e57933945e404f8e35f04b8fbdd23b
https://github.com/tmux/tmux/commit/92f090c0c0e57933945e404f8e35f04b8fbdd23b
Author: tmux update bot <[email protected]>
Date: 2026-07-21 (Tue, 21 Jul 2026)
Changed paths:
M options-table.c
M screen-redraw.c
M tmux.1
M window-copy.c
Log Message:
-----------
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master'
* refs/remotes/tmux-openbsd/master:
If drawing border but not actually on a border, use the default line style.
Add copy-mode-current-line-style to set style for current line in copy mode,
GitHub issue 5391 from Leo Henon.
Commit: 2848a12562c0958d0fef68f9ead7c52fa59f877e
https://github.com/tmux/tmux/commit/2848a12562c0958d0fef68f9ead7c52fa59f877e
Author: Nicholas Marriott <[email protected]>
Date: 2026-07-21 (Tue, 21 Jul 2026)
Changed paths:
M regress/screen-redraw-floating.sh
A regress/screen-redraw-results/floating-clip-window-edge.result
M regress/screen-redraw-results/floating-outside.result
Log Message:
-----------
Update tests for fix to floating panes at window edges.
Commit: 8bf2a4e807a092970dabfac89936d6e887389ecd
https://github.com/tmux/tmux/commit/8bf2a4e807a092970dabfac89936d6e887389ecd
Author: nicm <[email protected]>
Date: 2026-07-21 (Tue, 21 Jul 2026)
Changed paths:
M cmd-split-window.c
M server-client.c
M tmux.1
M tmux.h
Log Message:
-----------
Add a -C flag to new-pane to have a modal pane close when the mouse is
clicked outside it, GitHub issue 5400.
Commit: c59db2d007351f0da953334b81f5394508204df9
https://github.com/tmux/tmux/commit/c59db2d007351f0da953334b81f5394508204df9
Author: nicm <[email protected]>
Date: 2026-07-21 (Tue, 21 Jul 2026)
Changed paths:
M window.c
Log Message:
-----------
Invalidate scene when window is resized.
Commit: a57b0f1282129231d3e0934062991feb11381976
https://github.com/tmux/tmux/commit/a57b0f1282129231d3e0934062991feb11381976
Author: nicm <[email protected]>
Date: 2026-07-21 (Tue, 21 Jul 2026)
Changed paths:
M screen-redraw.c
Log Message:
-----------
Clip floating panes exactly at window edge, don't let the border creep
into the first outside column.
Commit: 7abb9af06236eb9def862bb88a82792f6c846bef
https://github.com/tmux/tmux/commit/7abb9af06236eb9def862bb88a82792f6c846bef
Author: tmux update bot <[email protected]>
Date: 2026-07-21 (Tue, 21 Jul 2026)
Changed paths:
M cmd-split-window.c
M screen-redraw.c
M server-client.c
M tmux.1
M tmux.h
M window.c
Log Message:
-----------
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master'
* refs/remotes/tmux-openbsd/master:
Clip floating panes exactly at window edge, don't let the border creep into
the first outside column.
Invalidate scene when window is resized.
Add a -C flag to new-pane to have a modal pane close when the mouse is
clicked outside it, GitHub issue 5400.
Commit: d080378464c82de538eb06145bef78caeb5d5fa1
https://github.com/tmux/tmux/commit/d080378464c82de538eb06145bef78caeb5d5fa1
Author: Michael Grant <[email protected]>
Date: 2026-07-22 (Wed, 22 Jul 2026)
Changed paths:
M cmd-copy-mode.c
M input.c
M key-bindings.c
M options-table.c
M tmux.1
M tty-acs.c
M window-copy.c
Log Message:
-----------
Add collapsible lines.
Commit: abb7108e25ab40753a1aa352b5f03f651bd3619e
https://github.com/tmux/tmux/commit/abb7108e25ab40753a1aa352b5f03f651bd3619e
Author: Michael Grant <[email protected]>
Date: 2026-07-22 (Wed, 22 Jul 2026)
Changed paths:
M tty-acs.c
M window-copy.c
Log Message:
-----------
Add vertical bar next to expanded lines.
Commit: b49cc2d936e2a142934c6e827c5e7d903782acd3
https://github.com/tmux/tmux/commit/b49cc2d936e2a142934c6e827c5e7d903782acd3
Author: Michael Grant <[email protected]>
Date: 2026-07-22 (Wed, 22 Jul 2026)
Changed paths:
M window-copy.c
Log Message:
-----------
Fix stray L on empty commands.
Commit: d8ad7cd9c53b4e75fefaa49498952a368d2f3708
https://github.com/tmux/tmux/commit/d8ad7cd9c53b4e75fefaa49498952a368d2f3708
Author: Michael Grant <[email protected]>
Date: 2026-07-22 (Wed, 22 Jul 2026)
Changed paths:
M grid.c
M input.c
M options-table.c
M tmux.1
M tmux.h
M window-copy.c
Log Message:
-----------
Add exit status on right.
Commit: 5948722d5aaa5875c24b0c911a81ae77b94e3265
https://github.com/tmux/tmux/commit/5948722d5aaa5875c24b0c911a81ae77b94e3265
Author: Michael Grant <[email protected]>
Date: 2026-07-22 (Wed, 22 Jul 2026)
Changed paths:
M options-table.c
M tmux.1
M window-copy.c
Log Message:
-----------
Add highlighting to the current line.
Commit: eaeb234dd437d36e0b17c4b234be84532928d3b7
https://github.com/tmux/tmux/commit/eaeb234dd437d36e0b17c4b234be84532928d3b7
Author: Michael Grant <[email protected]>
Date: 2026-07-22 (Wed, 22 Jul 2026)
Changed paths:
M options-table.c
M tmux.1
M window-copy.c
Log Message:
-----------
Remove code to put exit-code on right and go for just simple ! on left of +.
Commit: 670ea5d083ec4517229ac8b5415d3a19a598275b
https://github.com/tmux/tmux/commit/670ea5d083ec4517229ac8b5415d3a19a598275b
Author: Michael Grant <[email protected]>
Date: 2026-07-22 (Wed, 22 Jul 2026)
Changed paths:
A regress/copy-mode-exit-status.sh
Log Message:
-----------
Add regression test for copy-mode-exit-status.
Commit: 4cfd155ffce3fa920d34e6e3f27c7fc908a8d94d
https://github.com/tmux/tmux/commit/4cfd155ffce3fa920d34e6e3f27c7fc908a8d94d
Author: Michael Grant <[email protected]>
Date: 2026-07-22 (Wed, 22 Jul 2026)
Changed paths:
A regress/collapse-output.sh
Log Message:
-----------
Add copy-mode collapse output regression test.
Commit: cffc86dae5af89b15fbcbe1969cda3f617997f19
https://github.com/tmux/tmux/commit/cffc86dae5af89b15fbcbe1969cda3f617997f19
Author: Michael Grant <[email protected]>
Date: 2026-07-22 (Wed, 22 Jul 2026)
Changed paths:
Log Message:
-----------
Merge branch 'osc133_line_collapsible' of github.com:tmux/tmux into
osc133_line_collapsible
Compare: https://github.com/tmux/tmux/compare/473eca949a41...cffc86dae5af
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/osc133_line_collapsible/473eca-cffc86%40github.com.