Branch: refs/heads/screen_redraw
Home: https://github.com/tmux/tmux
Commit: d92a479d2f3489d97268b3fd6592e7300837a29d
https://github.com/tmux/tmux/commit/d92a479d2f3489d97268b3fd6592e7300837a29d
Author: nicm <nicm>
Date: 2026-06-18 (Thu, 18 Jun 2026)
Changed paths:
M colour.c
M format.c
M input.c
M popup.c
M screen-redraw.c
M screen-write.c
M style.c
M tmux.1
M tmux.h
M tty.c
M window.c
Log Message:
-----------
Add a dim= style attribute to dim the colours (as best as tmux is able
to). GitHub issue 4842.
Commit: c6b8ad6e7eff86bb11b68e1fea0577ff23df2cc2
https://github.com/tmux/tmux/commit/c6b8ad6e7eff86bb11b68e1fea0577ff23df2cc2
Author: Thomas Adam <[email protected]>
Date: 2026-06-18 (Thu, 18 Jun 2026)
Changed paths:
M colour.c
M format.c
M input.c
M popup.c
M screen-redraw.c
M screen-write.c
M style.c
M tmux.1
M tmux.h
M tty.c
M window.c
Log Message:
-----------
Merge branch 'obsd-master'
Commit: 0a6c8460919e3b293a1358a91c523687d27429c6
https://github.com/tmux/tmux/commit/0a6c8460919e3b293a1358a91c523687d27429c6
Author: nicm <nicm>
Date: 2026-06-18 (Thu, 18 Jun 2026)
Changed paths:
M format.c
M xmalloc.c
M xmalloc.h
Log Message:
-----------
Use evbuffer for building S, W, L lists, also add an xmemdup helper
instead of misusing asprintf.
Commit: 937d99150c99e7d24c8ba0e48d68b2e5fdfcb0fa
https://github.com/tmux/tmux/commit/937d99150c99e7d24c8ba0e48d68b2e5fdfcb0fa
Author: Thomas Adam <[email protected]>
Date: 2026-06-18 (Thu, 18 Jun 2026)
Changed paths:
M format.c
M xmalloc.c
M xmalloc.h
Log Message:
-----------
Merge branch 'obsd-master'
Commit: cba4ba9cdcdae3e782d9ac247d2c83ee885207f6
https://github.com/tmux/tmux/commit/cba4ba9cdcdae3e782d9ac247d2c83ee885207f6
Author: nicm <nicm>
Date: 2026-06-18 (Thu, 18 Jun 2026)
Changed paths:
M format.c
Log Message:
-----------
Check time periodically in loops rather than every one.
Commit: 14fc4a06a6c5e986ea630911d7bea553e104b037
https://github.com/tmux/tmux/commit/14fc4a06a6c5e986ea630911d7bea553e104b037
Author: nicm <nicm>
Date: 2026-06-18 (Thu, 18 Jun 2026)
Changed paths:
M format.c
Log Message:
-----------
Unescape arguments before passing to format_expand1 so that escaping :s
etc actually works.
Commit: 6d9fbb0e97097c5e5c8dc44a5c78f7cf83a7769d
https://github.com/tmux/tmux/commit/6d9fbb0e97097c5e5c8dc44a5c78f7cf83a7769d
Author: Nicholas Marriott <[email protected]>
Date: 2026-06-18 (Thu, 18 Jun 2026)
Changed paths:
M regress/format-strings.sh
Log Message:
-----------
Update regress for format changes.
Commit: 3246331876755e7788e6fb241ca4d93dc9b0192d
https://github.com/tmux/tmux/commit/3246331876755e7788e6fb241ca4d93dc9b0192d
Author: Thomas Adam <[email protected]>
Date: 2026-06-18 (Thu, 18 Jun 2026)
Changed paths:
M format.c
Log Message:
-----------
Merge branch 'obsd-master'
Commit: 55b2e748e796c396072854e886f8ec0a65ab49d9
https://github.com/tmux/tmux/commit/55b2e748e796c396072854e886f8ec0a65ab49d9
Author: Thomas Adam <[email protected]>
Date: 2026-06-18 (Thu, 18 Jun 2026)
Changed paths:
M format.c
Log Message:
-----------
Merge branch 'obsd-master'
Commit: 035447b08f3b2db1d370422a9d8a3b53c88a2cc8
https://github.com/tmux/tmux/commit/035447b08f3b2db1d370422a9d8a3b53c88a2cc8
Author: nicm <nicm>
Date: 2026-06-19 (Fri, 19 Jun 2026)
Changed paths:
M control-notify.c
Log Message:
-----------
Do not dereference the current window if it is NULL (can be if the
notification fires after session is destroyed). GitHub issue 5244 from
Ben Maurer.
Commit: 12fdcea8b8343640d7ff1954f9a4bb7bfa729609
https://github.com/tmux/tmux/commit/12fdcea8b8343640d7ff1954f9a4bb7bfa729609
Author: Nicholas Marriott <[email protected]>
Date: 2026-06-19 (Fri, 19 Jun 2026)
Changed paths:
M image-sixel.c
Log Message:
-----------
Get use of raster attributes in the right order, from aizumusheer2 at gmail
dot
com in GitHub issue 5225.
Commit: c8eca3a69dd9a7956f0e862f465ac042402f2550
https://github.com/tmux/tmux/commit/c8eca3a69dd9a7956f0e862f465ac042402f2550
Author: Nicholas Marriott <[email protected]>
Date: 2026-06-19 (Fri, 19 Jun 2026)
Changed paths:
A regress/command-alias.sh
Log Message:
-----------
Add command-alias.sh test, from tanushnry at gmail dot com.
Commit: 5843fbc6ee0eec85b7264aeb77e71149ce6dd2f8
https://github.com/tmux/tmux/commit/5843fbc6ee0eec85b7264aeb77e71149ce6dd2f8
Author: Thomas Adam <[email protected]>
Date: 2026-06-19 (Fri, 19 Jun 2026)
Changed paths:
M control-notify.c
Log Message:
-----------
Merge branch 'obsd-master'
Commit: e7f649e40aba213b8425f7cbc91a8fe6872ab501
https://github.com/tmux/tmux/commit/e7f649e40aba213b8425f7cbc91a8fe6872ab501
Author: nicm <nicm>
Date: 2026-06-19 (Fri, 19 Jun 2026)
Changed paths:
M tty-draw.c
Log Message:
-----------
Tidy up a bit in tty_draw_line.
Commit: 8dee34459b8ab85cea9d397da2ff09530dbbcf8d
https://github.com/tmux/tmux/commit/8dee34459b8ab85cea9d397da2ff09530dbbcf8d
Author: Thomas Adam <[email protected]>
Date: 2026-06-19 (Fri, 19 Jun 2026)
Changed paths:
M tty-draw.c
Log Message:
-----------
Merge branch 'obsd-master'
Commit: b1c72ec48c4090a7d5ed21ad9d4338f2ee288c9d
https://github.com/tmux/tmux/commit/b1c72ec48c4090a7d5ed21ad9d4338f2ee288c9d
Author: nicm <nicm>
Date: 2026-06-19 (Fri, 19 Jun 2026)
Changed paths:
M tty-draw.c
Log Message:
-----------
Use a helper and skip some setup for empty cells.
Commit: 3d35f260319151b98fb15ff406cd7b9e2a8695c0
https://github.com/tmux/tmux/commit/3d35f260319151b98fb15ff406cd7b9e2a8695c0
Author: Nicholas Marriott <[email protected]>
Date: 2026-06-19 (Fri, 19 Jun 2026)
Changed paths:
A regress/tty-draw-line.sh
Log Message:
-----------
Add a test for tty_draw_line.
Commit: af943994738b0cedf107a3455441b738c11df39d
https://github.com/tmux/tmux/commit/af943994738b0cedf107a3455441b738c11df39d
Author: Nicholas Marriott <[email protected]>
Date: 2026-06-19 (Fri, 19 Jun 2026)
Changed paths:
M regress/tty-draw-line.sh
Log Message:
-----------
Add some more bits to test.
Commit: 333e2f266a89ab2c0556f88935d13af871dafdbe
https://github.com/tmux/tmux/commit/333e2f266a89ab2c0556f88935d13af871dafdbe
Author: Thomas Adam <[email protected]>
Date: 2026-06-19 (Fri, 19 Jun 2026)
Changed paths:
M tty-draw.c
Log Message:
-----------
Merge branch 'obsd-master'
Commit: b29f5688bd538ac12dd6045b5c11d9f0be4c47a7
https://github.com/tmux/tmux/commit/b29f5688bd538ac12dd6045b5c11d9f0be4c47a7
Author: nicm <nicm>
Date: 2026-06-19 (Fri, 19 Jun 2026)
Changed paths:
M key-bindings.c
Log Message:
-----------
Make default M-C-Up/Down bound to prompt movement commands in copy mode.
Commit: f06d930445a58c0b1424c7ec518b2d64e04980e9
https://github.com/tmux/tmux/commit/f06d930445a58c0b1424c7ec518b2d64e04980e9
Author: nicm <nicm>
Date: 2026-06-19 (Fri, 19 Jun 2026)
Changed paths:
M cmd-refresh-client.c
Log Message:
-----------
Correctly report theme changes to panes, based on a fix from someone in
GitHub issue 5246.
Commit: 34c7881dddadf2c1cd8a51e303f2517bb787dfb2
https://github.com/tmux/tmux/commit/34c7881dddadf2c1cd8a51e303f2517bb787dfb2
Author: Thomas Adam <[email protected]>
Date: 2026-06-19 (Fri, 19 Jun 2026)
Changed paths:
M key-bindings.c
Log Message:
-----------
Merge branch 'obsd-master'
Commit: cfb15d158e29b31d8b2cdabc725d74debed27de1
https://github.com/tmux/tmux/commit/cfb15d158e29b31d8b2cdabc725d74debed27de1
Author: Thomas Adam <[email protected]>
Date: 2026-06-19 (Fri, 19 Jun 2026)
Changed paths:
M cmd-refresh-client.c
Log Message:
-----------
Merge branch 'obsd-master'
Commit: 624db256c69d52ac8fda1239b265552f34fd89df
https://github.com/tmux/tmux/commit/624db256c69d52ac8fda1239b265552f34fd89df
Author: nicm <nicm>
Date: 2026-06-19 (Fri, 19 Jun 2026)
Changed paths:
M format.c
M key-bindings.c
M tmux.1
Log Message:
-----------
Add a loop_index variable and use it to show last used 5 sessions on the
session menu instead of next/previous.
Commit: b0ff8af9ac495df823a36ac88a2e9055fc2601c9
https://github.com/tmux/tmux/commit/b0ff8af9ac495df823a36ac88a2e9055fc2601c9
Author: Thomas Adam <[email protected]>
Date: 2026-06-19 (Fri, 19 Jun 2026)
Changed paths:
M format.c
M key-bindings.c
M tmux.1
Log Message:
-----------
Merge branch 'obsd-master'
Commit: 6c46358be81a3dae6f7ac8e1b3307a95202cbcf0
https://github.com/tmux/tmux/commit/6c46358be81a3dae6f7ac8e1b3307a95202cbcf0
Author: nicm <nicm>
Date: 2026-06-19 (Fri, 19 Jun 2026)
Changed paths:
M mode-tree.c
M window-buffer.c
M window-client.c
M window-customize.c
M window-tree.c
Log Message:
-----------
Draw help directly instead of using a popup.
Commit: e7c29d0ceb91b82a63222a1bc7a134e17d38d998
https://github.com/tmux/tmux/commit/e7c29d0ceb91b82a63222a1bc7a134e17d38d998
Author: Thomas Adam <[email protected]>
Date: 2026-06-19 (Fri, 19 Jun 2026)
Changed paths:
M mode-tree.c
M window-buffer.c
M window-client.c
M window-customize.c
M window-tree.c
Log Message:
-----------
Merge branch 'obsd-master'
Commit: a88cdc90a1dd202ca0c4fa14a0a1e1b747568eb3
https://github.com/tmux/tmux/commit/a88cdc90a1dd202ca0c4fa14a0a1e1b747568eb3
Author: Nicholas Marriott <[email protected]>
Date: 2026-06-19 (Fri, 19 Jun 2026)
Changed paths:
M cmd-refresh-client.c
M colour.c
M control-notify.c
M format.c
M image-sixel.c
M input.c
M key-bindings.c
M mode-tree.c
M popup.c
A regress/command-alias.sh
M regress/format-strings.sh
M screen-write.c
M style.c
M tmux.1
M tmux.h
M tty-draw.c
M tty.c
M window-buffer.c
M window-client.c
M window-customize.c
M window-tree.c
M window.c
M xmalloc.c
M xmalloc.h
Log Message:
-----------
Merge branch 'master' into screen_redraw
Commit: cab77de83fb585170d11b555c5f0e0379e47bf4f
https://github.com/tmux/tmux/commit/cab77de83fb585170d11b555c5f0e0379e47bf4f
Author: Nicholas Marriott <[email protected]>
Date: 2026-06-19 (Fri, 19 Jun 2026)
Changed paths:
M screen-redraw.c
Log Message:
-----------
Fix dim redraw.
Compare: https://github.com/tmux/tmux/compare/8f9dd5f274fb...cab77de83fb5
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/screen_redraw/8f9dd5-cab77d%40github.com.