Builder tmux-solaris10-sparc Build #2600
Results:
Build successful
SourceStamp:
| Project | tmux |
| Repository | https://github.com/tmux/tmux.git |
| Branch | master |
| Revision | d6c37ce314667c71c6c80cd194706daabf62ae0b |
| Got Revision | d6c37ce314667c71c6c80cd194706daabf62ae0b |
| Changes | 760 changes |
BuildSlave:
unstable10sReason:
The AnyBranchScheduler scheduler named 'schedule-tmux-github' triggered this build, The SingleBranchScheduler scheduler named 'schedule-tmux-solaris10-sparc' triggered this build
Steps and Logfiles:
Build Properties:
| Name | Value | Source |
|---|---|---|
| branch | master | Build |
| builddir | /export/home/buildbot-unstable10s/slave/tmux-solaris10-sparc | slave |
| buildername | tmux-solaris10-sparc | Builder |
| buildnumber | 2600 | Build |
| codebase | Build | |
| got_revision | d6c37ce314667c71c6c80cd194706daabf62ae0b | Git |
| project | tmux | Build |
| repository | https://github.com/tmux/tmux.git | Build |
| revision | d6c37ce314667c71c6c80cd194706daabf62ae0b | Build |
| scheduler | schedule-tmux-github | Scheduler |
| slavename | unstable10s | BuildSlave |
| workdir | /export/home/buildbot-unstable10s/slave/tmux-solaris10-sparc | slave (deprecated) |
Forced Build Properties:
| Name | Label | Value |
|---|
Responsible Users:
- Ben Maurerbmaurer@meta.com
- Ilya Grigorievilyagr@users.noreply.github.com
- Nicholas Marriottnicholas.marriott@gmail.com
- Thomas Adamthomas.adam22@gmail.com
- Thomas Adamthomas@xteddy.org
- Yayo Razoyayo@razo.ca
- nicmnicm
- nicmnicm@openbsd.org
- tmux update botactions@github.com
Timing:
| Start | Wed Jul 29 11:27:07 2026 |
| End | Wed Jul 29 11:52:27 2026 |
| Elapsed | 25 mins, 19 secs |
All Changes:
:
Change #273277
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Mon 08 Jun 2026 22:08:37 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision bbd4768bb62354796bbb5fb7ab978c436f808559 Comments
3.7-rc version.
Changed files
- configure.ac
Change #273278
Category tmux Changed by nicm <nicm> Changed at Tue 09 Jun 2026 10:12:21 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 8771b6051f35d6fcd1a001d6b999e32901826c29 Comments
Fix mouse events on tiled pane status line - when panes share a border, prefer the pane for which the border is the status line. With Dane Jensen.
Changed files
- server-client.c
- window.c
Change #273279
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Tue 09 Jun 2026 10:47:18 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision aa1f0653e902e98b394b41f05860387c8b709818 Comments
Bump version to 3.7-rc2.
Changed files
- configure.ac
Change #273280
Category tmux Changed by nicm <nicm> Changed at Tue 09 Jun 2026 14:20:14 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision cc87db74c78c28a6f9c6619ceae3ae97a0b95c53 Comments
Two fixes for RI codepoints. Firstly, do not combine more than two of them - previously we were ending up with four codepoints in one cell which tmux believed to be width 2, but terminals considered width 4. Secondly, invalidate cursor position before redrawing the cell when the second codepoint is received, terminals vary in how they manage backspace and cursor movement across these characters, so it is better to use absolute rather than relative positioning. GitHub issue 4853.
Changed files
- tty.c
- utf8-combined.c
Change #273281
Category tmux Changed by nicm <nicm> Changed at Fri 12 Jun 2026 11:19:05 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision dabaae1534f206dd8513429b882481e6221a6afd Comments
Make buffer creation time sort oldest first like it used to, but change windows to match sessions and panes as newest first.
Changed files
- sort.c
Change #273282
Category tmux Changed by nicm <nicm> Changed at Mon 15 Jun 2026 10:06:55 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 83e45343875bb39c5854abf2c88856a10375c7c2 Comments
Skip floating panes when working out the top or bottom cell. Fixes missing bottom status pane status line when floating panes exist.
Changed files
- layout.c
Change #273283
Category tmux Changed by nicm <nicm> Changed at Mon 15 Jun 2026 10:06:58 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 78afc24736483941d27288708a051b275596d253 Comments
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).
Changed files
- screen-redraw.c
Change #273284
Category tmux Changed by nicm <nicm> Changed at Mon 15 Jun 2026 10:07:23 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision f98aaf544d42ed34e068f9aa67ad71aab1866d3f Comments
When redrawing a whole pane line, fall into tty_draw_line for any characters that are not plain ASCII. Fixes redraw issues with partial tabs and other wide characters when a pane is partly outside the window.
Changed files
- screen-write.c
- tmux.h
- tty.c
Change #273285
Category tmux Changed by nicm <nicm> Changed at Mon 15 Jun 2026 19:39:23 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 9cf8de099ca9b03206cfd04cca94c2673d8c4569 Comments
Convert cursor position back to pane coordinates for tty_cmd_cell.
Changed files
- screen-write.c
Change #273286
Category tmux Changed by nicm <nicm> Changed at Mon 15 Jun 2026 19:39:28 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision bae5c14941095865b37ac42622296a03549b3db8 Comments
Tidy up screen_redraw_get_visible_ranges by using a couple of temporaries for start and end of range.
Changed files
- screen-redraw.c
Change #273287
Category tmux Changed by nicm <nicm> Changed at Mon 15 Jun 2026 19:39:43 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 2d9afa63485911f56f869516079da0ee0f404e3b Comments
Use correct x position when drawing clipped line.
Changed files
- tty.c
Change #273288
Category tmux Changed by nicm <nicm> Changed at Tue 16 Jun 2026 11:21:09 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 2c4df765c56a052288d92b5f50f8580d0ee29ec0 Comments
Fix missing border when drawing floating panes. From Michael Grant.
Changed files
- screen-redraw.c
Change #273289
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Tue 16 Jun 2026 11:21:12 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision baac29debc5b7fd3273e0a87874f187c15f89791 Comments
Prefer libtinfow if it is available, GitHub issue 5224 from Lars Wendler.
Changed files
- configure.ac
Change #273290
Category tmux Changed by nicm <nicm> Changed at Tue 16 Jun 2026 11:22:12 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 2f28d9a1685a72fee3cce72d043c767429292c9d Comments
Fix resizing floating pane with a left scrollbar, from Michael Grant.
Changed files
- cmd-resize-pane.c
- server-client.c
Change #273291
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Tue 16 Jun 2026 11:22:51 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 1596f9c9f58c0e67ca626be9d76363a4f0c58f37 Comments
Bump version again.
Changed files
- configure.ac
Change #273292
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Tue 16 Jun 2026 11:24:06 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision c809aea278ca1b2bc4827e616024997f579f05f1 Comments
Fix a merge problem.
Changed files
- tty.c
Change #273293
Category tmux Changed by nicm <nicm> Changed at Tue 16 Jun 2026 12:11:47 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 762e503978cfa8db9b0459453a58ef42145a208a Comments
Allow rectangle selection to extend past end of current line to behave the same as vi with virtualedit=block set. From Mark Kelly in GitHub issue 5227.
Changed files
- window-copy.c
Change #273294
Category tmux Changed by nicm <nicm> Changed at Wed 17 Jun 2026 10:10:55 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 64e83caf04944f9a45113c32ecaff588a951fb99 Comments
Be more strict about what names and titles we allow and reject them immediately when possible, but allow # again for those directly set by commands (but not escape sequences). From Barrett Ruth in GitHub issue 5175.
Changed files
- cmd-break-pane.c
- cmd-new-session.c
- cmd-new-window.c
- cmd-rename-session.c
- cmd-rename-window.c
- cmd-select-pane.c
- cmd-split-window.c
- input.c
- names.c
- paste.c
- popup.c
- screen.c
- session.c
- spawn.c
- tmux.c
- tmux.h
- window.c
Change #273295
Category tmux Changed by nicm <nicm> Changed at Wed 17 Jun 2026 10:11:00 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 3b8e25fef4523b196a97185db6d836179c1e6aeb Comments
Initialize wname so it we are not freeing garbage if it is not used.
Changed files
- cmd-new-window.c
Change #273296
Category tmux Changed by nicm <nicm> Changed at Tue 23 Jun 2026 09:35:09 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision e7f414416f52e8c90e10ee34cf113222e832766e Comments
Set check callback for menus so they aren't overwritten by sync.
Changed files
- menu.c
Change #273297
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Fri 26 Jun 2026 19:50:42 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 4fc4644652793be253fcb401452164141e311d13 Comments
Tweak.
Changed files
- CHANGES
Change #273298
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Fri 26 Jun 2026 19:50:58 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 4eafb27b897444e1f25a8a7051bb683d5b8554cd Comments
tmux 3.7.
Changed files
- configure.ac
Change #273299
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Fri 26 Jun 2026 19:55:59 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 81f88f8517c9fc5371b56cf117530c6b477c96ac Comments
Add a missing {.Changed files
- cmd-split-window.c
Change #273300
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Sat 27 Jun 2026 11:58:39 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 84291b021f19de442f14d2e9378794a9b94ef21d Comments
Fix check so as to not use NULL name.
Changed files
- CHANGES
- cmd-break-pane.c
Change #273301
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Sun 28 Jun 2026 17:54:51 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 6c2ef7568195577f2864cdaa0c1f2eaa6436343d Comments
Bump version.
Changed files
- configure.ac
Change #273302
Category tmux Changed by nicm <nicm> Changed at Mon 29 Jun 2026 09:11:08 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 4e612612dc06d973baa56796f653985e9f7d5dad Comments
Only forbid #( in names and titles (styles are #[ and are useful).
Changed files
- tmux.c
Change #273303
Category tmux Changed by nicm <nicm> Changed at Mon 29 Jun 2026 18:36:40 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 132a63d1da0e056d3b182eeabe3042b390f331f8 Comments
Allow empty window and session names.
Changed files
- tmux.c
Change #273304
Category tmux Changed by nicm <nicm> Changed at Mon 29 Jun 2026 20:53:42 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 166267c87a6c99639642e04314a9f9e0889f6222 Comments
Allow :. in names again, forbidding them is overly pernickety. Only forbid invalid UTF-8 and #(.
Changed files
- cmd-break-pane.c
- cmd-new-session.c
- cmd-new-window.c
- cmd-rename-session.c
- cmd-rename-window.c
- input.c
- names.c
- paste.c
- screen.c
- tmux.c
- tmux.h
- window.c
Change #273305
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Tue 30 Jun 2026 08:41:02 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision dbe50934b1cef66417de663f82bdda9728a8d0a6 Comments
Add caching of scrollbar options to 3.7a branch.
Changed files
- cmd-resize-pane.c
- layout.c
- options.c
- screen-redraw.c
- server-client.c
- tmux.h
- window.c
Change #273306
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Tue 30 Jun 2026 08:42:25 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 78a2145a47441cc2fb6d0283a1f4d5e12e4a6556 Comments
Update CHANGES.
Changed files
- CHANGES
Change #273307
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Tue 30 Jun 2026 08:44:51 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 0e418b62d259ce8da8970f75732cc6632ee4c3a0 Comments
Remove C-r from help.
Changed files
- mode-tree.c
Change #273308
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Tue 30 Jun 2026 08:46:06 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 25c874c489caf08a36f4abba26ebb3db584de08f Comments
Merge branch 'release_3.7a'
Changed files
- no files
Change #273314
Category tmux Changed by nicm <nicm> Changed at Tue 30 Jun 2026 08:44:46 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision a97f643bd3b82a713476d3eea56b7fdf0cff5e2d Comments
Remove C-r from help since it does not in fact exist.
Changed files
- mode-tree.c
Change #273314
Category tmux Changed by nicm <nicm> Changed at Tue 30 Jun 2026 08:44:46 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision a97f643bd3b82a713476d3eea56b7fdf0cff5e2d Comments
Remove C-r from help since it does not in fact exist.
Changed files
- mode-tree.c
Change #273315
Category tmux Changed by Thomas Adam <thomas@xteddy.org> Changed at Tue 30 Jun 2026 09:15:06 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision dddd7b44c89e5f072a1391e11fdb5f869d0f8a9c Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #273315
Category tmux Changed by Thomas Adam <thomas@xteddy.org> Changed at Tue 30 Jun 2026 09:15:06 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision dddd7b44c89e5f072a1391e11fdb5f869d0f8a9c Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #273333
Category tmux Changed by nicm <nicm> Changed at Tue 30 Jun 2026 11:20:43 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision abefc3f7054c4330018bc928c3595841042021a7 Comments
Redraw when sync stops again (accidentally turned off), from Japin Li in GitHub issue 5304.
Changed files
- screen-write.c
Change #273333
Category tmux Changed by nicm <nicm> Changed at Tue 30 Jun 2026 11:20:43 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision abefc3f7054c4330018bc928c3595841042021a7 Comments
Redraw when sync stops again (accidentally turned off), from Japin Li in GitHub issue 5304.
Changed files
- screen-write.c
Change #273334
Category tmux Changed by Thomas Adam <thomas@xteddy.org> Changed at Tue 30 Jun 2026 11:30:06 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 843adbf4549efb25d8d50dfbc2cfea5dc6076733 Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #273334
Category tmux Changed by Thomas Adam <thomas@xteddy.org> Changed at Tue 30 Jun 2026 11:30:06 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 843adbf4549efb25d8d50dfbc2cfea5dc6076733 Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #273346
Category tmux Changed by nicm <nicm> Changed at Tue 30 Jun 2026 12:07:05 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision f8674cc993dd09cb355fe920eb95973198a3b254 Comments
Add default features for Ghostty, GitHub issue 5305 from Glib Shpychka.
Changed files
- tty-features.c
- tty-keys.c
Change #273346
Category tmux Changed by nicm <nicm> Changed at Tue 30 Jun 2026 12:07:05 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision f8674cc993dd09cb355fe920eb95973198a3b254 Comments
Add default features for Ghostty, GitHub issue 5305 from Glib Shpychka.
Changed files
- tty-features.c
- tty-keys.c
Change #273347
Category tmux Changed by Thomas Adam <thomas@xteddy.org> Changed at Tue 30 Jun 2026 12:30:06 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 90fc51542f360ecbd026387b2bbe03b3b33d5122 Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #273347
Category tmux Changed by Thomas Adam <thomas@xteddy.org> Changed at Tue 30 Jun 2026 12:30:06 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 90fc51542f360ecbd026387b2bbe03b3b33d5122 Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #273396
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Tue 30 Jun 2026 22:28:28 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 928c7a97715b384c1fc039f7ad032cbc6ee0f1c0 Comments
More checks for macOS.
Changed files
- grid.c
- screen.c
- tmux.h
Change #273396
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Tue 30 Jun 2026 22:28:28 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 928c7a97715b384c1fc039f7ad032cbc6ee0f1c0 Comments
More checks for macOS.
Changed files
- grid.c
- screen.c
- tmux.h
Change #273401
Category tmux Changed by nicm <nicm> Changed at Tue 30 Jun 2026 22:27:36 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision eda7e563d01ca4e1c5154fb16a35a19e0df56f91 Comments
Change a malloc to calloc.
Changed files
- grid.c
Change #273401
Category tmux Changed by nicm <nicm> Changed at Tue 30 Jun 2026 22:27:36 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision eda7e563d01ca4e1c5154fb16a35a19e0df56f91 Comments
Change a malloc to calloc.
Changed files
- grid.c
Change #273403
Category tmux Changed by Thomas Adam <thomas@xteddy.org> Changed at Tue 30 Jun 2026 23:00:06 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 8d470017bc84c80211ed6783841fc023e58ae2be Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #273403
Category tmux Changed by Thomas Adam <thomas@xteddy.org> Changed at Tue 30 Jun 2026 23:00:06 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 8d470017bc84c80211ed6783841fc023e58ae2be Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #273428
Category tmux Changed by nicm <nicm> Changed at Wed 01 Jul 2026 00:44:21 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 74a5069c0a25a5207ceca6b22dc6c9b135bf118a Comments
Fix some indentation.
Changed files
- server-client.c
Change #273428
Category tmux Changed by nicm <nicm> Changed at Wed 01 Jul 2026 00:44:21 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 74a5069c0a25a5207ceca6b22dc6c9b135bf118a Comments
Fix some indentation.
Changed files
- server-client.c
Change #273429
Category tmux Changed by nicm <nicm> Changed at Wed 01 Jul 2026 00:48:12 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 1e9a16a748776cec6980f5d575d3235e2caf11f7 Comments
And some other indentation.
Changed files
- server-client.c
Change #273429
Category tmux Changed by nicm <nicm> Changed at Wed 01 Jul 2026 00:48:12 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 1e9a16a748776cec6980f5d575d3235e2caf11f7 Comments
And some other indentation.
Changed files
- server-client.c
Change #273430
Category tmux Changed by Thomas Adam <thomas@xteddy.org> Changed at Wed 01 Jul 2026 01:00:06 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 41b4743eba29c32509fbefde758807b996b2d00c Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #273430
Category tmux Changed by Thomas Adam <thomas@xteddy.org> Changed at Wed 01 Jul 2026 01:00:06 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 41b4743eba29c32509fbefde758807b996b2d00c Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #273446
Category tmux Changed by nicm <nicm> Changed at Wed 01 Jul 2026 08:17:58 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision e69950a9ca773f3183749f3ccd6ee588880040d8 Comments
Add overline for ghostty also, GitHub issue 5309.
Changed files
- tty-features.c
Change #273446
Category tmux Changed by nicm <nicm> Changed at Wed 01 Jul 2026 08:17:58 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision e69950a9ca773f3183749f3ccd6ee588880040d8 Comments
Add overline for ghostty also, GitHub issue 5309.
Changed files
- tty-features.c
Change #273447
Category tmux Changed by Thomas Adam <thomas@xteddy.org> Changed at Wed 01 Jul 2026 08:30:06 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision b3fa1c0b9cefb5b51608be3e6f6c09554b4bafc9 Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #273447
Category tmux Changed by Thomas Adam <thomas@xteddy.org> Changed at Wed 01 Jul 2026 08:30:06 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision b3fa1c0b9cefb5b51608be3e6f6c09554b4bafc9 Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #273462
Category tmux Changed by nicm <nicm> Changed at Wed 01 Jul 2026 09:48:48 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 724f85d275845c81df53676da627ec90c7c89b01 Comments
Do not draw to tty if PANE_REDRAW has been set since it is just going to be replaced.
Changed files
- screen-write.c
Change #273462
Category tmux Changed by nicm <nicm> Changed at Wed 01 Jul 2026 09:48:48 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 724f85d275845c81df53676da627ec90c7c89b01 Comments
Do not draw to tty if PANE_REDRAW has been set since it is just going to be replaced.
Changed files
- screen-write.c
Change #273463
Category tmux Changed by Thomas Adam <thomas@xteddy.org> Changed at Wed 01 Jul 2026 10:15:07 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 002ac977f84234be5be7ea193b9c8d9f352b49d3 Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #273463
Category tmux Changed by Thomas Adam <thomas@xteddy.org> Changed at Wed 01 Jul 2026 10:15:07 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 002ac977f84234be5be7ea193b9c8d9f352b49d3 Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #273519
Category tmux Changed by nicm <nicm> Changed at Wed 01 Jul 2026 15:12:17 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision e9396e59d90d727284b4661971f1c2ac9c245fd2 Comments
Add a couple of format c/f and c/b to emit colours.
Changed files
- cmd-list-keys.c
- colour.c
- format.c
- tmux.1
- tmux.h
Change #273519
Category tmux Changed by nicm <nicm> Changed at Wed 01 Jul 2026 15:12:17 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision e9396e59d90d727284b4661971f1c2ac9c245fd2 Comments
Add a couple of format c/f and c/b to emit colours.
Changed files
- cmd-list-keys.c
- colour.c
- format.c
- tmux.1
- tmux.h
Change #273520
Category tmux Changed by Thomas Adam <thomas@xteddy.org> Changed at Wed 01 Jul 2026 15:30:07 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 87aa44f4bcd0dff4d15f3104bb544f2d6ca4355c Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #273520
Category tmux Changed by Thomas Adam <thomas@xteddy.org> Changed at Wed 01 Jul 2026 15:30:07 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 87aa44f4bcd0dff4d15f3104bb544f2d6ca4355c Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #273551
Category tmux Changed by nicm <nicm> Changed at Wed 01 Jul 2026 17:44:13 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 565db46a1947b829af00bb2ff4acbc0b8c189fcd Comments
Instead of fully redrawing the pane when sync ends, only redraw lines that have been changed.
Changed files
- screen-redraw.c
- screen-write.c
- tmux.h
- window.c
Change #273551
Category tmux Changed by nicm <nicm> Changed at Wed 01 Jul 2026 17:44:13 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 565db46a1947b829af00bb2ff4acbc0b8c189fcd Comments
Instead of fully redrawing the pane when sync ends, only redraw lines that have been changed.
Changed files
- screen-redraw.c
- screen-write.c
- tmux.h
- window.c
Change #273552
Category tmux Changed by nicm <nicm> Changed at Wed 01 Jul 2026 18:43:14 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 824ef37f5ff412bd2844fee896c167175ba13aad Comments
Change layout sets to build the layout using the new mechanics, from Dane Jensen.
Changed files
- layout-custom.c
- layout-set.c
- layout.c
- spawn.c
- tmux.h
- window.c
Change #273552
Category tmux Changed by nicm <nicm> Changed at Wed 01 Jul 2026 18:43:14 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 824ef37f5ff412bd2844fee896c167175ba13aad Comments
Change layout sets to build the layout using the new mechanics, from Dane Jensen.
Changed files
- layout-custom.c
- layout-set.c
- layout.c
- spawn.c
- tmux.h
- window.c
Change #273553
Category tmux Changed by Thomas Adam <thomas@xteddy.org> Changed at Wed 01 Jul 2026 18:52:07 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 1818b6ac16d0d44c00577e1e025d35ab85f5bf78 Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #273553
Category tmux Changed by Thomas Adam <thomas@xteddy.org> Changed at Wed 01 Jul 2026 18:52:07 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 1818b6ac16d0d44c00577e1e025d35ab85f5bf78 Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #273554
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Wed 01 Jul 2026 19:00:15 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 5e32eddb8c9942de76569f731e55114a8f1ec1b9 Comments
Fix up merge.
Changed files
- screen-write.c
Change #273554
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Wed 01 Jul 2026 19:00:15 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 5e32eddb8c9942de76569f731e55114a8f1ec1b9 Comments
Fix up merge.
Changed files
- screen-write.c
Change #273555
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Wed 01 Jul 2026 19:02:45 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 81083569787ca8588cf89072800567509af62389 Comments
Update names test.
Changed files
- regress/check-names.sh
Change #273555
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Wed 01 Jul 2026 19:02:45 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 81083569787ca8588cf89072800567509af62389 Comments
Update names test.
Changed files
- regress/check-names.sh
Change #273557
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Wed 01 Jul 2026 19:15:40 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision bd5d7a8a7af7c1a917432f686f1186b65158c18b Comments
Update prompt test.
Changed files
- regress/prompt-keys.sh
Change #273557
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Wed 01 Jul 2026 19:15:40 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision bd5d7a8a7af7c1a917432f686f1186b65158c18b Comments
Update prompt test.
Changed files
- regress/prompt-keys.sh
Change #273559
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Wed 01 Jul 2026 19:30:55 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision fada35478b5daaa3bb50d64a1f38e128c99c4d2b Comments
Colours changed in tests.
Changed files
- regress/screen-redraw-results/floating-over-scrollbar.result
- regress/screen-redraw-results/marked-pane-lr.result
- regress/screen-redraw-results/marked-pane-status.result
- regress/screen-redraw-results/marked-pane-tb.result
- regress/screen-redraw-results/marked-pane-three.result
- regress/screen-redraw-results/scrollbar-floating.result
- regress/screen-redraw-results/scrollbar-split-left.result
- regress/screen-redraw-results/scrollbar-split-right.result
- regress/screen-redraw-results/window-style-active.result
Change #273559
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Wed 01 Jul 2026 19:30:55 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision fada35478b5daaa3bb50d64a1f38e128c99c4d2b Comments
Colours changed in tests.
Changed files
- regress/screen-redraw-results/floating-over-scrollbar.result
- regress/screen-redraw-results/marked-pane-lr.result
- regress/screen-redraw-results/marked-pane-status.result
- regress/screen-redraw-results/marked-pane-tb.result
- regress/screen-redraw-results/marked-pane-three.result
- regress/screen-redraw-results/scrollbar-floating.result
- regress/screen-redraw-results/scrollbar-split-left.result
- regress/screen-redraw-results/scrollbar-split-right.result
- regress/screen-redraw-results/window-style-active.result
Change #273562
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Wed 01 Jul 2026 19:43:01 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 6f588402c34471b0dea0c0894a2caca275f92f17 Comments
Remove a char which differs between platforms.
Changed files
- regress/UTF-8-test.txt
- regress/utf8-test.result
Change #273562
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Wed 01 Jul 2026 19:43:01 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 6f588402c34471b0dea0c0894a2caca275f92f17 Comments
Remove a char which differs between platforms.
Changed files
- regress/UTF-8-test.txt
- regress/utf8-test.result
Change #273564
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Wed 01 Jul 2026 19:43:59 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 85fc0ea57c029ef396b2714cc51ed27c299cc410 Comments
Add a test for regress.
Changed files
- .github/workflows/regress.yml
Change #273564
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Wed 01 Jul 2026 19:43:59 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 85fc0ea57c029ef396b2714cc51ed27c299cc410 Comments
Add a test for regress.
Changed files
- .github/workflows/regress.yml
Change #273569
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Wed 01 Jul 2026 19:52:47 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 35f429cb6d530a4fc5205bd8c928e56864fac108 Comments
macOS too.
Changed files
- .github/workflows/regress.yml
Change #273569
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Wed 01 Jul 2026 19:52:47 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 35f429cb6d530a4fc5205bd8c928e56864fac108 Comments
macOS too.
Changed files
- .github/workflows/regress.yml
Change #273570
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Wed 01 Jul 2026 19:53:16 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision c41e98be3ccc9707bbbbee6e0a88bc41db3d0bb4 Comments
yaml is poo.
Changed files
- .github/workflows/regress.yml
Change #273570
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Wed 01 Jul 2026 19:53:16 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision c41e98be3ccc9707bbbbee6e0a88bc41db3d0bb4 Comments
yaml is poo.
Changed files
- .github/workflows/regress.yml
Change #273571
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Wed 01 Jul 2026 19:53:37 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 5b37471db77d84f67a18be333d6cb26077d0c37f Comments
Spaces.
Changed files
- .github/workflows/regress.yml
Change #273571
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Wed 01 Jul 2026 19:53:37 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 5b37471db77d84f67a18be333d6cb26077d0c37f Comments
Spaces.
Changed files
- .github/workflows/regress.yml
Change #273572
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Wed 01 Jul 2026 19:55:28 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 728ad24d4a8b8e3bad7473d494ef3aed78c86e41 Comments
utf8proc.
Changed files
- .github/workflows/regress.yml
Change #273572
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Wed 01 Jul 2026 19:55:28 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 728ad24d4a8b8e3bad7473d494ef3aed78c86e41 Comments
utf8proc.
Changed files
- .github/workflows/regress.yml
Change #273576
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Wed 01 Jul 2026 19:59:34 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision d9d12c5c4381e27905876dbbd39e5df05dbf385f Comments
More tweaks.
Changed files
- .github/workflows/regress.yml
Change #273576
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Wed 01 Jul 2026 19:59:34 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision d9d12c5c4381e27905876dbbd39e5df05dbf385f Comments
More tweaks.
Changed files
- .github/workflows/regress.yml
Change #273577
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Wed 01 Jul 2026 20:00:37 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 9fb67a2cdda83914a1c168e3b6b3628eafbac9ce Comments
Missing \.
Changed files
- .github/workflows/regress.yml
Change #273577
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Wed 01 Jul 2026 20:00:37 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 9fb67a2cdda83914a1c168e3b6b3628eafbac9ce Comments
Missing \.
Changed files
- .github/workflows/regress.yml
Change #273578
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Wed 01 Jul 2026 20:05:24 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 3d58e04c93c17af60c6852531aeb6d85a5975d09 Comments
no point in having stuff i cannot test
Changed files
- .github/workflows/regress.yml
Change #273578
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Wed 01 Jul 2026 20:05:24 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 3d58e04c93c17af60c6852531aeb6d85a5975d09 Comments
no point in having stuff i cannot test
Changed files
- .github/workflows/regress.yml
Change #273585
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Wed 01 Jul 2026 18:49:40 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision e802909de06012a4df6209d55e86487c56223163 Comments
Fix so that the end of a synchronized update again triggers a redraw.
Changed files
- CHANGES
- configure.ac
- input.c
Change #273585
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Wed 01 Jul 2026 18:49:40 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision e802909de06012a4df6209d55e86487c56223163 Comments
Fix so that the end of a synchronized update again triggers a redraw.
Changed files
- CHANGES
- configure.ac
- input.c
Change #273586
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Wed 01 Jul 2026 21:06:23 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 6ad86ebdf1ed9f3fa71c2adbf7cb0cf057732609 Comments
Merge branch 'release_3.7b'
Changed files
- no files
Change #273586
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Wed 01 Jul 2026 21:06:23 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 6ad86ebdf1ed9f3fa71c2adbf7cb0cf057732609 Comments
Merge branch 'release_3.7b'
Changed files
- no files
Change #273605
Category tmux Changed by nicm <nicm> Changed at Wed 01 Jul 2026 22:18:05 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 735bbf9da75cb0d7545750f4028c26420507bb07 Comments
Disable time expansion if expanding an inner format or more %s are needed.
Changed files
- format.c
Change #273605
Category tmux Changed by nicm <nicm> Changed at Wed 01 Jul 2026 22:18:05 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 735bbf9da75cb0d7545750f4028c26420507bb07 Comments
Disable time expansion if expanding an inner format or more %s are needed.
Changed files
- format.c
Change #273607
Category tmux Changed by nicm <nicm> Changed at Wed 01 Jul 2026 22:26:39 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 8dc9e24c74103dea70a033ba28c8658b28aa76db Comments
Revert previous, it is not the right change.
Changed files
- format.c
Change #273607
Category tmux Changed by nicm <nicm> Changed at Wed 01 Jul 2026 22:26:39 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 8dc9e24c74103dea70a033ba28c8658b28aa76db Comments
Revert previous, it is not the right change.
Changed files
- format.c
Change #273608
Category tmux Changed by Thomas Adam <thomas@xteddy.org> Changed at Wed 01 Jul 2026 22:30:06 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision d5688bf165904d055a7efc635ed5418fe7094fd1 Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #273608
Category tmux Changed by Thomas Adam <thomas@xteddy.org> Changed at Wed 01 Jul 2026 22:30:06 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision d5688bf165904d055a7efc635ed5418fe7094fd1 Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #273620
Category tmux Changed by nicm <nicm> Changed at Wed 01 Jul 2026 22:53:38 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 3ef51a469cc5738feca8a1e17740748171af6b6f Comments
move-pane needs -D.
Changed files
- cmd-join-pane.c
Change #273620
Category tmux Changed by nicm <nicm> Changed at Wed 01 Jul 2026 22:53:38 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 3ef51a469cc5738feca8a1e17740748171af6b6f Comments
move-pane needs -D.
Changed files
- cmd-join-pane.c
Change #273621
Category tmux Changed by Thomas Adam <thomas@xteddy.org> Changed at Wed 01 Jul 2026 23:15:06 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision f50a38de23b0a3e3f7c3046cca41701520ef8d39 Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #273621
Category tmux Changed by Thomas Adam <thomas@xteddy.org> Changed at Wed 01 Jul 2026 23:15:06 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision f50a38de23b0a3e3f7c3046cca41701520ef8d39 Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #273634
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Thu 02 Jul 2026 08:36:26 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 9dcc2da34815e77d6f1e1368b32a9160ff82c4a8 Comments
Add format modifiers test.
Changed files
- regress/format-modifiers.sh
Change #273634
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Thu 02 Jul 2026 08:36:26 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 9dcc2da34815e77d6f1e1368b32a9160ff82c4a8 Comments
Add format modifiers test.
Changed files
- regress/format-modifiers.sh
Change #273635
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Thu 02 Jul 2026 08:36:26 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision baf16f041905c411fdebdf48a8254d96f3418b82 Comments
Format tests.
Changed files
- regress/format-modifiers.sh
- regress/format-mouse.sh
- regress/format-variables.sh
Change #273635
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Thu 02 Jul 2026 08:36:26 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision baf16f041905c411fdebdf48a8254d96f3418b82 Comments
Format tests.
Changed files
- regress/format-modifiers.sh
- regress/format-mouse.sh
- regress/format-variables.sh
Change #273639
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Thu 02 Jul 2026 09:15:22 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 7713cbebd21a37b52cf90766c655075172c2a549 Comments
Add options tests.
Changed files
- regress/options-array.sh
- regress/options-scope.sh
- regress/options-values.sh
Change #273639
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Thu 02 Jul 2026 09:15:22 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 7713cbebd21a37b52cf90766c655075172c2a549 Comments
Add options tests.
Changed files
- regress/options-array.sh
- regress/options-scope.sh
- regress/options-values.sh
Change #273647
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Thu 02 Jul 2026 10:01:49 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision d626cef6dea56cea7bfe46a16cd8d034affa9a63 Comments
Environment tests.
Changed files
- regress/environ-update.sh
- regress/environ.sh
Change #273647
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Thu 02 Jul 2026 10:01:49 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision d626cef6dea56cea7bfe46a16cd8d034affa9a63 Comments
Environment tests.
Changed files
- regress/environ-update.sh
- regress/environ.sh
Change #273663
Category tmux Changed by nicm <nicm> Changed at Thu 02 Jul 2026 10:47:25 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 0ad5035457c2f005f8479963e0ac7a3203b7862c Comments
Do not crash if no client.
Changed files
- cmd-find.c
Change #273663
Category tmux Changed by nicm <nicm> Changed at Thu 02 Jul 2026 10:47:25 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 0ad5035457c2f005f8479963e0ac7a3203b7862c Comments
Do not crash if no client.
Changed files
- cmd-find.c
Change #273664
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Thu 02 Jul 2026 11:03:00 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision a9a04c7bc0d5e435276862fbc8ed979eddc77cdd Comments
Targets tests.
Changed files
- regress/targets-panes.sh
- regress/targets.sh
Change #273664
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Thu 02 Jul 2026 11:03:00 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision a9a04c7bc0d5e435276862fbc8ed979eddc77cdd Comments
Targets tests.
Changed files
- regress/targets-panes.sh
- regress/targets.sh
Change #273666
Category tmux Changed by Thomas Adam <thomas@xteddy.org> Changed at Thu 02 Jul 2026 11:00:06 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision ca81c363832bbfb35f05e23b65f3ec474911420d Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #273666
Category tmux Changed by Thomas Adam <thomas@xteddy.org> Changed at Thu 02 Jul 2026 11:00:06 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision ca81c363832bbfb35f05e23b65f3ec474911420d Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #273671
Category tmux Changed by nicm <nicm> Changed at Thu 02 Jul 2026 10:51:05 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 0a81f4d742cfb986a9eaf74fcaa148ba0cc0a019 Comments
Add a raw grid output to capture-pane for debugging and regression tests.
Changed files
- attributes.c
- cmd-capture-pane.c
- grid.c
- tmux.1
- tmux.h
Change #273671
Category tmux Changed by nicm <nicm> Changed at Thu 02 Jul 2026 10:51:05 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 0a81f4d742cfb986a9eaf74fcaa148ba0cc0a019 Comments
Add a raw grid output to capture-pane for debugging and regression tests.
Changed files
- attributes.c
- cmd-capture-pane.c
- grid.c
- tmux.1
- tmux.h
Change #273672
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Thu 02 Jul 2026 11:17:04 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 01c86e64b72fb7c7d0b2fc27e629ae250788edf3 Comments
No x flag.
Changed files
- regress/session-group-resize.sh
- regress/targets-panes.sh
- regress/targets.sh
Change #273672
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Thu 02 Jul 2026 11:17:04 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 01c86e64b72fb7c7d0b2fc27e629ae250788edf3 Comments
No x flag.
Changed files
- regress/session-group-resize.sh
- regress/targets-panes.sh
- regress/targets.sh
Change #273673
Category tmux Changed by Thomas Adam <thomas@xteddy.org> Changed at Thu 02 Jul 2026 11:15:06 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision e22c56f02f2b58ca6f4a86947a3616d39a09c3a2 Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #273673
Category tmux Changed by Thomas Adam <thomas@xteddy.org> Changed at Thu 02 Jul 2026 11:15:06 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision e22c56f02f2b58ca6f4a86947a3616d39a09c3a2 Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #273676
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Thu 02 Jul 2026 11:26:25 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision b6fca5544747e5f71c6b22f9bc0086d727d57509 Comments
Add tests for input path.
Changed files
- regress/input-common.inc
- regress/input-cursor.sh
- regress/input-edit.sh
- regress/input-malformed.sh
- regress/input-modes.sh
- regress/input-osc.sh
- regress/input-raw-controls.sh
- regress/input-raw-cursor.sh
- regress/input-raw-edit.sh
- regress/input-raw-history.sh
- regress/input-raw-reflow.sh
- regress/input-raw-scroll.sh
- regress/input-raw-sgr.sh
- regress/input-raw-unicode.sh
- regress/input-raw-wrap.sh
- regress/input-replies.sh
- regress/input-requests.sh
- regress/input-scroll.sh
- regress/input-sgr.sh
- regress/input-unicode.sh
Change #273676
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Thu 02 Jul 2026 11:26:25 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision b6fca5544747e5f71c6b22f9bc0086d727d57509 Comments
Add tests for input path.
Changed files
- regress/input-common.inc
- regress/input-cursor.sh
- regress/input-edit.sh
- regress/input-malformed.sh
- regress/input-modes.sh
- regress/input-osc.sh
- regress/input-raw-controls.sh
- regress/input-raw-cursor.sh
- regress/input-raw-edit.sh
- regress/input-raw-history.sh
- regress/input-raw-reflow.sh
- regress/input-raw-scroll.sh
- regress/input-raw-sgr.sh
- regress/input-raw-unicode.sh
- regress/input-raw-wrap.sh
- regress/input-replies.sh
- regress/input-requests.sh
- regress/input-scroll.sh
- regress/input-sgr.sh
- regress/input-unicode.sh
Change #273678
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Thu 02 Jul 2026 11:28:48 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 70f37ef81514160022eb7bd29d3793fbd821f341 Comments
No vis.h in portable.
Changed files
- cmd-capture-pane.c
Change #273678
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Thu 02 Jul 2026 11:28:48 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 70f37ef81514160022eb7bd29d3793fbd821f341 Comments
No vis.h in portable.
Changed files
- cmd-capture-pane.c
Change #273680
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Thu 02 Jul 2026 11:46:32 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 390805d8b98a948564f12d672d1b1c753352f571 Comments
Make output nicer for tests.
Changed files
- regress/Makefile
Change #273680
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Thu 02 Jul 2026 11:46:32 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 390805d8b98a948564f12d672d1b1c753352f571 Comments
Make output nicer for tests.
Changed files
- regress/Makefile
Change #273695
Category tmux Changed by nicm <nicm> Changed at Thu 02 Jul 2026 12:34:14 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 6b9b6c0b0b6ccdfab883b602e9833ed2afab5109 Comments
Copy UTF-8 data correctly.
Changed files
- cmd-capture-pane.c
Change #273695
Category tmux Changed by nicm <nicm> Changed at Thu 02 Jul 2026 12:34:14 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 6b9b6c0b0b6ccdfab883b602e9833ed2afab5109 Comments
Copy UTF-8 data correctly.
Changed files
- cmd-capture-pane.c
Change #273696
Category tmux Changed by Thomas Adam <thomas@xteddy.org> Changed at Thu 02 Jul 2026 13:00:06 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 63a8af0e15e3bc475cff2a6912329196e51e02a9 Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #273696
Category tmux Changed by Thomas Adam <thomas@xteddy.org> Changed at Thu 02 Jul 2026 13:00:06 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 63a8af0e15e3bc475cff2a6912329196e51e02a9 Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #273769
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Thu 02 Jul 2026 23:12:14 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision a82e09d1a3696fd533ae0b645c2f213b92cf6ca5 Comments
Test fixes.
Changed files
- regress/format-modifiers.sh
- regress/targets.sh
Change #273769
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Thu 02 Jul 2026 23:12:14 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision a82e09d1a3696fd533ae0b645c2f213b92cf6ca5 Comments
Test fixes.
Changed files
- regress/format-modifiers.sh
- regress/targets.sh
Change #273775
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Thu 02 Jul 2026 23:53:53 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision d718b0eac7276ec6653392a4988f8dddb7963406 Comments
More test fixes.
Changed files
- regress/targets.sh
Change #273775
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Thu 02 Jul 2026 23:53:53 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision d718b0eac7276ec6653392a4988f8dddb7963406 Comments
More test fixes.
Changed files
- regress/targets.sh
Change #273784
Category tmux Changed by nicm <nicm> Changed at Thu 02 Jul 2026 23:40:05 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 6ebef7450ab2835bbf9a1c7c4acf3cec28976be5 Comments
Do not double free or leak pane on failure, from Uzair Aftab in GitHub issue 5316.
Changed files
- cmd-split-window.c
Change #273784
Category tmux Changed by nicm <nicm> Changed at Thu 02 Jul 2026 23:40:05 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 6ebef7450ab2835bbf9a1c7c4acf3cec28976be5 Comments
Do not double free or leak pane on failure, from Uzair Aftab in GitHub issue 5316.
Changed files
- cmd-split-window.c
Change #273785
Category tmux Changed by nicm <nicm> Changed at Thu 02 Jul 2026 23:45:36 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 93039db58c6e3c5897e655edc319fafa3480dc5d Comments
Use message-style as default for message-format again. GitHub issue 5315.
Changed files
- status.c
Change #273785
Category tmux Changed by nicm <nicm> Changed at Thu 02 Jul 2026 23:45:36 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 93039db58c6e3c5897e655edc319fafa3480dc5d Comments
Use message-style as default for message-format again. GitHub issue 5315.
Changed files
- status.c
Change #273786
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Thu 02 Jul 2026 23:56:07 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision fa2a3b679ad4267031549b159bb70932afc873fc Comments
Use ASAN in tests.
Changed files
- .github/workflows/regress.yml
Change #273786
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Thu 02 Jul 2026 23:56:07 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision fa2a3b679ad4267031549b159bb70932afc873fc Comments
Use ASAN in tests.
Changed files
- .github/workflows/regress.yml
Change #273787
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Thu 02 Jul 2026 23:57:14 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 228c9c927711c702a130936b95b6344e6df1bf06 Comments
Tweak.
Changed files
- .github/workflows/regress.yml
Change #273787
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Thu 02 Jul 2026 23:57:14 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 228c9c927711c702a130936b95b6344e6df1bf06 Comments
Tweak.
Changed files
- .github/workflows/regress.yml
Change #273788
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Thu 02 Jul 2026 23:57:55 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision bf0eee35f9b5b1b8013d2e138ea13066f6686eb4 Comments
Fix.
Changed files
- .github/workflows/regress.yml
Change #273788
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Thu 02 Jul 2026 23:57:55 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision bf0eee35f9b5b1b8013d2e138ea13066f6686eb4 Comments
Fix.
Changed files
- .github/workflows/regress.yml
Change #273789
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Thu 02 Jul 2026 23:59:23 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 352b1173c8c258bd33d652e157627239d00c50af Comments
Fix.
Changed files
- .github/workflows/regress.yml
Change #273789
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Thu 02 Jul 2026 23:59:23 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 352b1173c8c258bd33d652e157627239d00c50af Comments
Fix.
Changed files
- .github/workflows/regress.yml
Change #273790
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Fri 03 Jul 2026 00:01:19 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision f592be00fa954950c931f41e56146ee4bff87c59 Comments
Do not require debug for ASAN.
Changed files
- Makefile.am
Change #273790
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Fri 03 Jul 2026 00:01:19 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision f592be00fa954950c931f41e56146ee4bff87c59 Comments
Do not require debug for ASAN.
Changed files
- Makefile.am
Change #273791
Category tmux Changed by Thomas Adam <thomas@xteddy.org> Changed at Fri 03 Jul 2026 00:00:06 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 8d877421cfbb1b7e34e783b825436b5cf69513e8 Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #273791
Category tmux Changed by Thomas Adam <thomas@xteddy.org> Changed at Fri 03 Jul 2026 00:00:06 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 8d877421cfbb1b7e34e783b825436b5cf69513e8 Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #273793
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Fri 03 Jul 2026 00:06:55 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 351bef58a31889d873c50ef35eefad121c2e7b4f Comments
Undo last.
Changed files
- Makefile.am
Change #273793
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Fri 03 Jul 2026 00:06:55 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 351bef58a31889d873c50ef35eefad121c2e7b4f Comments
Undo last.
Changed files
- Makefile.am
Change #273795
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Fri 03 Jul 2026 00:18:50 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision abcf8dca3ab9c02d3f4da9e69c201eb6f0c29f1f Comments
Put ASAN_OPTIONS in the right place.
Changed files
- .github/workflows/regress.yml
- regress/Makefile
Change #273795
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Fri 03 Jul 2026 00:18:50 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision abcf8dca3ab9c02d3f4da9e69c201eb6f0c29f1f Comments
Put ASAN_OPTIONS in the right place.
Changed files
- .github/workflows/regress.yml
- regress/Makefile
Change #273798
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Fri 03 Jul 2026 00:28:15 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision dbb70b394eca35c79ac85ccd0ea240a2b831766a Comments
Fix test.
Changed files
- regress/format-modifiers.sh
Change #273798
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Fri 03 Jul 2026 00:28:15 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision dbb70b394eca35c79ac85ccd0ea240a2b831766a Comments
Fix test.
Changed files
- regress/format-modifiers.sh
Change #273804
Category tmux Changed by nicm <nicm> Changed at Fri 03 Jul 2026 00:31:25 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 2b8c3c1362532367eb0270de3844f9bf09b24f18 Comments
Enable swap-pane on floating panes again but not -U/-D. From Dane Jensen.
Changed files
- cmd-swap-pane.c
Change #273804
Category tmux Changed by nicm <nicm> Changed at Fri 03 Jul 2026 00:31:25 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 2b8c3c1362532367eb0270de3844f9bf09b24f18 Comments
Enable swap-pane on floating panes again but not -U/-D. From Dane Jensen.
Changed files
- cmd-swap-pane.c
Change #273805
Category tmux Changed by Thomas Adam <thomas@xteddy.org> Changed at Fri 03 Jul 2026 01:00:06 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision f0ec51e78d09b179719ee5735be2a8a979c54d0f Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #273805
Category tmux Changed by Thomas Adam <thomas@xteddy.org> Changed at Fri 03 Jul 2026 01:00:06 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision f0ec51e78d09b179719ee5735be2a8a979c54d0f Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #273814
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Fri 03 Jul 2026 08:13:31 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision f645f0abe8ba3d7ca3bc0226c1b6f08910fb6cfb Comments
A few more tests.
Changed files
- regress/buffers.sh
- regress/pane-ops.sh
- regress/session-ops.sh
- regress/window-ops.sh
Change #273814
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Fri 03 Jul 2026 08:13:31 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision f645f0abe8ba3d7ca3bc0226c1b6f08910fb6cfb Comments
A few more tests.
Changed files
- regress/buffers.sh
- regress/pane-ops.sh
- regress/session-ops.sh
- regress/window-ops.sh
Change #273837
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Fri 03 Jul 2026 12:50:24 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 89a59d4df57d4c7bc5ae42e115006a1022d804ed Comments
Bump version.
Changed files
- configure.ac
Change #273837
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Fri 03 Jul 2026 12:50:24 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 89a59d4df57d4c7bc5ae42e115006a1022d804ed Comments
Bump version.
Changed files
- configure.ac
Change #273844
Category tmux Changed by nicm <nicm> Changed at Fri 03 Jul 2026 12:47:32 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision fa2c9f45513b11e9b3e3b5ca98fff915e303b170 Comments
Allow join-pane to tile floating panes, from Dane Jensen.
Changed files
- cmd-join-pane.c
- layout.c
- tmux.1
Change #273844
Category tmux Changed by nicm <nicm> Changed at Fri 03 Jul 2026 12:47:32 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision fa2c9f45513b11e9b3e3b5ca98fff915e303b170 Comments
Allow join-pane to tile floating panes, from Dane Jensen.
Changed files
- cmd-join-pane.c
- layout.c
- tmux.1
Change #273845
Category tmux Changed by Thomas Adam <thomas@xteddy.org> Changed at Fri 03 Jul 2026 13:15:06 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 88932f2d09b9b85005fd64f6cf2a4a390b4a5bc6 Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #273845
Category tmux Changed by Thomas Adam <thomas@xteddy.org> Changed at Fri 03 Jul 2026 13:15:06 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 88932f2d09b9b85005fd64f6cf2a4a390b4a5bc6 Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #273868
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Fri 03 Jul 2026 16:48:07 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 47b90a4e0303b5a3a12515ccd7461e482f319cf6 Comments
Add single quote test.
Changed files
- regress/format-modifiers.sh
Change #273868
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Fri 03 Jul 2026 16:48:07 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 47b90a4e0303b5a3a12515ccd7461e482f319cf6 Comments
Add single quote test.
Changed files
- regress/format-modifiers.sh
Change #273877
Category tmux Changed by nicm <nicm> Changed at Fri 03 Jul 2026 16:48:07 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision cceca5a1584881ee5e3a34011efc7178a5e7b7ef Comments
Add single quote operator.
Changed files
- format.c
- tmux.1
Change #273877
Category tmux Changed by nicm <nicm> Changed at Fri 03 Jul 2026 16:48:07 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision cceca5a1584881ee5e3a34011efc7178a5e7b7ef Comments
Add single quote operator.
Changed files
- format.c
- tmux.1
Change #273878
Category tmux Changed by Thomas Adam <thomas@xteddy.org> Changed at Fri 03 Jul 2026 17:15:06 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 0148ad5820da9725532656936ed9db78f83988b4 Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #273878
Category tmux Changed by Thomas Adam <thomas@xteddy.org> Changed at Fri 03 Jul 2026 17:15:06 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 0148ad5820da9725532656936ed9db78f83988b4 Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #273881
Category tmux Changed by nicm <nicm> Changed at Fri 03 Jul 2026 17:10:07 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision e1fc6b31eed435877351817c70ad71f7212081c2 Comments
Add manual width and height window formats.
Changed files
- format.c
- tmux.1
Change #273881
Category tmux Changed by nicm <nicm> Changed at Fri 03 Jul 2026 17:10:07 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision e1fc6b31eed435877351817c70ad71f7212081c2 Comments
Add manual width and height window formats.
Changed files
- format.c
- tmux.1
Change #273882
Category tmux Changed by Thomas Adam <thomas@xteddy.org> Changed at Fri 03 Jul 2026 17:30:06 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 8d67f8af24f97ec166405b092287e901ab089136 Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #273882
Category tmux Changed by Thomas Adam <thomas@xteddy.org> Changed at Fri 03 Jul 2026 17:30:06 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 8d67f8af24f97ec166405b092287e901ab089136 Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #273885
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Fri 03 Jul 2026 17:37:47 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 310d0e93d6e033aba63939b131be623b792339a2 Comments
Pane sort tests.
Changed files
- regress/format-modifiers.sh
Change #273885
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Fri 03 Jul 2026 17:37:47 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 310d0e93d6e033aba63939b131be623b792339a2 Comments
Pane sort tests.
Changed files
- regress/format-modifiers.sh
Change #273892
Category tmux Changed by nicm <nicm> Changed at Fri 03 Jul 2026 17:35:51 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 6967f547745547149ec9460a073601e1e6789391 Comments
Add additional pane sort orders.
Changed files
- format.c
- tmux.1
Change #273892
Category tmux Changed by nicm <nicm> Changed at Fri 03 Jul 2026 17:35:51 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 6967f547745547149ec9460a073601e1e6789391 Comments
Add additional pane sort orders.
Changed files
- format.c
- tmux.1
Change #273893
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Fri 03 Jul 2026 18:01:16 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 29f0939a5b760d1ca8cdcfdf641704302b66b58c Comments
Update tests for -E.
Changed files
- regress/pane-ops.sh
Change #273893
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Fri 03 Jul 2026 18:01:16 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 29f0939a5b760d1ca8cdcfdf641704302b66b58c Comments
Update tests for -E.
Changed files
- regress/pane-ops.sh
Change #273894
Category tmux Changed by Thomas Adam <thomas@xteddy.org> Changed at Fri 03 Jul 2026 18:00:06 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 4a6ac5e2090f5684a05a773cfa4b030f855670fe Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #273894
Category tmux Changed by Thomas Adam <thomas@xteddy.org> Changed at Fri 03 Jul 2026 18:00:06 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 4a6ac5e2090f5684a05a773cfa4b030f855670fe Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #273896
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Fri 03 Jul 2026 18:10:51 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 44304bf9e4b9e93d06fed7a4471b06dd0c442971 Comments
Add pane_start_command_list to tests.
Changed files
- regress/format-variables.sh
Change #273896
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Fri 03 Jul 2026 18:10:51 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 44304bf9e4b9e93d06fed7a4471b06dd0c442971 Comments
Add pane_start_command_list to tests.
Changed files
- regress/format-variables.sh
Change #273900
Category tmux Changed by nicm <nicm> Changed at Fri 03 Jul 2026 18:09:49 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 820067826a07cc8f36e65943b4b23217ed2e8dd2 Comments
Add -E to new-window and respawn-pane and respawn-window to create empty panes.
Changed files
- cmd-new-window.c
- cmd-respawn-pane.c
- cmd-respawn-window.c
- spawn.c
Change #273900
Category tmux Changed by nicm <nicm> Changed at Fri 03 Jul 2026 18:09:49 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 820067826a07cc8f36e65943b4b23217ed2e8dd2 Comments
Add -E to new-window and respawn-pane and respawn-window to create empty panes.
Changed files
- cmd-new-window.c
- cmd-respawn-pane.c
- cmd-respawn-window.c
- spawn.c
Change #273901
Category tmux Changed by nicm <nicm> Changed at Fri 03 Jul 2026 18:10:25 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision e03a937c71b9e415e1d74da85efbb6c5685d3c73 Comments
Add a quoted pane_start_command_list which does not lose argument information.
Changed files
- format.c
- tmux.1
Change #273901
Category tmux Changed by nicm <nicm> Changed at Fri 03 Jul 2026 18:10:25 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision e03a937c71b9e415e1d74da85efbb6c5685d3c73 Comments
Add a quoted pane_start_command_list which does not lose argument information.
Changed files
- format.c
- tmux.1
Change #273902
Category tmux Changed by Thomas Adam <thomas@xteddy.org> Changed at Fri 03 Jul 2026 18:30:06 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 929e6b5c9bdcac6b4b120abf37fd43782b0335bb Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #273902
Category tmux Changed by Thomas Adam <thomas@xteddy.org> Changed at Fri 03 Jul 2026 18:30:06 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 929e6b5c9bdcac6b4b120abf37fd43782b0335bb Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #273911
Category tmux Changed by nicm <nicm> Changed at Fri 03 Jul 2026 19:43:14 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision b5a6d9bcaba731ebd5f9412430d4ab89dcc3d3f3 Comments
Fix some spelling and indentation.
Changed files
- format.c
Change #273911
Category tmux Changed by nicm <nicm> Changed at Fri 03 Jul 2026 19:43:14 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision b5a6d9bcaba731ebd5f9412430d4ab89dcc3d3f3 Comments
Fix some spelling and indentation.
Changed files
- format.c
Change #273912
Category tmux Changed by Thomas Adam <thomas@xteddy.org> Changed at Fri 03 Jul 2026 20:00:06 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 8e8fa3d10b3b5782e92dbc19135a110376aea68c Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #273912
Category tmux Changed by Thomas Adam <thomas@xteddy.org> Changed at Fri 03 Jul 2026 20:00:06 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 8e8fa3d10b3b5782e92dbc19135a110376aea68c Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #273916
Category tmux Changed by nicm <nicm> Changed at Fri 03 Jul 2026 20:14:45 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 4378a17fbec453a356f723ed971bd46fa8bbe33e Comments
Add floating panes key bindings and menu options, from Dane Jensen.
Changed files
- key-bindings.c
- options-table.c
Change #273916
Category tmux Changed by nicm <nicm> Changed at Fri 03 Jul 2026 20:14:45 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 4378a17fbec453a356f723ed971bd46fa8bbe33e Comments
Add floating panes key bindings and menu options, from Dane Jensen.
Changed files
- key-bindings.c
- options-table.c
Change #273918
Category tmux Changed by Thomas Adam <thomas@xteddy.org> Changed at Fri 03 Jul 2026 20:30:06 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 90492aa26d610ed8d6706920f7549eb33dd87362 Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #273918
Category tmux Changed by Thomas Adam <thomas@xteddy.org> Changed at Fri 03 Jul 2026 20:30:06 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 90492aa26d610ed8d6706920f7549eb33dd87362 Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #273931
Category tmux Changed by nicm <nicm> Changed at Fri 03 Jul 2026 20:28:57 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision d512a65d4ccc64061821afb8843e57dc7dbdaf14 Comments
Add O and V loops in formats for options and environment.
Changed files
- format.c
- tmux.1
Change #273931
Category tmux Changed by nicm <nicm> Changed at Fri 03 Jul 2026 20:28:57 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision d512a65d4ccc64061821afb8843e57dc7dbdaf14 Comments
Add O and V loops in formats for options and environment.
Changed files
- format.c
- tmux.1
Change #273932
Category tmux Changed by Thomas Adam <thomas@xteddy.org> Changed at Fri 03 Jul 2026 21:00:06 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 31b0b0c99e39ced9a42fe3674b80f9eb0e009da7 Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #273932
Category tmux Changed by Thomas Adam <thomas@xteddy.org> Changed at Fri 03 Jul 2026 21:00:06 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 31b0b0c99e39ced9a42fe3674b80f9eb0e009da7 Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #273956
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Sat 04 Jul 2026 10:15:32 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 1d7021130de92e87676dc10a6c202d3eb037cb3c Comments
Set ASAN_OPTIONS in regress Makefile.
Changed files
- regress/Makefile
Change #273956
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Sat 04 Jul 2026 10:15:32 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 1d7021130de92e87676dc10a6c202d3eb037cb3c Comments
Set ASAN_OPTIONS in regress Makefile.
Changed files
- regress/Makefile
Change #273972
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Sat 04 Jul 2026 18:00:28 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision a02e25ba01ebe85125c198b5115195e0d837d756 Comments
Do not invoke clear check on respawn.
Changed files
- grid.c
- screen.c
- spawn.c
- tmux.h
Change #273972
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Sat 04 Jul 2026 18:00:28 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision a02e25ba01ebe85125c198b5115195e0d837d756 Comments
Do not invoke clear check on respawn.
Changed files
- grid.c
- screen.c
- spawn.c
- tmux.h
Change #273977
Category tmux Changed by nicm <nicm> Changed at Sat 04 Jul 2026 00:58:23 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 8e03310afe4afc02072b774ca3d36ae73b8f9df6 Comments
Move monitor stuff out of control.c into its own file for reuse.
Changed files
- Makefile
- cmd-refresh-client.c
- control.c
- monitor.c
- tmux.h
Change #273977
Category tmux Changed by nicm <nicm> Changed at Sat 04 Jul 2026 00:58:23 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 8e03310afe4afc02072b774ca3d36ae73b8f9df6 Comments
Move monitor stuff out of control.c into its own file for reuse.
Changed files
- Makefile
- cmd-refresh-client.c
- control.c
- monitor.c
- tmux.h
Change #273978
Category tmux Changed by nicm <nicm> Changed at Sat 04 Jul 2026 10:34:16 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision c5a7309966e916ff33f6cdf7e292f33965b0a6a5 Comments
Dirty ED 2 correctly, GiHub issue 5322 from git at twilligon dot com.
Changed files
- screen-write.c
Change #273978
Category tmux Changed by nicm <nicm> Changed at Sat 04 Jul 2026 10:34:16 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision c5a7309966e916ff33f6cdf7e292f33965b0a6a5 Comments
Dirty ED 2 correctly, GiHub issue 5322 from git at twilligon dot com.
Changed files
- screen-write.c
Change #273979
Category tmux Changed by Thomas Adam <thomas@xteddy.org> Changed at Sat 04 Jul 2026 18:06:56 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision f32b65ac4a6537a8f4817836caa17bcc753cf315 Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #273979
Category tmux Changed by Thomas Adam <thomas@xteddy.org> Changed at Sat 04 Jul 2026 18:06:56 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision f32b65ac4a6537a8f4817836caa17bcc753cf315 Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #273980
Category tmux Changed by Thomas Adam <thomas@xteddy.org> Changed at Sat 04 Jul 2026 18:07:31 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 21e91cfa0079e2abcda9b5cc3ac177c54ac46657 Comments
portable: add monitor.c
Changed files
- Makefile.am
Change #273980
Category tmux Changed by Thomas Adam <thomas@xteddy.org> Changed at Sat 04 Jul 2026 18:07:31 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 21e91cfa0079e2abcda9b5cc3ac177c54ac46657 Comments
portable: add monitor.c
Changed files
- Makefile.am
Change #273983
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Sat 04 Jul 2026 18:18:33 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 646637f53ab7c64eb8edcb86eb0f73fc4c3a19b8 Comments
Add control subs test.
Changed files
- regress/control-subscriptions.sh
Change #273983
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Sat 04 Jul 2026 18:18:33 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 646637f53ab7c64eb8edcb86eb0f73fc4c3a19b8 Comments
Add control subs test.
Changed files
- regress/control-subscriptions.sh
Change #273986
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Sat 04 Jul 2026 19:37:53 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision a19b961427d036f78d897e79a7144880d7a34ce3 Comments
Fix test.
Changed files
- regress/session-ops.sh
Change #273986
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Sat 04 Jul 2026 19:37:53 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision a19b961427d036f78d897e79a7144880d7a34ce3 Comments
Fix test.
Changed files
- regress/session-ops.sh
Change #273988
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Sat 04 Jul 2026 19:52:53 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 0f77d9b30a63b70072557e4199d662af205e624d Comments
Fix lengths in test.
Changed files
- regress/input-replies.sh
Change #273988
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Sat 04 Jul 2026 19:52:53 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 0f77d9b30a63b70072557e4199d662af205e624d Comments
Fix lengths in test.
Changed files
- regress/input-replies.sh
Change #273990
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Sat 04 Jul 2026 20:01:48 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 1b4015226f6274008b3cd1061016cb43415a6945 Comments
Use correct counts for this test also.
Changed files
- regress/input-requests.sh
Change #273990
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Sat 04 Jul 2026 20:01:48 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 1b4015226f6274008b3cd1061016cb43415a6945 Comments
Use correct counts for this test also.
Changed files
- regress/input-requests.sh
Change #273992
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Sat 04 Jul 2026 20:13:53 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 219dc7f99e3b57e0cbc5557b3f9c8eb9977bd079 Comments
Locale breaks tests.
Changed files
- regress/Makefile
- regress/pane-ops.sh
- regress/session-ops.sh
- regress/window-ops.sh
Change #273992
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Sat 04 Jul 2026 20:13:53 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 219dc7f99e3b57e0cbc5557b3f9c8eb9977bd079 Comments
Locale breaks tests.
Changed files
- regress/Makefile
- regress/pane-ops.sh
- regress/session-ops.sh
- regress/window-ops.sh
Change #273994
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Sat 04 Jul 2026 20:25:39 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 2efd2d4970f9a924ed08d62c5ff6ae13b3be9240 Comments
Enable macOS regress.
Changed files
- .github/workflows/regress.yml
Change #273994
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Sat 04 Jul 2026 20:25:39 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 2efd2d4970f9a924ed08d62c5ff6ae13b3be9240 Comments
Enable macOS regress.
Changed files
- .github/workflows/regress.yml
Change #273996
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Sat 04 Jul 2026 20:40:28 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 6e9574c715a59c52d8cbcfe59bb50c2940800477 Comments
Linux arm64 fails.
Changed files
- .github/workflows/regress.yml
Change #273996
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Sat 04 Jul 2026 20:40:28 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 6e9574c715a59c52d8cbcfe59bb50c2940800477 Comments
Linux arm64 fails.
Changed files
- .github/workflows/regress.yml
Change #274001
Category tmux Changed by nicm <nicm> Changed at Sat 04 Jul 2026 20:54:18 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 898a91903af87e2a75cb7dbc2fa71a4289ee91a0 Comments
Add some missing checks which make new pane positions off, from Dane Jensen.
Changed files
- layout.c
Change #274001
Category tmux Changed by nicm <nicm> Changed at Sat 04 Jul 2026 20:54:18 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 898a91903af87e2a75cb7dbc2fa71a4289ee91a0 Comments
Add some missing checks which make new pane positions off, from Dane Jensen.
Changed files
- layout.c
Change #274002
Category tmux Changed by Thomas Adam <thomas@xteddy.org> Changed at Sat 04 Jul 2026 21:15:06 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 2d75f79217fa43ff9c419050adaac3402f235dd6 Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #274002
Category tmux Changed by Thomas Adam <thomas@xteddy.org> Changed at Sat 04 Jul 2026 21:15:06 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 2d75f79217fa43ff9c419050adaac3402f235dd6 Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #274006
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Sat 04 Jul 2026 22:18:48 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 2f588047170b881e16b1e5e82da5018e80e613a3 Comments
Add some basic choose mode tests.
Changed files
- regress/choose-buffer.sh
- regress/choose-client.sh
- regress/choose-tree.sh
Change #274006
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Sat 04 Jul 2026 22:18:48 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 2f588047170b881e16b1e5e82da5018e80e613a3 Comments
Add some basic choose mode tests.
Changed files
- regress/choose-buffer.sh
- regress/choose-client.sh
- regress/choose-tree.sh
Change #274011
Category tmux Changed by nicm <nicm> Changed at Sat 04 Jul 2026 22:17:53 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision b05f0abeebd9e35b7fce82ec32ad8a6d69dcc80c Comments
Do not ignore filter when >1 pane. GitHub issue 5326.
Changed files
- window-tree.c
Change #274011
Category tmux Changed by nicm <nicm> Changed at Sat 04 Jul 2026 22:17:53 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision b05f0abeebd9e35b7fce82ec32ad8a6d69dcc80c Comments
Do not ignore filter when >1 pane. GitHub issue 5326.
Changed files
- window-tree.c
Change #274012
Category tmux Changed by Thomas Adam <thomas@xteddy.org> Changed at Sat 04 Jul 2026 22:30:06 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 7b833d07d9f1b58343fc88d7de3c2e0bd9f9aa8c Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #274012
Category tmux Changed by Thomas Adam <thomas@xteddy.org> Changed at Sat 04 Jul 2026 22:30:06 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 7b833d07d9f1b58343fc88d7de3c2e0bd9f9aa8c Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #274020
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Sun 05 Jul 2026 00:09:16 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 92028ed6e2073977faef1e07da26b63849929df7 Comments
Add a few more tests.
Changed files
- regress/format-render-contexts.sh
- regress/input-reflow-stress.sh
- regress/lifecycle-deferred.sh
- regress/mode-mutation.sh
Change #274020
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Sun 05 Jul 2026 00:09:16 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 92028ed6e2073977faef1e07da26b63849929df7 Comments
Add a few more tests.
Changed files
- regress/format-render-contexts.sh
- regress/input-reflow-stress.sh
- regress/lifecycle-deferred.sh
- regress/mode-mutation.sh
Change #274023
Category tmux Changed by nicm <nicm> Changed at Sun 05 Jul 2026 00:06:45 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 415885ecb9bff67fa5610ec9048dc78737baaee7 Comments
Infer the terminal theme from the background colour correctly, if theme reporting is not supported.
Changed files
- server-client.c
- tty-keys.c
Change #274023
Category tmux Changed by nicm <nicm> Changed at Sun 05 Jul 2026 00:06:45 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 415885ecb9bff67fa5610ec9048dc78737baaee7 Comments
Infer the terminal theme from the background colour correctly, if theme reporting is not supported.
Changed files
- server-client.c
- tty-keys.c
Change #274024
Category tmux Changed by Thomas Adam <thomas@xteddy.org> Changed at Sun 05 Jul 2026 00:15:06 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 9af9226ff94e9c65f42d63b4a7f5ca100d5979f6 Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #274024
Category tmux Changed by Thomas Adam <thomas@xteddy.org> Changed at Sun 05 Jul 2026 00:15:06 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 9af9226ff94e9c65f42d63b4a7f5ca100d5979f6 Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #274027
Category tmux Changed by nicm <nicm> Changed at Sun 05 Jul 2026 00:09:06 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 7a8f8f5a74527517dcd8777cac916caf798aa5c8 Comments
Do not use stale pointers in modes.
Changed files
- window-client.c
- window-tree.c
Change #274027
Category tmux Changed by nicm <nicm> Changed at Sun 05 Jul 2026 00:09:06 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 7a8f8f5a74527517dcd8777cac916caf798aa5c8 Comments
Do not use stale pointers in modes.
Changed files
- window-client.c
- window-tree.c
Change #274028
Category tmux Changed by Thomas Adam <thomas@xteddy.org> Changed at Sun 05 Jul 2026 00:30:06 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 5356c62eadf8650ad1ffc95f52755d6f66029a20 Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #274028
Category tmux Changed by Thomas Adam <thomas@xteddy.org> Changed at Sun 05 Jul 2026 00:30:06 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 5356c62eadf8650ad1ffc95f52755d6f66029a20 Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #274047
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Sun 05 Jul 2026 09:17:32 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 9634538106b1a9777cceb85faecf0c05b5433657 Comments
Fix test.
Changed files
- regress/input-reflow-stress.sh
Change #274047
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Sun 05 Jul 2026 09:17:32 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 9634538106b1a9777cceb85faecf0c05b5433657 Comments
Fix test.
Changed files
- regress/input-reflow-stress.sh
Change #274049
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Sun 05 Jul 2026 10:06:19 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 7ff972773a1ec46bac40ee55688453fd99bd921a Comments
Bump some times.
Changed files
- regress/choose-buffer.sh
- regress/choose-client.sh
- regress/choose-tree.sh
Change #274049
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Sun 05 Jul 2026 10:06:19 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 7ff972773a1ec46bac40ee55688453fd99bd921a Comments
Bump some times.
Changed files
- regress/choose-buffer.sh
- regress/choose-client.sh
- regress/choose-tree.sh
Change #274052
Category tmux Changed by nicm <nicm> Changed at Sun 05 Jul 2026 10:24:00 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision de024e04d7c5f65c95bc41e2e90cd137f81ef1de Comments
Add set-hook -B install a subscription like in control mode. Subscriptions are formats which are checked once a second and if changed invoke a hook. show-hooks -B lists.
Changed files
- cmd-refresh-client.c
- cmd-set-option.c
- cmd-show-options.c
- control.c
- monitor.c
- notify.c
- options.c
- tmux.1
- tmux.h
Change #274052
Category tmux Changed by nicm <nicm> Changed at Sun 05 Jul 2026 10:24:00 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision de024e04d7c5f65c95bc41e2e90cd137f81ef1de Comments
Add set-hook -B install a subscription like in control mode. Subscriptions are formats which are checked once a second and if changed invoke a hook. show-hooks -B lists.
Changed files
- cmd-refresh-client.c
- cmd-set-option.c
- cmd-show-options.c
- control.c
- monitor.c
- notify.c
- options.c
- tmux.1
- tmux.h
Change #274053
Category tmux Changed by Thomas Adam <thomas@xteddy.org> Changed at Sun 05 Jul 2026 10:30:06 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 5068e4149a219fd0da13e7eaa985c9ef004eb02d Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #274053
Category tmux Changed by Thomas Adam <thomas@xteddy.org> Changed at Sun 05 Jul 2026 10:30:06 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 5068e4149a219fd0da13e7eaa985c9ef004eb02d Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #274058
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Sun 05 Jul 2026 11:20:15 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision bd39ce0d499b49d289164ddceb1a6caa7595feab Comments
Extend tests.
Changed files
- regress/format-render-contexts.sh
- regress/input-reflow-stress.sh
Change #274058
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Sun 05 Jul 2026 11:20:15 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision bd39ce0d499b49d289164ddceb1a6caa7595feab Comments
Extend tests.
Changed files
- regress/format-render-contexts.sh
- regress/input-reflow-stress.sh
Change #274059
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Sun 05 Jul 2026 11:21:44 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision df56ba95fc1cc91aaf78d35156b4c6779356d946 Comments
Update regress for monitor.
Changed files
- regress/control-subscriptions.sh
- regress/set-hook-B.sh
Change #274059
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Sun 05 Jul 2026 11:21:44 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision df56ba95fc1cc91aaf78d35156b4c6779356d946 Comments
Update regress for monitor.
Changed files
- regress/control-subscriptions.sh
- regress/set-hook-B.sh
Change #274064
Category tmux Changed by nicm <nicm> Changed at Sun 05 Jul 2026 12:28:02 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 468c2942a32e6d407a27f821741cfd31f07a9dae Comments
Apply tree mode selection style to the entire line.
Changed files
- mode-tree.c
Change #274064
Category tmux Changed by nicm <nicm> Changed at Sun 05 Jul 2026 12:28:02 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 468c2942a32e6d407a27f821741cfd31f07a9dae Comments
Apply tree mode selection style to the entire line.
Changed files
- mode-tree.c
Change #274065
Category tmux Changed by Thomas Adam <thomas@xteddy.org> Changed at Sun 05 Jul 2026 13:00:06 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision f556e4b6fceb4aec8d89b9857f913112e5a3b2dc Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #274065
Category tmux Changed by Thomas Adam <thomas@xteddy.org> Changed at Sun 05 Jul 2026 13:00:06 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision f556e4b6fceb4aec8d89b9857f913112e5a3b2dc Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #274070
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Sun 05 Jul 2026 15:36:47 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision d422621eaa51e1d18ad6738451a97ea71f9e2a09 Comments
Change a couple of regress configs that are incorret and only work because of differences in parse-only.
Changed files
- regress/conf/2eae5d47049c1f6d0bef3db4e171aed7.conf
- regress/conf/ad21dbb0893240563ddfdd954b9903a1.conf
Change #274070
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Sun 05 Jul 2026 15:36:47 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision d422621eaa51e1d18ad6738451a97ea71f9e2a09 Comments
Change a couple of regress configs that are incorret and only work because of differences in parse-only.
Changed files
- regress/conf/2eae5d47049c1f6d0bef3db4e171aed7.conf
- regress/conf/ad21dbb0893240563ddfdd954b9903a1.conf
Change #274073
Category tmux Changed by nicm <nicm> Changed at Sun 05 Jul 2026 12:49:05 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 2fdcb64a79fddb5aaaf1c8cb50b2dc985af023f1 Comments
Add a define for whether mouse is enabled by default (still off).
Changed files
- options-table.c
- tmux.h
Change #274073
Category tmux Changed by nicm <nicm> Changed at Sun 05 Jul 2026 12:49:05 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 2fdcb64a79fddb5aaaf1c8cb50b2dc985af023f1 Comments
Add a define for whether mouse is enabled by default (still off).
Changed files
- options-table.c
- tmux.h
Change #274074
Category tmux Changed by Thomas Adam <thomas@xteddy.org> Changed at Sun 05 Jul 2026 16:01:36 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 34af038fccf97c5eb8ce270c07663ad70d10fe11 Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #274074
Category tmux Changed by Thomas Adam <thomas@xteddy.org> Changed at Sun 05 Jul 2026 16:01:36 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 34af038fccf97c5eb8ce270c07663ad70d10fe11 Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #274077
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Sun 05 Jul 2026 16:50:54 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 29b2b7a8754ea5656be15a49443280e6172183cb Comments
Mouse on by default.
Changed files
- Makefile.am
Change #274077
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Sun 05 Jul 2026 16:50:54 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 29b2b7a8754ea5656be15a49443280e6172183cb Comments
Mouse on by default.
Changed files
- Makefile.am
Change #274088
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Sun 05 Jul 2026 19:26:44 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision dc1693d5a1671d083405a96e5214ff322559f66d Comments
set-hook -R test.
Changed files
- regress/set-hook-R.sh
Change #274088
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Sun 05 Jul 2026 19:26:44 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision dc1693d5a1671d083405a96e5214ff322559f66d Comments
set-hook -R test.
Changed files
- regress/set-hook-R.sh
Change #274099
Category tmux Changed by nicm <nicm> Changed at Sun 05 Jul 2026 20:37:57 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 3f065cf7892824919e440ab899bfadef52e857cd Comments
Add a window pane reference count.
Changed files
- tmux.h
- window.c
Change #274099
Category tmux Changed by nicm <nicm> Changed at Sun 05 Jul 2026 20:37:57 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 3f065cf7892824919e440ab899bfadef52e857cd Comments
Add a window pane reference count.
Changed files
- tmux.h
- window.c
Change #274100
Category tmux Changed by Thomas Adam <thomas@xteddy.org> Changed at Sun 05 Jul 2026 21:00:06 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 327c05307a89452c7652d04d59cfc75fa2e37d88 Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #274100
Category tmux Changed by Thomas Adam <thomas@xteddy.org> Changed at Sun 05 Jul 2026 21:00:06 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 327c05307a89452c7652d04d59cfc75fa2e37d88 Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #274115
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Sun 05 Jul 2026 22:56:52 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 2b2963859b70aa43c3367ae327b16b1904a7036b Comments
Add some hooks tests.
Changed files
- regress/hooks-after.sh
- regress/hooks-notify.sh
- regress/hooks.sh
Change #274115
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Sun 05 Jul 2026 22:56:52 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 2b2963859b70aa43c3367ae327b16b1904a7036b Comments
Add some hooks tests.
Changed files
- regress/hooks-after.sh
- regress/hooks-notify.sh
- regress/hooks.sh
Change #274117
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Sun 05 Jul 2026 23:14:48 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision fcce73af4224fd7e172936f402f8d398ae4fa1d9 Comments
Add another test.
Changed files
- regress/hooks-lifecycle.sh
Change #274117
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Sun 05 Jul 2026 23:14:48 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision fcce73af4224fd7e172936f402f8d398ae4fa1d9 Comments
Add another test.
Changed files
- regress/hooks-lifecycle.sh
Change #274131
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Mon 06 Jul 2026 09:47:57 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 2c0f06782dcf4d6def19d1e188997b4ab9c7d912 Comments
Add alerts test.
Changed files
- regress/alerts.sh
Change #274131
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Mon 06 Jul 2026 09:47:57 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 2c0f06782dcf4d6def19d1e188997b4ab9c7d912 Comments
Add alerts test.
Changed files
- regress/alerts.sh
Change #274137
Category tmux Changed by nicm <nicm> Changed at Mon 06 Jul 2026 09:57:45 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 913e503296172d00d0903dbde02a3f448906f4a6 Comments
Unzoom before creating a floating pane (for now).
Changed files
- layout.c
Change #274137
Category tmux Changed by nicm <nicm> Changed at Mon 06 Jul 2026 09:57:45 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 913e503296172d00d0903dbde02a3f448906f4a6 Comments
Unzoom before creating a floating pane (for now).
Changed files
- layout.c
Change #274138
Category tmux Changed by Thomas Adam <thomas@xteddy.org> Changed at Mon 06 Jul 2026 10:15:06 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision e7c1361a104a2a7bda53c6e493f9c2a9a6190822 Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #274138
Category tmux Changed by Thomas Adam <thomas@xteddy.org> Changed at Mon 06 Jul 2026 10:15:06 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision e7c1361a104a2a7bda53c6e493f9c2a9a6190822 Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #274140
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Mon 06 Jul 2026 10:27:17 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 6a6822b906479aff5daa0d9e7811a57866d5114f Comments
Shorten socket names.
Changed files
- regress/alerts.sh
- regress/hooks-after.sh
- regress/hooks-lifecycle.sh
- regress/hooks-notify.sh
- regress/hooks.sh
- regress/set-hook-B.sh
- regress/set-hook-R.sh
Change #274140
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Mon 06 Jul 2026 10:27:17 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 6a6822b906479aff5daa0d9e7811a57866d5114f Comments
Shorten socket names.
Changed files
- regress/alerts.sh
- regress/hooks-after.sh
- regress/hooks-lifecycle.sh
- regress/hooks-notify.sh
- regress/hooks.sh
- regress/set-hook-B.sh
- regress/set-hook-R.sh
Change #274143
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Mon 06 Jul 2026 11:00:26 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 501e8da925309934a932e5160b7a9ff21a2db57f Comments
Update some tests and improve Makefile.
Changed files
- .github/workflows/regress.yml
- .gitignore
- regress/Makefile
- regress/choose-buffer.sh
- regress/choose-client.sh
- regress/choose-tree.sh
Change #274143
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Mon 06 Jul 2026 11:00:26 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 501e8da925309934a932e5160b7a9ff21a2db57f Comments
Update some tests and improve Makefile.
Changed files
- .github/workflows/regress.yml
- .gitignore
- regress/Makefile
- regress/choose-buffer.sh
- regress/choose-client.sh
- regress/choose-tree.sh
Change #274148
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Mon 06 Jul 2026 11:12:24 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 37e4b3cdb6e58f51d54db5eb2172dd08eed2606a Comments
Fix name.
Changed files
- .github/workflows/regress.yml
Change #274148
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Mon 06 Jul 2026 11:12:24 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 37e4b3cdb6e58f51d54db5eb2172dd08eed2606a Comments
Fix name.
Changed files
- .github/workflows/regress.yml
Change #274166
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Mon 06 Jul 2026 12:22:56 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 069201dd1a79006c75e44ea6ea8a62ad59063aa0 Comments
Regression test fixes.
Changed files
- regress/choose-buffer.sh
- regress/choose-client.sh
- regress/choose-tree.sh
- regress/format-render-contexts.sh
- regress/mode-mutation.sh
Change #274166
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Mon 06 Jul 2026 12:22:56 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 069201dd1a79006c75e44ea6ea8a62ad59063aa0 Comments
Regression test fixes.
Changed files
- regress/choose-buffer.sh
- regress/choose-client.sh
- regress/choose-tree.sh
- regress/format-render-contexts.sh
- regress/mode-mutation.sh
Change #274170
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Mon 06 Jul 2026 12:50:58 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision eb82e8527acfe58628928e6bdecc94d32137c840 Comments
Shorten all socket names because macOS is stupid.
Changed files
- regress/alerts.sh
- regress/am-terminal.sh
- regress/border-arrows.sh
- regress/buffers.sh
- regress/capture-pane-hyperlink.sh
- regress/capture-pane-sgr0.sh
- regress/check-names.sh
- regress/choose-buffer.sh
- regress/choose-client.sh
- regress/choose-tree.sh
- regress/combine-test.sh
- regress/command-alias.sh
- regress/command-order.sh
- regress/conf-syntax.sh
- regress/control-client-sanity.sh
- regress/control-client-size.sh
- regress/control-subscriptions.sh
- regress/copy-mode-test-emacs.sh
- regress/copy-mode-test-vi.sh
- regress/cursor-test1.sh
- regress/cursor-test2.sh
- regress/cursor-test3.sh
- regress/cursor-test4.sh
- regress/decrqm-sync.sh
- regress/environ-update.sh
- regress/environ.sh
- regress/floating-pane-geometry.sh
- regress/format-fuzzy.sh
- regress/format-modifiers.sh
- regress/format-mouse.sh
- regress/format-render-contexts.sh
- regress/format-strings.sh
- regress/format-variables.sh
- regress/has-session-return.sh
- regress/hooks-after.sh
- regress/hooks-lifecycle.sh
- regress/hooks-notify.sh
- regress/hooks.sh
- regress/if-shell-TERM.sh
- regress/if-shell-error.sh
- regress/if-shell-nested.sh
- regress/input-common.inc
- regress/input-keys.sh
- regress/input-reflow-stress.sh
- regress/input-replies.sh
- regress/input-requests.sh
- regress/kill-session-process-exit.sh
- regress/lifecycle-deferred.sh
- regress/mode-mutation.sh
- regress/new-session-base-index.sh
- regress/new-session-command.sh
- regress/new-session-environment.sh
- regress/new-session-no-client.sh
- regress/new-session-size.sh
- regress/new-window-command.sh
- regress/options-array.sh
- regress/options-scope.sh
- regress/options-values.sh
- regress/osc-11colours.sh
- regress/pane-ops.sh
- regress/prompt-keys.sh
- regress/prompt-mechanics.sh
- regress/run-shell-output.sh
- regress/screen-redraw-bidi.sh
- regress/screen-redraw-cache.sh
- regress/screen-redraw-floating.sh
- regress/screen-redraw-indicators.sh
- regress/screen-redraw-outside.sh
- regress/screen-redraw-popups.sh
- regress/screen-redraw-scrollbars.sh
- regress/screen-redraw-status.sh
- regress/screen-redraw-tiled.sh
- regress/screen-redraw-window-style.sh
- regress/session-group-resize.sh
- regress/session-ops.sh
- regress/set-hook-B.sh
- regress/set-hook-R.sh
- regress/style-trim.sh
- regress/targets-panes.sh
- regress/targets.sh
- regress/tty-draw-line.sh
- regress/tty-keys.sh
- regress/utf8-test.sh
- regress/window-ops.sh
Change #274170
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Mon 06 Jul 2026 12:50:58 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision eb82e8527acfe58628928e6bdecc94d32137c840 Comments
Shorten all socket names because macOS is stupid.
Changed files
- regress/alerts.sh
- regress/am-terminal.sh
- regress/border-arrows.sh
- regress/buffers.sh
- regress/capture-pane-hyperlink.sh
- regress/capture-pane-sgr0.sh
- regress/check-names.sh
- regress/choose-buffer.sh
- regress/choose-client.sh
- regress/choose-tree.sh
- regress/combine-test.sh
- regress/command-alias.sh
- regress/command-order.sh
- regress/conf-syntax.sh
- regress/control-client-sanity.sh
- regress/control-client-size.sh
- regress/control-subscriptions.sh
- regress/copy-mode-test-emacs.sh
- regress/copy-mode-test-vi.sh
- regress/cursor-test1.sh
- regress/cursor-test2.sh
- regress/cursor-test3.sh
- regress/cursor-test4.sh
- regress/decrqm-sync.sh
- regress/environ-update.sh
- regress/environ.sh
- regress/floating-pane-geometry.sh
- regress/format-fuzzy.sh
- regress/format-modifiers.sh
- regress/format-mouse.sh
- regress/format-render-contexts.sh
- regress/format-strings.sh
- regress/format-variables.sh
- regress/has-session-return.sh
- regress/hooks-after.sh
- regress/hooks-lifecycle.sh
- regress/hooks-notify.sh
- regress/hooks.sh
- regress/if-shell-TERM.sh
- regress/if-shell-error.sh
- regress/if-shell-nested.sh
- regress/input-common.inc
- regress/input-keys.sh
- regress/input-reflow-stress.sh
- regress/input-replies.sh
- regress/input-requests.sh
- regress/kill-session-process-exit.sh
- regress/lifecycle-deferred.sh
- regress/mode-mutation.sh
- regress/new-session-base-index.sh
- regress/new-session-command.sh
- regress/new-session-environment.sh
- regress/new-session-no-client.sh
- regress/new-session-size.sh
- regress/new-window-command.sh
- regress/options-array.sh
- regress/options-scope.sh
- regress/options-values.sh
- regress/osc-11colours.sh
- regress/pane-ops.sh
- regress/prompt-keys.sh
- regress/prompt-mechanics.sh
- regress/run-shell-output.sh
- regress/screen-redraw-bidi.sh
- regress/screen-redraw-cache.sh
- regress/screen-redraw-floating.sh
- regress/screen-redraw-indicators.sh
- regress/screen-redraw-outside.sh
- regress/screen-redraw-popups.sh
- regress/screen-redraw-scrollbars.sh
- regress/screen-redraw-status.sh
- regress/screen-redraw-tiled.sh
- regress/screen-redraw-window-style.sh
- regress/session-group-resize.sh
- regress/session-ops.sh
- regress/set-hook-B.sh
- regress/set-hook-R.sh
- regress/style-trim.sh
- regress/targets-panes.sh
- regress/targets.sh
- regress/tty-draw-line.sh
- regress/tty-keys.sh
- regress/utf8-test.sh
- regress/window-ops.sh
Change #274176
Category tmux Changed by nicm <nicm> Changed at Mon 06 Jul 2026 13:17:28 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 699b18414dbd798799c0399a66be832f9ab91de5 Comments
Do not allow jobs in monitor formats.
Changed files
- monitor.c
Change #274176
Category tmux Changed by nicm <nicm> Changed at Mon 06 Jul 2026 13:17:28 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 699b18414dbd798799c0399a66be832f9ab91de5 Comments
Do not allow jobs in monitor formats.
Changed files
- monitor.c
Change #274177
Category tmux Changed by Thomas Adam <thomas@xteddy.org> Changed at Mon 06 Jul 2026 13:30:06 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 0593cbeb8495d0f1bb3df391f3b0b51bcae06de9 Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #274177
Category tmux Changed by Thomas Adam <thomas@xteddy.org> Changed at Mon 06 Jul 2026 13:30:06 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 0593cbeb8495d0f1bb3df391f3b0b51bcae06de9 Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #274183
Category tmux Changed by nicm <nicm> Changed at Mon 06 Jul 2026 13:28:39 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision d565fd3b54ad0d2db916c5fd11133802ad441d89 Comments
Do not create zero size panes, from Uzair Aftab.
Changed files
- layout.c
Change #274183
Category tmux Changed by nicm <nicm> Changed at Mon 06 Jul 2026 13:28:39 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision d565fd3b54ad0d2db916c5fd11133802ad441d89 Comments
Do not create zero size panes, from Uzair Aftab.
Changed files
- layout.c
Change #274185
Category tmux Changed by Thomas Adam <thomas@xteddy.org> Changed at Mon 06 Jul 2026 14:00:06 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision e11af538194734a4d092f15328fb9912b0e709c5 Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #274185
Category tmux Changed by Thomas Adam <thomas@xteddy.org> Changed at Mon 06 Jul 2026 14:00:06 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision e11af538194734a4d092f15328fb9912b0e709c5 Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #274191
Category tmux Changed by nicm <nicm> Changed at Mon 06 Jul 2026 14:08:52 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 85e3ca5ae284505db1961a1aa49cf862eebae460 Comments
Check for width/height 0, based on change from Uzair Aftab.
Changed files
- mode-tree.c
Change #274191
Category tmux Changed by nicm <nicm> Changed at Mon 06 Jul 2026 14:08:52 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 85e3ca5ae284505db1961a1aa49cf862eebae460 Comments
Check for width/height 0, based on change from Uzair Aftab.
Changed files
- mode-tree.c
Change #274192
Category tmux Changed by nicm <nicm> Changed at Mon 06 Jul 2026 14:10:18 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 79b83600af7181954f15baf3c61279298f350f91 Comments
NOJOBS is a flag, use correct argument.
Changed files
- monitor.c
Change #274192
Category tmux Changed by nicm <nicm> Changed at Mon 06 Jul 2026 14:10:18 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 79b83600af7181954f15baf3c61279298f350f91 Comments
NOJOBS is a flag, use correct argument.
Changed files
- monitor.c
Change #274193
Category tmux Changed by Thomas Adam <thomas@xteddy.org> Changed at Mon 06 Jul 2026 14:30:06 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision e6505947ec28caaefc8562f2f4b29fabafaf8594 Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #274193
Category tmux Changed by Thomas Adam <thomas@xteddy.org> Changed at Mon 06 Jul 2026 14:30:06 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision e6505947ec28caaefc8562f2f4b29fabafaf8594 Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #274199
Category tmux Changed by nicm <nicm> Changed at Mon 06 Jul 2026 16:29:10 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 1117caaf09dff7737896cadcee684003c5e74cc6 Comments
Change array item keys to be strings instead of numbers which are painful to work with.
Changed files
- cmd-show-options.c
- colour.c
- input.c
- status.c
- tmux.1
- tmux.h
- tty-keys.c
Change #274199
Category tmux Changed by nicm <nicm> Changed at Mon 06 Jul 2026 16:29:10 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 1117caaf09dff7737896cadcee684003c5e74cc6 Comments
Change array item keys to be strings instead of numbers which are painful to work with.
Changed files
- cmd-show-options.c
- colour.c
- input.c
- status.c
- tmux.1
- tmux.h
- tty-keys.c
Change #274200
Category tmux Changed by nicm <nicm> Changed at Mon 06 Jul 2026 16:40:57 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 20ef19b42fda7f5cbc39c62bee8c6e02ee315de2 Comments
Add a key to change an array key in customize mode.
Changed files
- cmd-set-option.c
- format.c
- options.c
- window-customize.c
Change #274200
Category tmux Changed by nicm <nicm> Changed at Mon 06 Jul 2026 16:40:57 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 20ef19b42fda7f5cbc39c62bee8c6e02ee315de2 Comments
Add a key to change an array key in customize mode.
Changed files
- cmd-set-option.c
- format.c
- options.c
- window-customize.c
Change #274201
Category tmux Changed by Thomas Adam <thomas@xteddy.org> Changed at Mon 06 Jul 2026 17:00:06 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 9180356b130225b135c1fb313c3e9f9ca4c7baa1 Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #274201
Category tmux Changed by Thomas Adam <thomas@xteddy.org> Changed at Mon 06 Jul 2026 17:00:06 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 9180356b130225b135c1fb313c3e9f9ca4c7baa1 Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #274204
Category tmux Changed by nicm <nicm> Changed at Mon 06 Jul 2026 17:41:31 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision d33d5b7de81e0af71feabe3bb9ee2cfb040ee39c Comments
When sync is enabled, we need to mark the whole scroll region dirty if there has been any scrolling. GitHub issue 5330.
Changed files
- screen-write.c
Change #274204
Category tmux Changed by nicm <nicm> Changed at Mon 06 Jul 2026 17:41:31 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision d33d5b7de81e0af71feabe3bb9ee2cfb040ee39c Comments
When sync is enabled, we need to mark the whole scroll region dirty if there has been any scrolling. GitHub issue 5330.
Changed files
- screen-write.c
Change #274205
Category tmux Changed by Thomas Adam <thomas@xteddy.org> Changed at Mon 06 Jul 2026 18:00:06 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision b07424224b88fcc02bcb9b58d8655f00b97909c6 Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #274205
Category tmux Changed by Thomas Adam <thomas@xteddy.org> Changed at Mon 06 Jul 2026 18:00:06 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision b07424224b88fcc02bcb9b58d8655f00b97909c6 Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #274215
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Mon 06 Jul 2026 19:13:25 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 3946e24eff275f7e8fde53bdc0c34a32a6e8e695 Comments
Add array test.
Changed files
- regress/options-array.sh
Change #274215
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Mon 06 Jul 2026 19:13:25 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 3946e24eff275f7e8fde53bdc0c34a32a6e8e695 Comments
Add array test.
Changed files
- regress/options-array.sh
Change #274230
Category tmux Changed by nicm <nicm> Changed at Mon 06 Jul 2026 23:44:26 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision ff09914327fe36fe0f29e62b18c632856f682f65 Comments
Could of minor tidy ups.
Changed files
- layout.c
- options.c
Change #274230
Category tmux Changed by nicm <nicm> Changed at Mon 06 Jul 2026 23:44:26 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision ff09914327fe36fe0f29e62b18c632856f682f65 Comments
Could of minor tidy ups.
Changed files
- layout.c
- options.c
Change #274231
Category tmux Changed by Thomas Adam <thomas@xteddy.org> Changed at Tue 07 Jul 2026 00:00:06 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 55ce48c152f063f01106e5dce2b3ff078c0dfc7d Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #274231
Category tmux Changed by Thomas Adam <thomas@xteddy.org> Changed at Tue 07 Jul 2026 00:00:06 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 55ce48c152f063f01106e5dce2b3ff078c0dfc7d Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #274241
Category tmux Changed by nicm <nicm> Changed at Tue 07 Jul 2026 09:43:07 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision af35bcb64ffcea9c49ec3d5c653fbd4e35d5a5e5 Comments
Restore { and } to swap-pane and for floating panes and use a separate key table accessed by g (short for "gove and/or gesize") for floating panes. So "C-b g Up" moves the pane to top-centre, "C-b g M-Up" moves and resizes it. This means we not only do not lose the surprisingly popular { and } bindings, but we can have more than four keys for moving and resizing panes.Changed files
- key-bindings.c
- tmux.1
Change #274241
Category tmux Changed by nicm <nicm> Changed at Tue 07 Jul 2026 09:43:07 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision af35bcb64ffcea9c49ec3d5c653fbd4e35d5a5e5 Comments
Restore { and } to swap-pane and for floating panes and use a separate key table accessed by g (short for "gove and/or gesize") for floating panes. So "C-b g Up" moves the pane to top-centre, "C-b g M-Up" moves and resizes it. This means we not only do not lose the surprisingly popular { and } bindings, but we can have more than four keys for moving and resizing panes.Changed files
- key-bindings.c
- tmux.1
Change #274242
Category tmux Changed by nicm <nicm> Changed at Tue 07 Jul 2026 09:47:03 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 1ea574e4caeddcf69a778b99fcb5661f3cf23c46 Comments
Set initial scrollbar state, from Michael Grant.
Changed files
- key-bindings.c
- window.c
Change #274242
Category tmux Changed by nicm <nicm> Changed at Tue 07 Jul 2026 09:47:03 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 1ea574e4caeddcf69a778b99fcb5661f3cf23c46 Comments
Set initial scrollbar state, from Michael Grant.
Changed files
- key-bindings.c
- window.c
Change #274243
Category tmux Changed by Thomas Adam <thomas@xteddy.org> Changed at Tue 07 Jul 2026 10:00:07 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 869170abd64839949f371e28e473c9338390aba3 Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #274243
Category tmux Changed by Thomas Adam <thomas@xteddy.org> Changed at Tue 07 Jul 2026 10:00:07 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 869170abd64839949f371e28e473c9338390aba3 Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #274246
Category tmux Changed by nicm <nicm> Changed at Tue 07 Jul 2026 10:07:26 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 7188391a2283b506ee4ca50718406433abe18042 Comments
Add a layout_geometry container struct, from Dane Jensen.
Changed files
- cmd-break-pane.c
- cmd-join-pane.c
- cmd-resize-pane.c
- layout-custom.c
- layout-set.c
- layout.c
- resize.c
- spawn.c
- tmux.h
Change #274246
Category tmux Changed by nicm <nicm> Changed at Tue 07 Jul 2026 10:07:26 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 7188391a2283b506ee4ca50718406433abe18042 Comments
Add a layout_geometry container struct, from Dane Jensen.
Changed files
- cmd-break-pane.c
- cmd-join-pane.c
- cmd-resize-pane.c
- layout-custom.c
- layout-set.c
- layout.c
- resize.c
- spawn.c
- tmux.h
Change #274247
Category tmux Changed by Thomas Adam <thomas@xteddy.org> Changed at Tue 07 Jul 2026 10:15:06 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision d53f1b7458be7bd8b29de5142b5bbb97af1c15c7 Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #274247
Category tmux Changed by Thomas Adam <thomas@xteddy.org> Changed at Tue 07 Jul 2026 10:15:06 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision d53f1b7458be7bd8b29de5142b5bbb97af1c15c7 Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #274251
Category tmux Changed by nicm <nicm> Changed at Tue 07 Jul 2026 11:45:09 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 76b693aa818ad580140c7b54b81509bc66ee7c5d Comments
Add C-b g , and C-b g . for move and resize menus, also add to pane menu (and fix to make them work).
Changed files
- cmd-display-menu.c
- key-bindings.c
- menu.c
- tmux.1
- tmux.h
Change #274251
Category tmux Changed by nicm <nicm> Changed at Tue 07 Jul 2026 11:45:09 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 76b693aa818ad580140c7b54b81509bc66ee7c5d Comments
Add C-b g , and C-b g . for move and resize menus, also add to pane menu (and fix to make them work).
Changed files
- cmd-display-menu.c
- key-bindings.c
- menu.c
- tmux.1
- tmux.h
Change #274252
Category tmux Changed by Thomas Adam <thomas@xteddy.org> Changed at Tue 07 Jul 2026 12:00:08 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 8beb17df0dfefc053735dcae65089289f480b4ab Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #274252
Category tmux Changed by Thomas Adam <thomas@xteddy.org> Changed at Tue 07 Jul 2026 12:00:08 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 8beb17df0dfefc053735dcae65089289f480b4ab Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #274262
Category tmux Changed by nicm <nicm> Changed at Tue 07 Jul 2026 14:30:36 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 7b02cb6d03d99769fe853992f18f22e9f1085398 Comments
Fix . and ; bindings, reported by tb.
Changed files
- key-bindings.c
- tmux.1
Change #274262
Category tmux Changed by nicm <nicm> Changed at Tue 07 Jul 2026 14:30:36 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 7b02cb6d03d99769fe853992f18f22e9f1085398 Comments
Fix . and ; bindings, reported by tb.
Changed files
- key-bindings.c
- tmux.1
Change #274263
Category tmux Changed by Thomas Adam <thomas@xteddy.org> Changed at Tue 07 Jul 2026 15:00:06 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision db115c6b97b06103a76934fb0e4abf588a6ae318 Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #274263
Category tmux Changed by Thomas Adam <thomas@xteddy.org> Changed at Tue 07 Jul 2026 15:00:06 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision db115c6b97b06103a76934fb0e4abf588a6ae318 Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #274306
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Wed 08 Jul 2026 10:07:48 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision e77d9ad0435cc168d3a66b9900b46cb28329cd3a Comments
-k/empty panes tests.
Changed files
- regress/mode-kill.sh
- regress/pane-ops.sh
Change #274306
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Wed 08 Jul 2026 10:07:48 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision e77d9ad0435cc168d3a66b9900b46cb28329cd3a Comments
-k/empty panes tests.
Changed files
- regress/mode-kill.sh
- regress/pane-ops.sh
Change #274311
Category tmux Changed by nicm <nicm> Changed at Wed 08 Jul 2026 09:55:17 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 28c2005a2ac6c363aa94711d5df597099f2562f6 Comments
Fix a typo (use right var), from Dane Jensen.
Changed files
- layout.c
Change #274311
Category tmux Changed by nicm <nicm> Changed at Wed 08 Jul 2026 09:55:17 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 28c2005a2ac6c363aa94711d5df597099f2562f6 Comments
Fix a typo (use right var), from Dane Jensen.
Changed files
- layout.c
Change #274312
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Wed 08 Jul 2026 10:16:50 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 27c26e88e5a674150ae8bdf298e1567d76fa0653 Comments
detach-on-destroy next/previous tests.
Changed files
- regress/session-ops.sh
Change #274312
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Wed 08 Jul 2026 10:16:50 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 27c26e88e5a674150ae8bdf298e1567d76fa0653 Comments
detach-on-destroy next/previous tests.
Changed files
- regress/session-ops.sh
Change #274313
Category tmux Changed by Thomas Adam <thomas@xteddy.org> Changed at Wed 08 Jul 2026 10:15:06 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision c8f6b54da7c95950ccdb9d2758688c40587369f0 Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #274313
Category tmux Changed by Thomas Adam <thomas@xteddy.org> Changed at Wed 08 Jul 2026 10:15:06 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision c8f6b54da7c95950ccdb9d2758688c40587369f0 Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #274314
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Wed 08 Jul 2026 10:22:55 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision e601bfb3627c00fdcc70f01eed5a2c4c659b0348 Comments
Theme report test from Ayman Bagabas.
Changed files
- regress/theme-report.sh
Change #274314
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Wed 08 Jul 2026 10:22:55 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision e601bfb3627c00fdcc70f01eed5a2c4c659b0348 Comments
Theme report test from Ayman Bagabas.
Changed files
- regress/theme-report.sh
Change #274319
Category tmux Changed by nicm <nicm> Changed at Wed 08 Jul 2026 10:07:42 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 25060c3fa550c176f2f01881fb20f0a1a28dfe1c Comments
Fix empty argument to splitw/newp and add -k to copy-mode.
Changed files
- cmd-copy-mode.c
- cmd-new-window.c
- cmd-split-window.c
- tmux.1
Change #274319
Category tmux Changed by nicm <nicm> Changed at Wed 08 Jul 2026 10:07:42 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 25060c3fa550c176f2f01881fb20f0a1a28dfe1c Comments
Fix empty argument to splitw/newp and add -k to copy-mode.
Changed files
- cmd-copy-mode.c
- cmd-new-window.c
- cmd-split-window.c
- tmux.1
Change #274320
Category tmux Changed by nicm <nicm> Changed at Wed 08 Jul 2026 10:15:49 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision ac723bf2df3d5c0ee29441a2857774094a009391 Comments
Do not crash looking for next or previous session. GitHub issue 5344.
Changed files
- server-fn.c
Change #274320
Category tmux Changed by nicm <nicm> Changed at Wed 08 Jul 2026 10:15:49 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision ac723bf2df3d5c0ee29441a2857774094a009391 Comments
Do not crash looking for next or previous session. GitHub issue 5344.
Changed files
- server-fn.c
Change #274321
Category tmux Changed by nicm <nicm> Changed at Wed 08 Jul 2026 10:21:53 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision dac6514147285e6a955b73787c036e00ef90c964 Comments
Report the terminal's own theme to panes rather than guessing from the background. GitHub issue 5343 from Ayman Bagabas.
Changed files
- window.c
Change #274321
Category tmux Changed by nicm <nicm> Changed at Wed 08 Jul 2026 10:21:53 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision dac6514147285e6a955b73787c036e00ef90c964 Comments
Report the terminal's own theme to panes rather than guessing from the background. GitHub issue 5343 from Ayman Bagabas.
Changed files
- window.c
Change #274322
Category tmux Changed by Thomas Adam <thomas@xteddy.org> Changed at Wed 08 Jul 2026 10:30:06 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 0f354ac4e0102af0bea9f1c12fd2ceba52b4f534 Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #274322
Category tmux Changed by Thomas Adam <thomas@xteddy.org> Changed at Wed 08 Jul 2026 10:30:06 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 0f354ac4e0102af0bea9f1c12fd2ceba52b4f534 Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #274326
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Wed 08 Jul 2026 10:55:21 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision c830710e11425c0657547495eb232e4615c0b43f Comments
More sub tests.
Changed files
- regress/format-modifiers.sh
Change #274326
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Wed 08 Jul 2026 10:55:21 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision c830710e11425c0657547495eb232e4615c0b43f Comments
More sub tests.
Changed files
- regress/format-modifiers.sh
Change #274331
Category tmux Changed by nicm <nicm> Changed at Wed 08 Jul 2026 11:23:10 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 8e76565c9cb274ab5ac7d77095c872b77c953da1 Comments
Keep all modes except cursor during redraw, GitHub issue 5337 from Ayman Bagabas.
Changed files
- screen-redraw.c
Change #274331
Category tmux Changed by nicm <nicm> Changed at Wed 08 Jul 2026 11:23:10 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 8e76565c9cb274ab5ac7d77095c872b77c953da1 Comments
Keep all modes except cursor during redraw, GitHub issue 5337 from Ayman Bagabas.
Changed files
- screen-redraw.c
Change #274332
Category tmux Changed by Thomas Adam <thomas@xteddy.org> Changed at Wed 08 Jul 2026 11:30:05 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 53f3b050018f26370a566fe66dc5d90541a47979 Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #274332
Category tmux Changed by Thomas Adam <thomas@xteddy.org> Changed at Wed 08 Jul 2026 11:30:05 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 53f3b050018f26370a566fe66dc5d90541a47979 Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #274340
Category tmux Changed by nicm <nicm> Changed at Wed 08 Jul 2026 13:04:51 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision e37a2e54ab7229b332c903ed380297b99963e429 Comments
Fix regsub with anchor at start of pattern, GitHub issue 5341.
Changed files
- regsub.c
Change #274340
Category tmux Changed by nicm <nicm> Changed at Wed 08 Jul 2026 13:04:51 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision e37a2e54ab7229b332c903ed380297b99963e429 Comments
Fix regsub with anchor at start of pattern, GitHub issue 5341.
Changed files
- regsub.c
Change #274341
Category tmux Changed by Thomas Adam <thomas@xteddy.org> Changed at Wed 08 Jul 2026 13:15:06 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision cd2ca9ec345c41c87ecc4b49b3711293e27ea88d Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #274341
Category tmux Changed by Thomas Adam <thomas@xteddy.org> Changed at Wed 08 Jul 2026 13:15:06 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision cd2ca9ec345c41c87ecc4b49b3711293e27ea88d Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #274344
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Wed 08 Jul 2026 13:36:19 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision f92cb43ce4dc0127c139c01937a8a623b7c22950 Comments
t/d test.
Changed files
- regress/format-modifiers.sh
Change #274344
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Wed 08 Jul 2026 13:36:19 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision f92cb43ce4dc0127c139c01937a8a623b7c22950 Comments
t/d test.
Changed files
- regress/format-modifiers.sh
Change #274361
Category tmux Changed by nicm <nicm> Changed at Thu 09 Jul 2026 08:33:19 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 1fefb8044545115cf745f56b90d996a043836a30 Comments
Add t/d for time difference in seconds.
Changed files
- format.c
- tmux.1
Change #274361
Category tmux Changed by nicm <nicm> Changed at Thu 09 Jul 2026 08:33:19 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 1fefb8044545115cf745f56b90d996a043836a30 Comments
Add t/d for time difference in seconds.
Changed files
- format.c
- tmux.1
Change #274362
Category tmux Changed by Thomas Adam <thomas@xteddy.org> Changed at Thu 09 Jul 2026 09:00:06 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision ee3944c8fd604f0e416a35389fc0b4f5ad8aad8b Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #274362
Category tmux Changed by Thomas Adam <thomas@xteddy.org> Changed at Thu 09 Jul 2026 09:00:06 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision ee3944c8fd604f0e416a35389fc0b4f5ad8aad8b Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #274367
Category tmux Changed by nicm <nicm> Changed at Thu 09 Jul 2026 09:19:24 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision dea309cf8d818665043aa9df0b3f1adb63ab0010 Comments
Allow empty name with new-window again, from Jacob Koziej.
Changed files
- spawn.c
Change #274367
Category tmux Changed by nicm <nicm> Changed at Thu 09 Jul 2026 09:19:24 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision dea309cf8d818665043aa9df0b3f1adb63ab0010 Comments
Allow empty name with new-window again, from Jacob Koziej.
Changed files
- spawn.c
Change #274368
Category tmux Changed by Thomas Adam <thomas@xteddy.org> Changed at Thu 09 Jul 2026 09:45:06 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision ec74c46d1ea1c9b140c47ba49a0d81246968c85c Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #274368
Category tmux Changed by Thomas Adam <thomas@xteddy.org> Changed at Thu 09 Jul 2026 09:45:06 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision ec74c46d1ea1c9b140c47ba49a0d81246968c85c Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #274372
Category tmux Changed by nicm <nicm> Changed at Thu 09 Jul 2026 09:32:58 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision e242da168bb6d50c687ccd1897b82c1d282a651a Comments
Clip the status line and menu against an open popup overlay, GitHub issue 5350 from Noam Stolero.
Changed files
- popup.c
- screen-redraw.c
Change #274372
Category tmux Changed by nicm <nicm> Changed at Thu 09 Jul 2026 09:32:58 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision e242da168bb6d50c687ccd1897b82c1d282a651a Comments
Clip the status line and menu against an open popup overlay, GitHub issue 5350 from Noam Stolero.
Changed files
- popup.c
- screen-redraw.c
Change #274373
Category tmux Changed by nicm <nicm> Changed at Thu 09 Jul 2026 09:35:05 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 161dbaf1ced65dc0d89df5fb3b99fb091cf34b7a Comments
Cancel pending resizes and resize immediately when entering alternate screen, fixes flickering with scrollbars. GitHub issue 5351 from Michael Grant.
Changed files
- screen-write.c
Change #274373
Category tmux Changed by nicm <nicm> Changed at Thu 09 Jul 2026 09:35:05 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 161dbaf1ced65dc0d89df5fb3b99fb091cf34b7a Comments
Cancel pending resizes and resize immediately when entering alternate screen, fixes flickering with scrollbars. GitHub issue 5351 from Michael Grant.
Changed files
- screen-write.c
Change #274374
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Thu 09 Jul 2026 09:56:06 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 041b6a6bc75b1735f91243527bad7cf394d58fba Comments
Add test from xiaomublue at gmail dot com.
Changed files
- regress/copy-mode-scroll-exit.sh
Change #274374
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Thu 09 Jul 2026 09:56:06 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 041b6a6bc75b1735f91243527bad7cf394d58fba Comments
Add test from xiaomublue at gmail dot com.
Changed files
- regress/copy-mode-scroll-exit.sh
Change #274375
Category tmux Changed by Thomas Adam <thomas@xteddy.org> Changed at Thu 09 Jul 2026 10:00:06 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 7ac0d6bead3e43190df1c7e74405a90135b7da5e Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #274375
Category tmux Changed by Thomas Adam <thomas@xteddy.org> Changed at Thu 09 Jul 2026 10:00:06 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 7ac0d6bead3e43190df1c7e74405a90135b7da5e Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #274378
Category tmux Changed by nicm <nicm> Changed at Thu 09 Jul 2026 09:54:07 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 3a6c717bb81ee5b219d56e2250ad563ce1523025 Comments
Do not exit at bottom if a selection is in progress, GitHub issue 5349 from xiaomublue at gmail dot com.
Changed files
- tmux.1
- window-copy.c
Change #274378
Category tmux Changed by nicm <nicm> Changed at Thu 09 Jul 2026 09:54:07 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 3a6c717bb81ee5b219d56e2250ad563ce1523025 Comments
Do not exit at bottom if a selection is in progress, GitHub issue 5349 from xiaomublue at gmail dot com.
Changed files
- tmux.1
- window-copy.c
Change #274379
Category tmux Changed by Thomas Adam <thomas@xteddy.org> Changed at Thu 09 Jul 2026 10:30:06 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision dfb2a9404f5206eea1ea28eaab4ebfc2e825ecba Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #274379
Category tmux Changed by Thomas Adam <thomas@xteddy.org> Changed at Thu 09 Jul 2026 10:30:06 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision dfb2a9404f5206eea1ea28eaab4ebfc2e825ecba Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #274381
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Thu 09 Jul 2026 10:39:44 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision ec31f4566dca2315dee04c9c23834c0020a27b86 Comments
Tweak test.
Changed files
- regress/input-reflow-stress.sh
Change #274381
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Thu 09 Jul 2026 10:39:44 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision ec31f4566dca2315dee04c9c23834c0020a27b86 Comments
Tweak test.
Changed files
- regress/input-reflow-stress.sh
Change #274459
Category tmux Changed by nicm <nicm> Changed at Fri 10 Jul 2026 09:13:05 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision bcc73e0db4573f51f45f525a47f88862b0da7740 Comments
Change NOTHING (which means only redraw the indicator) to MOVE. And redefine NOTHING as /actually/ nothing. Use it for commands which actually make no change. Fixes flickering due to excessive redrawing of indicator lines. Mostly from Michael Grant.
Changed files
- window-copy.c
Change #274459
Category tmux Changed by nicm <nicm> Changed at Fri 10 Jul 2026 09:13:05 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision bcc73e0db4573f51f45f525a47f88862b0da7740 Comments
Change NOTHING (which means only redraw the indicator) to MOVE. And redefine NOTHING as /actually/ nothing. Use it for commands which actually make no change. Fixes flickering due to excessive redrawing of indicator lines. Mostly from Michael Grant.
Changed files
- window-copy.c
Change #274460
Category tmux Changed by nicm <nicm> Changed at Fri 10 Jul 2026 09:25:05 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 1508bec957cddbb8be4d8ecee06a2ed11e5d401d Comments
Don't bother to send notifications to clients with CLIENT_EXIT, GitHub issue 5357 from Ben Maurer.
Changed files
- control-notify.c
- control.c
Change #274460
Category tmux Changed by nicm <nicm> Changed at Fri 10 Jul 2026 09:25:05 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 1508bec957cddbb8be4d8ecee06a2ed11e5d401d Comments
Don't bother to send notifications to clients with CLIENT_EXIT, GitHub issue 5357 from Ben Maurer.
Changed files
- control-notify.c
- control.c
Change #274461
Category tmux Changed by Thomas Adam <thomas@xteddy.org> Changed at Fri 10 Jul 2026 09:30:07 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision ca6dd6ca92f22989799c28515b8a8d9ec0466a6a Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #274461
Category tmux Changed by Thomas Adam <thomas@xteddy.org> Changed at Fri 10 Jul 2026 09:30:07 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision ca6dd6ca92f22989799c28515b8a8d9ec0466a6a Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #274490
Category tmux Changed by nicm <nicm> Changed at Fri 10 Jul 2026 17:20:06 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision f3c6b4f1a35026c38b59d5db7021c5c4f44e32d3 Comments
Add formats and events for OSC 133 commmands, as well as a -T flag to set-hook -B to only fire when the format is true.
Changed files
- cmd-set-option.c
- format.c
- hooks.c
- input.c
- monitor.c
- options-table.c
- tmux.1
- tmux.h
- window.c
Change #274490
Category tmux Changed by nicm <nicm> Changed at Fri 10 Jul 2026 17:20:06 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision f3c6b4f1a35026c38b59d5db7021c5c4f44e32d3 Comments
Add formats and events for OSC 133 commmands, as well as a -T flag to set-hook -B to only fire when the format is true.
Changed files
- cmd-set-option.c
- format.c
- hooks.c
- input.c
- monitor.c
- options-table.c
- tmux.1
- tmux.h
- window.c
Change #274491
Category tmux Changed by Thomas Adam <thomas@xteddy.org> Changed at Fri 10 Jul 2026 17:30:07 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 84cc6541f3c0f40b1940b7b4169276c3aac0069d Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #274491
Category tmux Changed by Thomas Adam <thomas@xteddy.org> Changed at Fri 10 Jul 2026 17:30:07 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 84cc6541f3c0f40b1940b7b4169276c3aac0069d Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #274496
Category tmux Changed by Ben Maurer <bmaurer@meta.com> Changed at Fri 10 Jul 2026 16:54:21 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision ad662d39262b3511a7dd9129a4232c0ebfc5517a Comments
Add a regression test for output queued to exiting control clients. Checks that once a control client is marked for exit the server stops queueing notifications for it (PR 5357). The client's output is drained only slowly so a backlog holds the exit handshake open; the client is then detached and the window renamed, and the %window-renamed notifications must not appear in the client's output stream.
Changed files
- regress/control-client-exit.sh
Change #274496
Category tmux Changed by Ben Maurer <bmaurer@meta.com> Changed at Fri 10 Jul 2026 16:54:21 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision ad662d39262b3511a7dd9129a4232c0ebfc5517a Comments
Add a regression test for output queued to exiting control clients. Checks that once a control client is marked for exit the server stops queueing notifications for it (PR 5357). The client's output is drained only slowly so a backlog holds the exit handshake open; the client is then detached and the window renamed, and the %window-renamed notifications must not appear in the client's output stream.
Changed files
- regress/control-client-exit.sh
Change #274497
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Fri 10 Jul 2026 17:39:04 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 1329473a4b505c4a092064d07bee95688195e668 Comments
Merge pull request #5358 from bmaurer/regress-control-client-exit Add a regression test for output queued to exiting control clients
Changed files
- no files
Change #274497
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Fri 10 Jul 2026 17:39:04 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 1329473a4b505c4a092064d07bee95688195e668 Comments
Merge pull request #5358 from bmaurer/regress-control-client-exit Add a regression test for output queued to exiting control clients
Changed files
- no files
Change #274498
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Fri 10 Jul 2026 17:45:58 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision e7fef1fd64e368da28309c7c55ba14d6ab413d0b Comments
Test for wait exit, GitHub issue 5356 from Ben Maurer.
Changed files
- regress/control-client-wait-exit.sh
Change #274498
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Fri 10 Jul 2026 17:45:58 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision e7fef1fd64e368da28309c7c55ba14d6ab413d0b Comments
Test for wait exit, GitHub issue 5356 from Ben Maurer.
Changed files
- regress/control-client-wait-exit.sh
Change #274502
Category tmux Changed by nicm <nicm> Changed at Fri 10 Jul 2026 17:45:11 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 0cc84b8cae70099b80eafd44afb9d624103a453a Comments
Do not make pty fds blocking again until all the data has been consumed or control mode clients can get stuck, GitHub issue 5356 from Ben Maurer.
Changed files
- client.c
- control.c
- tmux.h
Change #274502
Category tmux Changed by nicm <nicm> Changed at Fri 10 Jul 2026 17:45:11 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 0cc84b8cae70099b80eafd44afb9d624103a453a Comments
Do not make pty fds blocking again until all the data has been consumed or control mode clients can get stuck, GitHub issue 5356 from Ben Maurer.
Changed files
- client.c
- control.c
- tmux.h
Change #274503
Category tmux Changed by Thomas Adam <thomas@xteddy.org> Changed at Fri 10 Jul 2026 19:20:43 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 8f2709275675fb209d4071c41f8e49461c537286 Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #274503
Category tmux Changed by Thomas Adam <thomas@xteddy.org> Changed at Fri 10 Jul 2026 19:20:43 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 8f2709275675fb209d4071c41f8e49461c537286 Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #274512
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Sat 11 Jul 2026 05:37:04 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 6fd99876326ccfe2b35573a0694c25ed8acb702a Comments
Revert "Add formats and events for OSC 133 commmands, as well as a -T flag to" This reverts commit f3c6b4f1a35026c38b59d5db7021c5c4f44e32d3.
Changed files
- cmd-set-option.c
- format.c
- hooks.c
- input.c
- monitor.c
- options-table.c
- tmux.1
- tmux.h
- window.c
Change #274512
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Sat 11 Jul 2026 05:37:04 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 6fd99876326ccfe2b35573a0694c25ed8acb702a Comments
Revert "Add formats and events for OSC 133 commmands, as well as a -T flag to" This reverts commit f3c6b4f1a35026c38b59d5db7021c5c4f44e32d3.
Changed files
- cmd-set-option.c
- format.c
- hooks.c
- input.c
- monitor.c
- options-table.c
- tmux.1
- tmux.h
- window.c
Change #274577
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Sun 12 Jul 2026 14:26:25 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 330bedfb47b114d69d0ca21c2802cacb295de08d Comments
Build with ASAN on macOS by default.
Changed files
- Makefile.am
- configure.ac
- grid.c
- tmux.c
Change #274577
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Sun 12 Jul 2026 14:26:25 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 330bedfb47b114d69d0ca21c2802cacb295de08d Comments
Build with ASAN on macOS by default.
Changed files
- Makefile.am
- configure.ac
- grid.c
- tmux.c
Change #274622
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Sun 12 Jul 2026 21:59:11 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 4f981a25066ef95a5795397aa5a70b8fc7ef0d08 Comments
Turn on ASAN for macOS regress.
Changed files
- .github/workflows/regress.yml
- regress/Makefile
- regress/format-variables.sh
Change #274622
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Sun 12 Jul 2026 21:59:11 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 4f981a25066ef95a5795397aa5a70b8fc7ef0d08 Comments
Turn on ASAN for macOS regress.
Changed files
- .github/workflows/regress.yml
- regress/Makefile
- regress/format-variables.sh
Change #274623
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Sun 12 Jul 2026 22:02:30 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 5e3db12c07b23cb99cf04df49922fc0854e81407 Comments
No need for ASAN_OPTIONS.
Changed files
- .github/workflows/regress.yml
Change #274623
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Sun 12 Jul 2026 22:02:30 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 5e3db12c07b23cb99cf04df49922fc0854e81407 Comments
No need for ASAN_OPTIONS.
Changed files
- .github/workflows/regress.yml
Change #274625
Category tmux Changed by Yayo Razo <yayo@razo.ca> Changed at Sun 12 Jul 2026 01:07:21 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 3ff24a8eb452272b72d627fb25fba38a6790b5ba Comments
fix(compat): guard buffer size multiplication in getline
Changed files
- compat/getline.c
Change #274625
Category tmux Changed by Yayo Razo <yayo@razo.ca> Changed at Sun 12 Jul 2026 01:07:21 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 3ff24a8eb452272b72d627fb25fba38a6790b5ba Comments
fix(compat): guard buffer size multiplication in getline
Changed files
- compat/getline.c
Change #274626
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Sun 12 Jul 2026 22:18:37 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision a53a0aa0b5c4dfbb185552c2bce01d4e7666dc8c Comments
Merge pull request #5365 from YayoRazo/fix/getline-fgetln-overflow fix(compat): guard buffer size multiplication in getline
Changed files
- no files
Change #274626
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Sun 12 Jul 2026 22:18:37 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision a53a0aa0b5c4dfbb185552c2bce01d4e7666dc8c Comments
Merge pull request #5365 from YayoRazo/fix/getline-fgetln-overflow fix(compat): guard buffer size multiplication in getline
Changed files
- no files
Change #274628
Category tmux Changed by Yayo Razo <yayo@razo.ca> Changed at Sat 11 Jul 2026 23:53:08 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 28a1231100b3e589400af8f3e5d2ff349e7b61e5 Comments
fix(screen): free alternate-screen images on screen destroy
Changed files
- screen.c
Change #274628
Category tmux Changed by Yayo Razo <yayo@razo.ca> Changed at Sat 11 Jul 2026 23:53:08 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 28a1231100b3e589400af8f3e5d2ff349e7b61e5 Comments
fix(screen): free alternate-screen images on screen destroy
Changed files
- screen.c
Change #274629
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Sun 12 Jul 2026 22:40:02 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision ea236c12a67e93635d3ef036664d6d7065cbca65 Comments
Merge pull request #5382 from YayoRazo/fix/sixel-saved-images-uaf fix(screen): free alternate-screen images on screen destroy
Changed files
- no files
Change #274629
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Sun 12 Jul 2026 22:40:02 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision ea236c12a67e93635d3ef036664d6d7065cbca65 Comments
Merge pull request #5382 from YayoRazo/fix/sixel-saved-images-uaf fix(screen): free alternate-screen images on screen destroy
Changed files
- no files
Change #274631
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Sun 12 Jul 2026 23:03:16 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 8ac3fcedcaa61bc70a47aebdc50d503034ff54e5 Comments
Do not reuse sockets so much to avoid problems with slow server shutdown.
Changed files
- regress/command-order.sh
- regress/conf-syntax.sh
- regress/control-client-size.sh
- regress/new-session-size.sh
- regress/screen-redraw-popups.sh
Change #274631
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Sun 12 Jul 2026 23:03:16 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 8ac3fcedcaa61bc70a47aebdc50d503034ff54e5 Comments
Do not reuse sockets so much to avoid problems with slow server shutdown.
Changed files
- regress/command-order.sh
- regress/conf-syntax.sh
- regress/control-client-size.sh
- regress/new-session-size.sh
- regress/screen-redraw-popups.sh
Change #274638
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Mon 13 Jul 2026 00:18:47 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision d77c9dc6aa021e4bc61f0da128c591af695e6466 Comments
Tweak BIDI test.
Changed files
- regress/screen-redraw-bidi.sh
Change #274638
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Mon 13 Jul 2026 00:18:47 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision d77c9dc6aa021e4bc61f0da128c591af695e6466 Comments
Tweak BIDI test.
Changed files
- regress/screen-redraw-bidi.sh
Change #274654
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Mon 13 Jul 2026 08:08:05 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision a662981f106b8c2ee9e4669f4134177a9f4966b3 Comments
Bump a time limit.
Changed files
- regress/screen-redraw-tiled.sh
Change #274654
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Mon 13 Jul 2026 08:08:05 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision a662981f106b8c2ee9e4669f4134177a9f4966b3 Comments
Bump a time limit.
Changed files
- regress/screen-redraw-tiled.sh
Change #274685
Category tmux Changed by nicm <nicm@openbsd.org> Changed at Fri 10 Jul 2026 15:38:45 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision d29aa12117a7348f04d60350f8f2794b7087e016 Comments
Replace the notification system with events. Events can carry a payload of additional payload (to reduce problems with lifetime of objects) and are delivered to one or more event sinks. This is more powerful and reduces the complex dependencies between control mode and hooks. Events are now used for hooks, control mode notifications and for monitors (set-hook -B). wait-for can now wait for an event to fire (-E flag, with -F to for filter), with -v to print the payload, as well as listing (-l) waiting clients on an event and forcing one to wake (-w). A few additional hooks are also now available (pane-created, pane-resized, etc) and some of the existing ones have additional format variables available.
Changed files
- Makefile
- alerts.c
- arguments.c
- attributes.c
- cfg.c
- client.c
- cmd-attach-session.c
- cmd-bind-key.c
- cmd-break-pane.c
- cmd-capture-pane.c
- cmd-choose-tree.c
- cmd-command-prompt.c
- cmd-confirm-before.c
- cmd-copy-mode.c
- cmd-detach-client.c
- cmd-display-menu.c
- cmd-display-message.c
- cmd-display-panes.c
- cmd-find-window.c
- cmd-find.c
- cmd-has-session.c
- cmd-if-shell.c
- cmd-join-pane.c
- cmd-kill-pane.c
- cmd-kill-server.c
- cmd-kill-session.c
- cmd-kill-window.c
- cmd-list-buffers.c
- cmd-list-clients.c
- cmd-list-commands.c
- cmd-list-keys.c
- cmd-list-panes.c
- cmd-list-sessions.c
- cmd-list-windows.c
- cmd-list.c
- cmd-load-buffer.c
- cmd-lock-server.c
- cmd-move-window.c
- cmd-new-session.c
- cmd-new-window.c
- cmd-parse.y
- cmd-paste-buffer.c
- cmd-pipe-pane.c
- cmd-queue.c
- cmd-refresh-client.c
- cmd-rename-session.c
- cmd-rename-window.c
- cmd-resize-pane.c
- cmd-resize-window.c
- cmd-respawn-pane.c
- cmd-respawn-window.c
- cmd-rotate-window.c
- cmd-run-shell.c
- cmd-save-buffer.c
- cmd-select-layout.c
- cmd-select-pane.c
- cmd-select-window.c
- cmd-send-keys.c
- cmd-send-prefix.c
- cmd-server-access.c
- cmd-set-buffer.c
- cmd-set-environment.c
- cmd-set-option.c
- cmd-show-buffer.c
- cmd-show-environment.c
- cmd-show-messages.c
- cmd-show-options.c
- cmd-show-prompt-history.c
- cmd-source-file.c
- cmd-split-window.c
- cmd-swap-pane.c
- cmd-swap-window.c
- cmd-switch-client.c
- cmd-unbind-key.c
- cmd-wait-for.c
- cmd.c
- colour.c
- control-notify.c
- control.c
- environ.c
- events-payload.c
- events.c
- file.c
- format-draw.c
- format.c
- fuzzy.c
- grid-reader.c
- grid-view.c
- grid.c
- hooks.c
- hyperlinks.c
- input-keys.c
- input.c
- job.c
- key-bindings.c
- key-string.c
- layout-custom.c
- layout-set.c
- layout.c
- log.c
- menu.c
- mode-key.c
- mode-tree.c
- monitor.c
- names.c
- notify.c
- options-table.c
- options.c
- paste.c
- popup.c
- proc.c
- procname.c
- prompt-history.c
- prompt.c
- regsub.c
- resize.c
- screen-redraw.c
- screen-write.c
- screen.c
- server-acl.c
- server-client.c
- server-fn.c
- server.c
- session.c
- sort.c
- spawn.c
- status.c
- style.c
- tmux-protocol.h
- tmux.1
- tmux.c
- tmux.h
- tty-acs.c
- tty-draw.c
- tty-features.c
- tty-keys.c
- tty-term.c
- tty.c
- utf8-combined.c
- utf8.c
- window-border.c
- window-buffer.c
- window-client.c
- window-clock.c
- window-copy.c
- window-customize.c
- window-switch.c
- window-tree.c
- window-visible.c
- window.c
- xmalloc.c
- xmalloc.h
- xterm-keys.c
Change #274685
Category tmux Changed by nicm <nicm@openbsd.org> Changed at Fri 10 Jul 2026 15:38:45 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision d29aa12117a7348f04d60350f8f2794b7087e016 Comments
Replace the notification system with events. Events can carry a payload of additional payload (to reduce problems with lifetime of objects) and are delivered to one or more event sinks. This is more powerful and reduces the complex dependencies between control mode and hooks. Events are now used for hooks, control mode notifications and for monitors (set-hook -B). wait-for can now wait for an event to fire (-E flag, with -F to for filter), with -v to print the payload, as well as listing (-l) waiting clients on an event and forcing one to wake (-w). A few additional hooks are also now available (pane-created, pane-resized, etc) and some of the existing ones have additional format variables available.
Changed files
- Makefile
- alerts.c
- arguments.c
- attributes.c
- cfg.c
- client.c
- cmd-attach-session.c
- cmd-bind-key.c
- cmd-break-pane.c
- cmd-capture-pane.c
- cmd-choose-tree.c
- cmd-command-prompt.c
- cmd-confirm-before.c
- cmd-copy-mode.c
- cmd-detach-client.c
- cmd-display-menu.c
- cmd-display-message.c
- cmd-display-panes.c
- cmd-find-window.c
- cmd-find.c
- cmd-has-session.c
- cmd-if-shell.c
- cmd-join-pane.c
- cmd-kill-pane.c
- cmd-kill-server.c
- cmd-kill-session.c
- cmd-kill-window.c
- cmd-list-buffers.c
- cmd-list-clients.c
- cmd-list-commands.c
- cmd-list-keys.c
- cmd-list-panes.c
- cmd-list-sessions.c
- cmd-list-windows.c
- cmd-list.c
- cmd-load-buffer.c
- cmd-lock-server.c
- cmd-move-window.c
- cmd-new-session.c
- cmd-new-window.c
- cmd-parse.y
- cmd-paste-buffer.c
- cmd-pipe-pane.c
- cmd-queue.c
- cmd-refresh-client.c
- cmd-rename-session.c
- cmd-rename-window.c
- cmd-resize-pane.c
- cmd-resize-window.c
- cmd-respawn-pane.c
- cmd-respawn-window.c
- cmd-rotate-window.c
- cmd-run-shell.c
- cmd-save-buffer.c
- cmd-select-layout.c
- cmd-select-pane.c
- cmd-select-window.c
- cmd-send-keys.c
- cmd-send-prefix.c
- cmd-server-access.c
- cmd-set-buffer.c
- cmd-set-environment.c
- cmd-set-option.c
- cmd-show-buffer.c
- cmd-show-environment.c
- cmd-show-messages.c
- cmd-show-options.c
- cmd-show-prompt-history.c
- cmd-source-file.c
- cmd-split-window.c
- cmd-swap-pane.c
- cmd-swap-window.c
- cmd-switch-client.c
- cmd-unbind-key.c
- cmd-wait-for.c
- cmd.c
- colour.c
- control-notify.c
- control.c
- environ.c
- events-payload.c
- events.c
- file.c
- format-draw.c
- format.c
- fuzzy.c
- grid-reader.c
- grid-view.c
- grid.c
- hooks.c
- hyperlinks.c
- input-keys.c
- input.c
- job.c
- key-bindings.c
- key-string.c
- layout-custom.c
- layout-set.c
- layout.c
- log.c
- menu.c
- mode-key.c
- mode-tree.c
- monitor.c
- names.c
- notify.c
- options-table.c
- options.c
- paste.c
- popup.c
- proc.c
- procname.c
- prompt-history.c
- prompt.c
- regsub.c
- resize.c
- screen-redraw.c
- screen-write.c
- screen.c
- server-acl.c
- server-client.c
- server-fn.c
- server.c
- session.c
- sort.c
- spawn.c
- status.c
- style.c
- tmux-protocol.h
- tmux.1
- tmux.c
- tmux.h
- tty-acs.c
- tty-draw.c
- tty-features.c
- tty-keys.c
- tty-term.c
- tty.c
- utf8-combined.c
- utf8.c
- window-border.c
- window-buffer.c
- window-client.c
- window-clock.c
- window-copy.c
- window-customize.c
- window-switch.c
- window-tree.c
- window-visible.c
- window.c
- xmalloc.c
- xmalloc.h
- xterm-keys.c
Change #274686
Category tmux Changed by nicm <nicm@openbsd.org> Changed at Fri 10 Jul 2026 17:20:06 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 512255b9a7b37fd571d33e6ecfaeb2ba4039fc2e Comments
Add formats and events for OSC 133 commmands, as well as a -T flag to set-hook -B to only fire when the format is true.
Changed files
- cmd-set-option.c
- format.c
- hooks.c
- input.c
- monitor.c
- options-table.c
- tmux.1
- tmux.h
- window.c
Change #274686
Category tmux Changed by nicm <nicm@openbsd.org> Changed at Fri 10 Jul 2026 17:20:06 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 512255b9a7b37fd571d33e6ecfaeb2ba4039fc2e Comments
Add formats and events for OSC 133 commmands, as well as a -T flag to set-hook -B to only fire when the format is true.
Changed files
- cmd-set-option.c
- format.c
- hooks.c
- input.c
- monitor.c
- options-table.c
- tmux.1
- tmux.h
- window.c
Change #274687
Category tmux Changed by nicm <nicm@openbsd.org> Changed at Fri 10 Jul 2026 17:45:11 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 7f2b0ae16efac76402055bd6a3b3b973f3eaa576 Comments
Do not make pty fds blocking again until all the data has been consumed or control mode clients can get stuck, GitHub issue 5356 from Ben Maurer.
Changed files
- client.c
- control.c
- tmux.h
Change #274687
Category tmux Changed by nicm <nicm@openbsd.org> Changed at Fri 10 Jul 2026 17:45:11 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 7f2b0ae16efac76402055bd6a3b3b973f3eaa576 Comments
Do not make pty fds blocking again until all the data has been consumed or control mode clients can get stuck, GitHub issue 5356 from Ben Maurer.
Changed files
- client.c
- control.c
- tmux.h
Change #274688
Category tmux Changed by Thomas Adam <thomas.adam22@gmail.com> Changed at Sun 12 Jul 2026 18:24:37 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision b602dc57b1cdca30bb359f5a28c7e3840cbcd6a5 Comments
github actions: automate updates
Changed files
- .github/workflows/update-openbsd-and-portable.yml
Change #274688
Category tmux Changed by Thomas Adam <thomas.adam22@gmail.com> Changed at Sun 12 Jul 2026 18:24:37 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision b602dc57b1cdca30bb359f5a28c7e3840cbcd6a5 Comments
github actions: automate updates
Changed files
- .github/workflows/update-openbsd-and-portable.yml
Change #274689
Category tmux Changed by Thomas Adam <thomas.adam22@gmail.com> Changed at Mon 13 Jul 2026 09:50:49 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision cc8e0f2f67cc8727bafc1dfde4c4387d7a11937c Comments
actions: use published openbsd-git as base update
Changed files
- .github/workflows/update-openbsd-and-portable.yml
Change #274689
Category tmux Changed by Thomas Adam <thomas.adam22@gmail.com> Changed at Mon 13 Jul 2026 09:50:49 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision cc8e0f2f67cc8727bafc1dfde4c4387d7a11937c Comments
actions: use published openbsd-git as base update
Changed files
- .github/workflows/update-openbsd-and-portable.yml
Change #274690
Category tmux Changed by nicm <nicm@openbsd.org> Changed at Mon 13 Jul 2026 09:57:44 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 3612a9a605f494f52ea316e00d23336165103d74 Comments
Add missing calloc check and use fatal. Prompted by a similar change from Yayo Razo.
Changed files
- xmalloc.c
Change #274690
Category tmux Changed by nicm <nicm@openbsd.org> Changed at Mon 13 Jul 2026 09:57:44 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 3612a9a605f494f52ea316e00d23336165103d74 Comments
Add missing calloc check and use fatal. Prompted by a similar change from Yayo Razo.
Changed files
- xmalloc.c
Change #274691
Category tmux Changed by nicm <nicm@openbsd.org> Changed at Mon 13 Jul 2026 09:57:44 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 0925c9846b66dc807b1dfd97bcbc690e0b890069 Comments
Use _exit in child after fork, from Yayo Razo in GitHub issue 5376.
Changed files
- cmd.c
- job.c
Change #274691
Category tmux Changed by nicm <nicm@openbsd.org> Changed at Mon 13 Jul 2026 09:57:44 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 0925c9846b66dc807b1dfd97bcbc690e0b890069 Comments
Use _exit in child after fork, from Yayo Razo in GitHub issue 5376.
Changed files
- cmd.c
- job.c
Change #274692
Category tmux Changed by Thomas Adam <thomas.adam22@gmail.com> Changed at Mon 13 Jul 2026 10:00:47 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision f80d3f612392870cbd431a1d0fad3c315c035095 Comments
build: fetch cutover master before merge
Changed files
- .github/workflows/update-openbsd-and-portable.yml
Change #274692
Category tmux Changed by Thomas Adam <thomas.adam22@gmail.com> Changed at Mon 13 Jul 2026 10:00:47 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision f80d3f612392870cbd431a1d0fad3c315c035095 Comments
build: fetch cutover master before merge
Changed files
- .github/workflows/update-openbsd-and-portable.yml
Change #274693
Category tmux Changed by Thomas Adam <thomas.adam22@gmail.com> Changed at Mon 13 Jul 2026 10:05:10 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 0ce72059e6e7c724f00a7eb241a5c5e80e281e2e Comments
build: capture openbsd-base before filtering
Changed files
- .github/workflows/update-openbsd-and-portable.yml
Change #274693
Category tmux Changed by Thomas Adam <thomas.adam22@gmail.com> Changed at Mon 13 Jul 2026 10:05:10 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 0ce72059e6e7c724f00a7eb241a5c5e80e281e2e Comments
build: capture openbsd-base before filtering
Changed files
- .github/workflows/update-openbsd-and-portable.yml
Change #274694
Category tmux Changed by Thomas Adam <thomas.adam22@gmail.com> Changed at Mon 13 Jul 2026 10:10:24 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 8b2bc1a3841f34bb3ceade4e21c82a3a2bf5a2c2 Comments
build: always attempt portable merge
Changed files
- .github/workflows/update-openbsd-and-portable.yml
Change #274694
Category tmux Changed by Thomas Adam <thomas.adam22@gmail.com> Changed at Mon 13 Jul 2026 10:10:24 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 8b2bc1a3841f34bb3ceade4e21c82a3a2bf5a2c2 Comments
build: always attempt portable merge
Changed files
- .github/workflows/update-openbsd-and-portable.yml
Change #274695
Category tmux Changed by Thomas Adam <thomas.adam22@gmail.com> Changed at Mon 13 Jul 2026 10:13:28 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision e6eb26518bdb01c2d6fc6d046b35e57704dfcd9a Comments
build: don't exit
Changed files
- .github/workflows/update-openbsd-and-portable.yml
Change #274695
Category tmux Changed by Thomas Adam <thomas.adam22@gmail.com> Changed at Mon 13 Jul 2026 10:13:28 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision e6eb26518bdb01c2d6fc6d046b35e57704dfcd9a Comments
build: don't exit
Changed files
- .github/workflows/update-openbsd-and-portable.yml
Change #274696
Category tmux Changed by Thomas Adam <thomas.adam22@gmail.com> Changed at Mon 13 Jul 2026 10:22:25 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 25e2e1d6715aa4870813e8c135178af81afef5a1 Comments
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master' * refs/remotes/tmux-openbsd/master: build: don't exit build: always attempt portable merge build: capture openbsd-base before filtering build: fetch cutover master before merge Use _exit in child after fork, from Yayo Razo in GitHub issue 5376. Add missing calloc check and use fatal. Prompted by a similar change from Yayo Razo. actions: use published openbsd-git as base update github actions: automate updates Do not make pty fds blocking again until all the data has been consumed or control mode clients can get stuck, GitHub issue 5356 from Ben Maurer. Add formats and events for OSC 133 commmands, as well as a -T flag to set-hook -B to only fire when the format is true. Replace the notification system with events. Events can carry a payload of additional payload (to reduce problems with lifetime of objects) and are delivered to one or more event sinks. This is more powerful and reduces the complex dependencies between control mode and hooks. Events are now used for hooks, control mode notifications and for monitors (set-hook -B).
Changed files
- no files
Change #274696
Category tmux Changed by Thomas Adam <thomas.adam22@gmail.com> Changed at Mon 13 Jul 2026 10:22:25 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 25e2e1d6715aa4870813e8c135178af81afef5a1 Comments
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master' * refs/remotes/tmux-openbsd/master: build: don't exit build: always attempt portable merge build: capture openbsd-base before filtering build: fetch cutover master before merge Use _exit in child after fork, from Yayo Razo in GitHub issue 5376. Add missing calloc check and use fatal. Prompted by a similar change from Yayo Razo. actions: use published openbsd-git as base update github actions: automate updates Do not make pty fds blocking again until all the data has been consumed or control mode clients can get stuck, GitHub issue 5356 from Ben Maurer. Add formats and events for OSC 133 commmands, as well as a -T flag to set-hook -B to only fire when the format is true. Replace the notification system with events. Events can carry a payload of additional payload (to reduce problems with lifetime of objects) and are delivered to one or more event sinks. This is more powerful and reduces the complex dependencies between control mode and hooks. Events are now used for hooks, control mode notifications and for monitors (set-hook -B).
Changed files
- no files
Change #274697
Category tmux Changed by Thomas Adam <thomas.adam22@gmail.com> Changed at Mon 13 Jul 2026 10:22:53 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 6126988781b50faca2f23d47bd89e8451342d8a7 Comments
portable: add Makefile.am
Changed files
- Makefile.am
Change #274697
Category tmux Changed by Thomas Adam <thomas.adam22@gmail.com> Changed at Mon 13 Jul 2026 10:22:53 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 6126988781b50faca2f23d47bd89e8451342d8a7 Comments
portable: add Makefile.am
Changed files
- Makefile.am
Change #274702
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Mon 13 Jul 2026 11:23:38 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision e0014bbc7cab17919485e0c5f62356955050e180 Comments
Add regress tests for events code.
Changed files
- Makefile.am
- regress/control-notify-events.sh
- regress/hooks-after.sh
- regress/hooks-lifecycle.sh
- regress/hooks-notify.sh
- regress/options-array.sh
- regress/prompt-mechanics.sh
- regress/set-hook-B.sh
- regress/set-hook-E.sh
- regress/wait-for-E.sh
Change #274702
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Mon 13 Jul 2026 11:23:38 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision e0014bbc7cab17919485e0c5f62356955050e180 Comments
Add regress tests for events code.
Changed files
- Makefile.am
- regress/control-notify-events.sh
- regress/hooks-after.sh
- regress/hooks-lifecycle.sh
- regress/hooks-notify.sh
- regress/options-array.sh
- regress/prompt-mechanics.sh
- regress/set-hook-B.sh
- regress/set-hook-E.sh
- regress/wait-for-E.sh
Change #274705
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Mon 13 Jul 2026 11:29:28 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision d9b953d5c6af08de2f4b1be97ef44a47a0dbafef Comments
Create SECURITY.md
Changed files
- SECURITY.md
Change #274705
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Mon 13 Jul 2026 11:29:28 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision d9b953d5c6af08de2f4b1be97ef44a47a0dbafef Comments
Create SECURITY.md
Changed files
- SECURITY.md
Change #274709
Category tmux Changed by Thomas Adam <thomas.adam22@gmail.com> Changed at Mon 13 Jul 2026 10:27:05 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision d03de4986a85c245f2fc11e921aa06ba8d183692 Comments
build: run every fifteen minutes
Changed files
- .github/workflows/update-openbsd-and-portable.yml
Change #274709
Category tmux Changed by Thomas Adam <thomas.adam22@gmail.com> Changed at Mon 13 Jul 2026 10:27:05 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision d03de4986a85c245f2fc11e921aa06ba8d183692 Comments
build: run every fifteen minutes
Changed files
- .github/workflows/update-openbsd-and-portable.yml
Change #274710
Category tmux Changed by tmux update bot <actions@github.com> Changed at Mon 13 Jul 2026 11:42:03 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 884ae3f8da73af7bbe1d8d8cea081c80d9faf084 Comments
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master' * refs/remotes/tmux-openbsd/master: build: run every fifteen minutes
Changed files
- no files
Change #274710
Category tmux Changed by tmux update bot <actions@github.com> Changed at Mon 13 Jul 2026 11:42:03 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 884ae3f8da73af7bbe1d8d8cea081c80d9faf084 Comments
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master' * refs/remotes/tmux-openbsd/master: build: run every fifteen minutes
Changed files
- no files
Change #274714
Category tmux Changed by Thomas Adam <thomas.adam22@gmail.com> Changed at Mon 13 Jul 2026 12:03:46 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 1f6385e7bb0fff61bc017f6840fd455d00aad4f6 Comments
build: remove openbsd sync job This only needs to run from the openbsd-cutover repository and will no longer be merged into thisd repo.
Changed files
- .github/workflows/update-openbsd-and-portable.yml
Change #274714
Category tmux Changed by Thomas Adam <thomas.adam22@gmail.com> Changed at Mon 13 Jul 2026 12:03:46 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 1f6385e7bb0fff61bc017f6840fd455d00aad4f6 Comments
build: remove openbsd sync job This only needs to run from the openbsd-cutover repository and will no longer be merged into thisd repo.
Changed files
- .github/workflows/update-openbsd-and-portable.yml
Change #274730
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Mon 13 Jul 2026 12:32:28 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision b2e2fe824dbea78585946a229d09b784fb567acf Comments
Add scroll regress.
Changed files
- regress/copy-mode-selection-scroll.sh
Change #274730
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Mon 13 Jul 2026 12:32:28 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision b2e2fe824dbea78585946a229d09b784fb567acf Comments
Add scroll regress.
Changed files
- regress/copy-mode-selection-scroll.sh
Change #274744
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Mon 13 Jul 2026 14:57:31 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 687c6b9cc0a32348ac42cc85d816579f19bf9e64 Comments
Regress for more hooks.
Changed files
- regress/hooks-notify.sh
Change #274744
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Mon 13 Jul 2026 14:57:31 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 687c6b9cc0a32348ac42cc85d816579f19bf9e64 Comments
Regress for more hooks.
Changed files
- regress/hooks-notify.sh
Change #274761
Category tmux Changed by Thomas Adam <thomas.adam22@gmail.com> Changed at Mon 13 Jul 2026 11:54:27 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 309119f659472c9e18ae20026cf9c444db1e341f Comments
Remove worflow from master
Changed files
- .github/workflows/update-openbsd-and-portable.yml
Change #274761
Category tmux Changed by Thomas Adam <thomas.adam22@gmail.com> Changed at Mon 13 Jul 2026 11:54:27 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 309119f659472c9e18ae20026cf9c444db1e341f Comments
Remove worflow from master
Changed files
- .github/workflows/update-openbsd-and-portable.yml
Change #274829
Category tmux Changed by nicm <nicm@openbsd.org> Changed at Tue 14 Jul 2026 06:18:52 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 09d5977263224f7cb9f94cf6969c2de11db97a59 Comments
Add e key to open editor to customize mode (like buffer mode) and a key to show only changed items.
Changed files
- hooks.c
- tmux.1
- tmux.h
- window-customize.c
Change #274829
Category tmux Changed by nicm <nicm@openbsd.org> Changed at Tue 14 Jul 2026 06:18:52 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 09d5977263224f7cb9f94cf6969c2de11db97a59 Comments
Add e key to open editor to customize mode (like buffer mode) and a key to show only changed items.
Changed files
- hooks.c
- tmux.1
- tmux.h
- window-customize.c
Change #274830
Category tmux Changed by tmux update bot <actions@github.com> Changed at Tue 14 Jul 2026 06:18:54 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision ed4245a74d3733b07729f70f334666076dace913 Comments
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master' * refs/remotes/tmux-openbsd/master: Add e key to open editor to customize mode (like buffer mode) and a key to show only changed items.
Changed files
- no files
Change #274830
Category tmux Changed by tmux update bot <actions@github.com> Changed at Tue 14 Jul 2026 06:18:54 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision ed4245a74d3733b07729f70f334666076dace913 Comments
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master' * refs/remotes/tmux-openbsd/master: Add e key to open editor to customize mode (like buffer mode) and a key to show only changed items.
Changed files
- no files
Change #274849
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Tue 14 Jul 2026 11:07:51 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision cf110d9d1de2046372e18d5eac8447bf7fbb251c Comments
Copy mode redraw test.
Changed files
- regress/copy-mode-redraw.sh
Change #274849
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Tue 14 Jul 2026 11:07:51 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision cf110d9d1de2046372e18d5eac8447bf7fbb251c Comments
Copy mode redraw test.
Changed files
- regress/copy-mode-redraw.sh
Change #274852
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Tue 14 Jul 2026 13:05:06 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision c39d69f961d7bac9482be956a702aa3a6f33052f Comments
More copy mode tests.
Changed files
- regress/copy-mode-redraw.sh
Change #274852
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Tue 14 Jul 2026 13:05:06 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision c39d69f961d7bac9482be956a702aa3a6f33052f Comments
More copy mode tests.
Changed files
- regress/copy-mode-redraw.sh
Change #274858
Category tmux Changed by nicm <nicm@openbsd.org> Changed at Tue 14 Jul 2026 14:17:17 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision f88189cd59096b58babd8688449ecc79cac77527 Comments
Do not clear lines when we are just going to overwrite them in copy mode.
Changed files
- window-copy.c
Change #274858
Category tmux Changed by nicm <nicm@openbsd.org> Changed at Tue 14 Jul 2026 14:17:17 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision f88189cd59096b58babd8688449ecc79cac77527 Comments
Do not clear lines when we are just going to overwrite them in copy mode.
Changed files
- window-copy.c
Change #274860
Category tmux Changed by tmux update bot <actions@github.com> Changed at Tue 14 Jul 2026 14:17:19 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision c9d6d4b601d15a597e0124d38e678d6f38ff9b6c Comments
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master' * refs/remotes/tmux-openbsd/master: Do not clear lines when we are just going to overwrite them in copy mode.
Changed files
- no files
Change #274860
Category tmux Changed by tmux update bot <actions@github.com> Changed at Tue 14 Jul 2026 14:17:19 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision c9d6d4b601d15a597e0124d38e678d6f38ff9b6c Comments
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master' * refs/remotes/tmux-openbsd/master: Do not clear lines when we are just going to overwrite them in copy mode.
Changed files
- no files
Change #274872
Category tmux Changed by nicm <nicm@openbsd.org> Changed at Tue 14 Jul 2026 15:12:48 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision a10252dad26ce7fad9569440d2b7fa7b1626d499 Comments
Handle padding and tab redraw correctly in copy mode.
Changed files
- window-copy.c
Change #274872
Category tmux Changed by nicm <nicm@openbsd.org> Changed at Tue 14 Jul 2026 15:12:48 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision a10252dad26ce7fad9569440d2b7fa7b1626d499 Comments
Handle padding and tab redraw correctly in copy mode.
Changed files
- window-copy.c
Change #274873
Category tmux Changed by tmux update bot <actions@github.com> Changed at Tue 14 Jul 2026 15:12:49 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 67f71fe4ac22c1fb0aa293bf29e8e93b3c0b814d Comments
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master' * refs/remotes/tmux-openbsd/master: Handle padding and tab redraw correctly in copy mode.
Changed files
- no files
Change #274873
Category tmux Changed by tmux update bot <actions@github.com> Changed at Tue 14 Jul 2026 15:12:49 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 67f71fe4ac22c1fb0aa293bf29e8e93b3c0b814d Comments
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master' * refs/remotes/tmux-openbsd/master: Handle padding and tab redraw correctly in copy mode.
Changed files
- no files
Change #274890
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Tue 14 Jul 2026 19:18:52 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision d705471aa5aa5a54f6f1749d27424ae0d137ccdf Comments
Regression tests for display-panes changes.
Changed files
- regress/display-panes.sh
- regress/mode-kill.sh
Change #274890
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Tue 14 Jul 2026 19:18:52 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision d705471aa5aa5a54f6f1749d27424ae0d137ccdf Comments
Regression tests for display-panes changes.
Changed files
- regress/display-panes.sh
- regress/mode-kill.sh
Change #274891
Category tmux Changed by nicm <nicm@openbsd.org> Changed at Tue 14 Jul 2026 19:24:18 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 34a11db6ca92c0bb524987062182b51ae2e23aa3 Comments
Typos and doc fixes, from Ben Boeckel.
Changed files
- cmd-split-window.c
- format.c
- tmux.1
- window-copy.c
Change #274891
Category tmux Changed by nicm <nicm@openbsd.org> Changed at Tue 14 Jul 2026 19:24:18 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 34a11db6ca92c0bb524987062182b51ae2e23aa3 Comments
Typos and doc fixes, from Ben Boeckel.
Changed files
- cmd-split-window.c
- format.c
- tmux.1
- window-copy.c
Change #274892
Category tmux Changed by tmux update bot <actions@github.com> Changed at Tue 14 Jul 2026 19:24:20 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 145f8ef173c55fbf10dc3e5aa5fffda1796473d7 Comments
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master' * refs/remotes/tmux-openbsd/master: Typos and doc fixes, from Ben Boeckel.
Changed files
- no files
Change #274892
Category tmux Changed by tmux update bot <actions@github.com> Changed at Tue 14 Jul 2026 19:24:20 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 145f8ef173c55fbf10dc3e5aa5fffda1796473d7 Comments
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master' * refs/remotes/tmux-openbsd/master: Typos and doc fixes, from Ben Boeckel.
Changed files
- no files
Change #274906
Category tmux Changed by nicm <nicm@openbsd.org> Changed at Tue 14 Jul 2026 21:57:30 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 1a02c9957ca3d7c49f2756a794dce645a8af4f12 Comments
Convert display-panes away from an overlay and into a mode. This is another step on the road of getting rid of overlays altogether (they are full of special cases; popups and menus are to go also eventually). We lose some of the styling of borders but gain the ability to run display-panes in another pane (perhaps not hugely useful but one never knows). The -b flag goes away as no longer useful.
Changed files
- Makefile
- cfg.c
- cmd-choose-tree.c
- cmd-copy-mode.c
- cmd-display-panes.c
- cmd-find-window.c
- cmd-queue.c
- cmd-run-shell.c
- layout.c
- options-table.c
- server-client.c
- tmux.1
- tmux.h
- window-buffer.c
- window-client.c
- window-clock.c
- window-copy.c
- window-customize.c
- window-panes.c
- window-switch.c
- window-tree.c
- window.c
Change #274906
Category tmux Changed by nicm <nicm@openbsd.org> Changed at Tue 14 Jul 2026 21:57:30 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 1a02c9957ca3d7c49f2756a794dce645a8af4f12 Comments
Convert display-panes away from an overlay and into a mode. This is another step on the road of getting rid of overlays altogether (they are full of special cases; popups and menus are to go also eventually). We lose some of the styling of borders but gain the ability to run display-panes in another pane (perhaps not hugely useful but one never knows). The -b flag goes away as no longer useful.
Changed files
- Makefile
- cfg.c
- cmd-choose-tree.c
- cmd-copy-mode.c
- cmd-display-panes.c
- cmd-find-window.c
- cmd-queue.c
- cmd-run-shell.c
- layout.c
- options-table.c
- server-client.c
- tmux.1
- tmux.h
- window-buffer.c
- window-client.c
- window-clock.c
- window-copy.c
- window-customize.c
- window-panes.c
- window-switch.c
- window-tree.c
- window.c
Change #274907
Category tmux Changed by Thomas Adam <thomas.adam22@gmail.com> Changed at Tue 14 Jul 2026 22:20:22 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 6546fa098275ac4bc77a6fff669b405112cba760 Comments
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master' * refs/remotes/tmux-openbsd/master: Convert display-panes away from an overlay and into a mode. This is another step on the road of getting rid of overlays altogether (they are full of special cases; popups and menus are to go also eventually). We lose some of the styling of borders but gain the ability to run display-panes in another pane (perhaps not hugely useful but one never knows). The -b flag goes away as no longer useful.
Changed files
- no files
Change #274907
Category tmux Changed by Thomas Adam <thomas.adam22@gmail.com> Changed at Tue 14 Jul 2026 22:20:22 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 6546fa098275ac4bc77a6fff669b405112cba760 Comments
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master' * refs/remotes/tmux-openbsd/master: Convert display-panes away from an overlay and into a mode. This is another step on the road of getting rid of overlays altogether (they are full of special cases; popups and menus are to go also eventually). We lose some of the styling of borders but gain the ability to run display-panes in another pane (perhaps not hugely useful but one never knows). The -b flag goes away as no longer useful.
Changed files
- no files
Change #274914
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Tue 14 Jul 2026 23:09:52 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision e54785ddd6629788e5fa8ebd9f843c784f60aa5e Comments
Add menu tests.
Changed files
- regress/screen-redraw-menus.sh
- regress/screen-redraw-results/menu-basic.result
- regress/screen-redraw-results/menu-clipped.result
- regress/screen-redraw-results/menu-double.result
- regress/screen-redraw-results/menu-noborder.result
- regress/screen-redraw-results/menu-over-split.result
- regress/screen-redraw-results/menu-restyled.result
Change #274914
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Tue 14 Jul 2026 23:09:52 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision e54785ddd6629788e5fa8ebd9f843c784f60aa5e Comments
Add menu tests.
Changed files
- regress/screen-redraw-menus.sh
- regress/screen-redraw-results/menu-basic.result
- regress/screen-redraw-results/menu-clipped.result
- regress/screen-redraw-results/menu-double.result
- regress/screen-redraw-results/menu-noborder.result
- regress/screen-redraw-results/menu-over-split.result
- regress/screen-redraw-results/menu-restyled.result
Change #274915
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Tue 14 Jul 2026 23:15:08 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 11496010c027a06262ecd9bfaa776a0109e7daee Comments
Update test outputs.
Changed files
- regress/screen-redraw-results/menu-basic.result
- regress/screen-redraw-results/menu-clipped.result
- regress/screen-redraw-results/menu-double.result
- regress/screen-redraw-results/menu-noborder.result
- regress/screen-redraw-results/menu-restyled.result
Change #274915
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Tue 14 Jul 2026 23:15:08 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 11496010c027a06262ecd9bfaa776a0109e7daee Comments
Update test outputs.
Changed files
- regress/screen-redraw-results/menu-basic.result
- regress/screen-redraw-results/menu-clipped.result
- regress/screen-redraw-results/menu-double.result
- regress/screen-redraw-results/menu-noborder.result
- regress/screen-redraw-results/menu-restyled.result
Change #274921
Category tmux Changed by nicm <nicm@openbsd.org> Changed at Wed 15 Jul 2026 00:13:51 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision ad6832e6972663c3aafad890ce983eb213401b7f Comments
Switch menus also to be attached to the window instead of an overlay and drawn as part of the client's scene. This means removing the popup menu.
Changed files
- cmd-display-menu.c
- menu.c
- mode-tree.c
- popup.c
- screen-redraw.c
- server-client.c
- server-fn.c
- tmux.h
- window.c
Change #274921
Category tmux Changed by nicm <nicm@openbsd.org> Changed at Wed 15 Jul 2026 00:13:51 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision ad6832e6972663c3aafad890ce983eb213401b7f Comments
Switch menus also to be attached to the window instead of an overlay and drawn as part of the client's scene. This means removing the popup menu.
Changed files
- cmd-display-menu.c
- menu.c
- mode-tree.c
- popup.c
- screen-redraw.c
- server-client.c
- server-fn.c
- tmux.h
- window.c
Change #274922
Category tmux Changed by tmux update bot <actions@github.com> Changed at Wed 15 Jul 2026 00:13:52 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 4e586ed0b83812727d610f6cb2506519953f7957 Comments
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master' * refs/remotes/tmux-openbsd/master: Switch menus also to be attached to the window instead of an overlay and drawn as part of the client's scene. This means removing the popup menu.
Changed files
- no files
Change #274922
Category tmux Changed by tmux update bot <actions@github.com> Changed at Wed 15 Jul 2026 00:13:52 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 4e586ed0b83812727d610f6cb2506519953f7957 Comments
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master' * refs/remotes/tmux-openbsd/master: Switch menus also to be attached to the window instead of an overlay and drawn as part of the client's scene. This means removing the popup menu.
Changed files
- no files
Change #274948
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Wed 15 Jul 2026 11:39:46 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 8f2d25024a00daedfe1ff095aaef261539404ddc Comments
Remove README.ja which has not been updated since 2018 and is out of date.
Changed files
- README.ja
Change #274948
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Wed 15 Jul 2026 11:39:46 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 8f2d25024a00daedfe1ff095aaef261539404ddc Comments
Remove README.ja which has not been updated since 2018 and is out of date.
Changed files
- README.ja
Change #274949
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Wed 15 Jul 2026 11:40:47 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 1c7ed8d9adb4274cd5a9554e23d587eed5b10ab2 Comments
Remove README.ja from EXTRA_DIST.
Changed files
- Makefile.am
Change #274949
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Wed 15 Jul 2026 11:40:47 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 1c7ed8d9adb4274cd5a9554e23d587eed5b10ab2 Comments
Remove README.ja from EXTRA_DIST.
Changed files
- Makefile.am
Change #274953
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Wed 15 Jul 2026 12:38:49 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 5350da0be3c34f5ea8dff2bd37b90a03cb03e4ab Comments
Update test.
Changed files
- regress/new-pane-mouse.sh
Change #274953
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Wed 15 Jul 2026 12:38:49 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 5350da0be3c34f5ea8dff2bd37b90a03cb03e4ab Comments
Update test.
Changed files
- regress/new-pane-mouse.sh
Change #274958
Category tmux Changed by nicm <nicm@openbsd.org> Changed at Wed 15 Jul 2026 14:04:24 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision cbb97b961c62ff31fe746204e203a4000afac42e Comments
Add a mouse binding for empty areas of the window so C-Drag works on them as well.
Changed files
- key-bindings.c
- server-client.c
- tmux.1
- tmux.h
Change #274958
Category tmux Changed by nicm <nicm@openbsd.org> Changed at Wed 15 Jul 2026 14:04:24 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision cbb97b961c62ff31fe746204e203a4000afac42e Comments
Add a mouse binding for empty areas of the window so C-Drag works on them as well.
Changed files
- key-bindings.c
- server-client.c
- tmux.1
- tmux.h
Change #274959
Category tmux Changed by tmux update bot <actions@github.com> Changed at Wed 15 Jul 2026 14:04:25 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 10b2bb76f67c35609878e214aaf9f5d86d7aa02d Comments
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master' * refs/remotes/tmux-openbsd/master: Add a mouse binding for empty areas of the window so C-Drag works on them as well.
Changed files
- no files
Change #274959
Category tmux Changed by tmux update bot <actions@github.com> Changed at Wed 15 Jul 2026 14:04:25 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 10b2bb76f67c35609878e214aaf9f5d86d7aa02d Comments
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master' * refs/remotes/tmux-openbsd/master: Add a mouse binding for empty areas of the window so C-Drag works on them as well.
Changed files
- no files
Change #274965
Category tmux Changed by nicm <nicm@openbsd.org> Changed at Wed 15 Jul 2026 15:29:08 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 75c874c55b4acae548706a8235f7a7ddc4a83cda Comments
Clear the "waiting for editor" area before writing so stray characters aren't visible from underneath.
Changed files
- window-buffer.c
- window-customize.c
Change #274965
Category tmux Changed by nicm <nicm@openbsd.org> Changed at Wed 15 Jul 2026 15:29:08 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 75c874c55b4acae548706a8235f7a7ddc4a83cda Comments
Clear the "waiting for editor" area before writing so stray characters aren't visible from underneath.
Changed files
- window-buffer.c
- window-customize.c
Change #274966
Category tmux Changed by tmux update bot <actions@github.com> Changed at Wed 15 Jul 2026 15:29:09 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 9459c7ca64e806fb575870955e902dd8689f2db4 Comments
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master' * refs/remotes/tmux-openbsd/master: Clear the "waiting for editor" area before writing so stray characters aren't visible from underneath.
Changed files
- no files
Change #274966
Category tmux Changed by tmux update bot <actions@github.com> Changed at Wed 15 Jul 2026 15:29:09 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 9459c7ca64e806fb575870955e902dd8689f2db4 Comments
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master' * refs/remotes/tmux-openbsd/master: Clear the "waiting for editor" area before writing so stray characters aren't visible from underneath.
Changed files
- no files
Change #274976
Category tmux Changed by nicm <nicm@openbsd.org> Changed at Wed 15 Jul 2026 17:53:04 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision d98635e1bd645b75f6eefde16aac1799e1b2b1f4 Comments
Add modal panes, created currently with new-pane -O. There is one modal pane per window and it must be a floating pane. These are intended to replace popups. Currently a modal pane will unzoom a zoomed window and rezoom it when it is closed (a bit like modes do), but this is planned to change when we get an always-on-top flag.
Changed files
- cmd-break-pane.c
- cmd-join-pane.c
- cmd-split-window.c
- cmd-swap-pane.c
- cmd.c
- format.c
- layout.c
- options-table.c
- server-client.c
- spawn.c
- tmux.1
- tmux.h
- window.c
Change #274976
Category tmux Changed by nicm <nicm@openbsd.org> Changed at Wed 15 Jul 2026 17:53:04 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision d98635e1bd645b75f6eefde16aac1799e1b2b1f4 Comments
Add modal panes, created currently with new-pane -O. There is one modal pane per window and it must be a floating pane. These are intended to replace popups. Currently a modal pane will unzoom a zoomed window and rezoom it when it is closed (a bit like modes do), but this is planned to change when we get an always-on-top flag.
Changed files
- cmd-break-pane.c
- cmd-join-pane.c
- cmd-split-window.c
- cmd-swap-pane.c
- cmd.c
- format.c
- layout.c
- options-table.c
- server-client.c
- spawn.c
- tmux.1
- tmux.h
- window.c
Change #274979
Category tmux Changed by nicm <nicm@openbsd.org> Changed at Wed 15 Jul 2026 17:53:04 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision edefce8eb56fae365ee0bfac56e9e8f714efcb01 Comments
Small section missed from previous.
Changed files
- server-client.c
Change #274979
Category tmux Changed by nicm <nicm@openbsd.org> Changed at Wed 15 Jul 2026 17:53:04 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision edefce8eb56fae365ee0bfac56e9e8f714efcb01 Comments
Small section missed from previous.
Changed files
- server-client.c
Change #274982
Category tmux Changed by tmux update bot <actions@github.com> Changed at Wed 15 Jul 2026 17:53:06 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 15746a1bc796a76cd855636e0073c339b517b1c2 Comments
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master' * refs/remotes/tmux-openbsd/master: Small section missed from previous. Add modal panes, created currently with new-pane -O. There is one modal pane per window and it must be a floating pane. These are intended to replace popups. Currently a modal pane will unzoom a zoomed window and rezoom it when it is closed (a bit like modes do), but this is planned to change when we get an always-on-top flag.
Changed files
- no files
Change #274982
Category tmux Changed by tmux update bot <actions@github.com> Changed at Wed 15 Jul 2026 17:53:06 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 15746a1bc796a76cd855636e0073c339b517b1c2 Comments
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master' * refs/remotes/tmux-openbsd/master: Small section missed from previous. Add modal panes, created currently with new-pane -O. There is one modal pane per window and it must be a floating pane. These are intended to replace popups. Currently a modal pane will unzoom a zoomed window and rezoom it when it is closed (a bit like modes do), but this is planned to change when we get an always-on-top flag.
Changed files
- no files
Change #275055
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Thu 16 Jul 2026 14:16:29 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision fba51526af88c338abae31f97182951c4c9f16aa Comments
Modal pane regression test.
Changed files
- regress/modal-pane.sh
Change #275055
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Thu 16 Jul 2026 14:16:29 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision fba51526af88c338abae31f97182951c4c9f16aa Comments
Modal pane regression test.
Changed files
- regress/modal-pane.sh
Change #275061
Category tmux Changed by nicm <nicm@openbsd.org> Changed at Thu 16 Jul 2026 14:54:45 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 824a07290f853a97219ee2624a46c0aada246efb Comments
Do not redraw overlays unless actually asked to, GitHub issue 5398 from Noam Stolero.
Changed files
- screen-redraw.c
Change #275061
Category tmux Changed by nicm <nicm@openbsd.org> Changed at Thu 16 Jul 2026 14:54:45 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 824a07290f853a97219ee2624a46c0aada246efb Comments
Do not redraw overlays unless actually asked to, GitHub issue 5398 from Noam Stolero.
Changed files
- screen-redraw.c
Change #275062
Category tmux Changed by tmux update bot <actions@github.com> Changed at Thu 16 Jul 2026 14:54:46 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision f07ea87e205ce925be52c03fa95851ec7ed26136 Comments
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master' * refs/remotes/tmux-openbsd/master: Do not redraw overlays unless actually asked to, GitHub issue 5398 from Noam Stolero.
Changed files
- no files
Change #275062
Category tmux Changed by tmux update bot <actions@github.com> Changed at Thu 16 Jul 2026 14:54:46 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision f07ea87e205ce925be52c03fa95851ec7ed26136 Comments
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master' * refs/remotes/tmux-openbsd/master: Do not redraw overlays unless actually asked to, GitHub issue 5398 from Noam Stolero.
Changed files
- no files
Change #275071
Category tmux Changed by nicm <nicm@openbsd.org> Changed at Thu 16 Jul 2026 18:43:21 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 1d0d22df223d6801d827b2ec5027288eed2d0e23 Comments
Fix uninitialized var for sscanf %n.
Changed files
- layout-custom.c
Change #275071
Category tmux Changed by nicm <nicm@openbsd.org> Changed at Thu 16 Jul 2026 18:43:21 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 1d0d22df223d6801d827b2ec5027288eed2d0e23 Comments
Fix uninitialized var for sscanf %n.
Changed files
- layout-custom.c
Change #275072
Category tmux Changed by tmux update bot <actions@github.com> Changed at Thu 16 Jul 2026 18:43:22 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision e50545f4516bebb2efb027d077895bd8ca9727a3 Comments
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master' * refs/remotes/tmux-openbsd/master: Fix uninitialized var for sscanf %n.
Changed files
- no files
Change #275072
Category tmux Changed by tmux update bot <actions@github.com> Changed at Thu 16 Jul 2026 18:43:22 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision e50545f4516bebb2efb027d077895bd8ca9727a3 Comments
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master' * refs/remotes/tmux-openbsd/master: Fix uninitialized var for sscanf %n.
Changed files
- no files
Change #275090
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Fri 17 Jul 2026 10:13:33 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 43092f8d541908009e79d1b51ebfe9cbee225f11 Comments
Test for client lost during config file.
Changed files
- regress/cfg-client-lost.sh
Change #275090
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Fri 17 Jul 2026 10:13:33 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 43092f8d541908009e79d1b51ebfe9cbee225f11 Comments
Test for client lost during config file.
Changed files
- regress/cfg-client-lost.sh
Change #275093
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Fri 17 Jul 2026 10:29:59 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 5cd43626ef66b9854625d860f3b68c0c47e362d3 Comments
cmd_template_replace test.
Changed files
- regress/cmd-template-replace.sh
Change #275093
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Fri 17 Jul 2026 10:29:59 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 5cd43626ef66b9854625d860f3b68c0c47e362d3 Comments
cmd_template_replace test.
Changed files
- regress/cmd-template-replace.sh
Change #275095
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Fri 17 Jul 2026 10:37:50 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision b46684427ffbc1c20686731ef01beeaec0ba53f1 Comments
Extend control client size test.
Changed files
- regress/control-client-size.sh
Change #275095
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Fri 17 Jul 2026 10:37:50 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision b46684427ffbc1c20686731ef01beeaec0ba53f1 Comments
Extend control client size test.
Changed files
- regress/control-client-size.sh
Change #275099
Category tmux Changed by nicm <nicm@openbsd.org> Changed at Fri 17 Jul 2026 11:00:52 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision d5b1f3ad890259f6b91309f72dafcdeb4612bbcb Comments
Clear cfg_client if the client is destroyed to prevent UAF found by Ilya Grigoriev.
Changed files
- server-client.c
Change #275099
Category tmux Changed by nicm <nicm@openbsd.org> Changed at Fri 17 Jul 2026 11:00:52 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision d5b1f3ad890259f6b91309f72dafcdeb4612bbcb Comments
Clear cfg_client if the client is destroyed to prevent UAF found by Ilya Grigoriev.
Changed files
- server-client.c
Change #275100
Category tmux Changed by tmux update bot <actions@github.com> Changed at Fri 17 Jul 2026 11:00:53 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision a8ad3c7d43b813f63a175c2a0a539c65bb7a559e Comments
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master' * refs/remotes/tmux-openbsd/master: Clear cfg_client if the client is destroyed to prevent UAF found by Ilya Grigoriev.
Changed files
- no files
Change #275100
Category tmux Changed by tmux update bot <actions@github.com> Changed at Fri 17 Jul 2026 11:00:53 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision a8ad3c7d43b813f63a175c2a0a539c65bb7a559e Comments
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master' * refs/remotes/tmux-openbsd/master: Clear cfg_client if the client is destroyed to prevent UAF found by Ilya Grigoriev.
Changed files
- no files
Change #275107
Category tmux Changed by nicm <nicm@openbsd.org> Changed at Fri 17 Jul 2026 14:15:52 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision a177d0f590e894ada7ee003b9efc976547550b35 Comments
Change %% to escape single quotes (%1 remains with no quoting and %% with double quotes) to avoid a single quote being able to terminate quoted sections of commands. Fixes unexpected behaviour with session names containing single quotes reported by Aliz Hammond.
Changed files
- cmd.c
Change #275107
Category tmux Changed by nicm <nicm@openbsd.org> Changed at Fri 17 Jul 2026 14:15:52 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision a177d0f590e894ada7ee003b9efc976547550b35 Comments
Change %% to escape single quotes (%1 remains with no quoting and %% with double quotes) to avoid a single quote being able to terminate quoted sections of commands. Fixes unexpected behaviour with session names containing single quotes reported by Aliz Hammond.
Changed files
- cmd.c
Change #275108
Category tmux Changed by nicm <nicm@openbsd.org> Changed at Fri 17 Jul 2026 14:15:52 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 2711780dffe2a5348f8d0e02095acd34a532a5bb Comments
Move per-client window sizes into control.c since the only user is for control mode.
Changed files
- cmd-refresh-client.c
- control.c
- resize.c
- server-client.c
- tmux.h
Change #275108
Category tmux Changed by nicm <nicm@openbsd.org> Changed at Fri 17 Jul 2026 14:15:52 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 2711780dffe2a5348f8d0e02095acd34a532a5bb Comments
Move per-client window sizes into control.c since the only user is for control mode.
Changed files
- cmd-refresh-client.c
- control.c
- resize.c
- server-client.c
- tmux.h
Change #275109
Category tmux Changed by Thomas Adam <thomas.adam22@gmail.com> Changed at Fri 17 Jul 2026 14:24:25 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 5bd10a8c2a1dfb38f6b835121ed717003677926b Comments
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master' * refs/remotes/tmux-openbsd/master: Move per-client window sizes into control.c since the only user is for control mode. Change %% to escape single quotes (%1 remains with no quoting and %% with double quotes) to avoid a single quote being able to terminate quoted sections of commands. Fixes unexpected behaviour with session names containing single quotes reported by Aliz Hammond.
Changed files
- no files
Change #275109
Category tmux Changed by Thomas Adam <thomas.adam22@gmail.com> Changed at Fri 17 Jul 2026 14:24:25 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 5bd10a8c2a1dfb38f6b835121ed717003677926b Comments
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master' * refs/remotes/tmux-openbsd/master: Move per-client window sizes into control.c since the only user is for control mode. Change %% to escape single quotes (%1 remains with no quoting and %% with double quotes) to avoid a single quote being able to terminate quoted sections of commands. Fixes unexpected behaviour with session names containing single quotes reported by Aliz Hammond.
Changed files
- no files
Change #275122
Category tmux Changed by nicm <nicm@openbsd.org> Changed at Fri 17 Jul 2026 16:08:08 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 1ce000062af83bb1cb0aaef9ce6c5e80e67c3d58 Comments
Remove the active-pane flag for now, there are some gaps in how this works and I don't like it. May come back in a different form (maybe just for windows).
Changed files
- cmd-find.c
- cmd-run-shell.c
- cmd-select-pane.c
- screen-redraw.c
- server-client.c
- tmux.1
- tmux.h
- tty.c
- window-border.c
Change #275122
Category tmux Changed by nicm <nicm@openbsd.org> Changed at Fri 17 Jul 2026 16:08:08 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 1ce000062af83bb1cb0aaef9ce6c5e80e67c3d58 Comments
Remove the active-pane flag for now, there are some gaps in how this works and I don't like it. May come back in a different form (maybe just for windows).
Changed files
- cmd-find.c
- cmd-run-shell.c
- cmd-select-pane.c
- screen-redraw.c
- server-client.c
- tmux.1
- tmux.h
- tty.c
- window-border.c
Change #275123
Category tmux Changed by tmux update bot <actions@github.com> Changed at Fri 17 Jul 2026 16:08:10 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 6dacc024f004968c03a5d9b515bca083d68e0e45 Comments
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master' * refs/remotes/tmux-openbsd/master: Remove the active-pane flag for now, there are some gaps in how this works and I don't like it. May come back in a different form (maybe just for windows).
Changed files
- no files
Change #275123
Category tmux Changed by tmux update bot <actions@github.com> Changed at Fri 17 Jul 2026 16:08:10 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 6dacc024f004968c03a5d9b515bca083d68e0e45 Comments
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master' * refs/remotes/tmux-openbsd/master: Remove the active-pane flag for now, there are some gaps in how this works and I don't like it. May come back in a different form (maybe just for windows).
Changed files
- no files
Change #275126
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Fri 17 Jul 2026 18:44:43 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 481d48b53bb7d4ff0dae525e1aea39e627c1317e Comments
3.8 changes.
Changed files
- CHANGES
- tmux.1
Change #275126
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Fri 17 Jul 2026 18:44:43 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 481d48b53bb7d4ff0dae525e1aea39e627c1317e Comments
3.8 changes.
Changed files
- CHANGES
- tmux.1
Change #275129
Category tmux Changed by nicm <nicm@openbsd.org> Changed at Fri 17 Jul 2026 18:49:55 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 377a8101683ac808ed53e18a5beb9d2a45564443 Comments
Add some missing calls to invalidate scene.
Changed files
- cmd-join-pane.c
Change #275129
Category tmux Changed by nicm <nicm@openbsd.org> Changed at Fri 17 Jul 2026 18:49:55 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 377a8101683ac808ed53e18a5beb9d2a45564443 Comments
Add some missing calls to invalidate scene.
Changed files
- cmd-join-pane.c
Change #275130
Category tmux Changed by tmux update bot <actions@github.com> Changed at Fri 17 Jul 2026 18:49:56 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision bacc7952ad65feba9f51d67631662de157afd3b1 Comments
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master' * refs/remotes/tmux-openbsd/master: Add some missing calls to invalidate scene.
Changed files
- no files
Change #275130
Category tmux Changed by tmux update bot <actions@github.com> Changed at Fri 17 Jul 2026 18:49:56 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision bacc7952ad65feba9f51d67631662de157afd3b1 Comments
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master' * refs/remotes/tmux-openbsd/master: Add some missing calls to invalidate scene.
Changed files
- no files
Change #275133
Category tmux Changed by nicm <nicm@openbsd.org> Changed at Fri 17 Jul 2026 21:34:34 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 496bfdce3879ccf5d057edabdc388c854a1466a4 Comments
Prevent display-panes from shifting the active pane scroll position by copying the screen from before zoom, also do not let resize consume blank lines.
Changed files
- tmux.h
- window-panes.c
- window.c
Change #275133
Category tmux Changed by nicm <nicm@openbsd.org> Changed at Fri 17 Jul 2026 21:34:34 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 496bfdce3879ccf5d057edabdc388c854a1466a4 Comments
Prevent display-panes from shifting the active pane scroll position by copying the screen from before zoom, also do not let resize consume blank lines.
Changed files
- tmux.h
- window-panes.c
- window.c
Change #275134
Category tmux Changed by tmux update bot <actions@github.com> Changed at Fri 17 Jul 2026 21:34:36 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision cad1c81c711ac185ebc13a5ba7a12e1325face1f Comments
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master' * refs/remotes/tmux-openbsd/master: Prevent display-panes from shifting the active pane scroll position by copying the screen from before zoom, also do not let resize consume blank lines.
Changed files
- no files
Change #275134
Category tmux Changed by tmux update bot <actions@github.com> Changed at Fri 17 Jul 2026 21:34:36 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision cad1c81c711ac185ebc13a5ba7a12e1325face1f Comments
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master' * refs/remotes/tmux-openbsd/master: Prevent display-panes from shifting the active pane scroll position by copying the screen from before zoom, also do not let resize consume blank lines.
Changed files
- no files
Change #275205
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Sun 19 Jul 2026 19:34:18 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 2a2bce3dd413274894c42caaaa59bd817a0c1ed2 Comments
Fix tty-keys.sh test.
Changed files
- regress/tty-keys.sh
Change #275205
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Sun 19 Jul 2026 19:34:18 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 2a2bce3dd413274894c42caaaa59bd817a0c1ed2 Comments
Fix tty-keys.sh test.
Changed files
- regress/tty-keys.sh
Change #275209
Category tmux Changed by nicm <nicm@openbsd.org> Changed at Sun 19 Jul 2026 20:29:02 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 6ef280fb0f138b3830fbfedbdff4736b2da07707 Comments
Guard x as well as y to avoid overflow, GitHub issue 5409 from Park Seongjae.
Changed files
- window-visible.c
Change #275209
Category tmux Changed by nicm <nicm@openbsd.org> Changed at Sun 19 Jul 2026 20:29:02 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 6ef280fb0f138b3830fbfedbdff4736b2da07707 Comments
Guard x as well as y to avoid overflow, GitHub issue 5409 from Park Seongjae.
Changed files
- window-visible.c
Change #275210
Category tmux Changed by tmux update bot <actions@github.com> Changed at Sun 19 Jul 2026 20:29:04 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision c45bf2e84d3065b5e8360ff3304153267afad400 Comments
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master' * refs/remotes/tmux-openbsd/master: Guard x as well as y to avoid overflow, GitHub issue 5409 from Park Seongjae.
Changed files
- no files
Change #275210
Category tmux Changed by tmux update bot <actions@github.com> Changed at Sun 19 Jul 2026 20:29:04 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision c45bf2e84d3065b5e8360ff3304153267afad400 Comments
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master' * refs/remotes/tmux-openbsd/master: Guard x as well as y to avoid overflow, GitHub issue 5409 from Park Seongjae.
Changed files
- no files
Change #275214
Category tmux Changed by nicm <nicm@openbsd.org> Changed at Sun 19 Jul 2026 21:57:31 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision c766669b3b01d24b2fd60e6a2c4b316910abff77 Comments
Add unzoomed width and height formats and use them for the sizes shown in panes mode, reported by tb@.
Changed files
- format.c
- options-table.c
- tmux.1
Change #275214
Category tmux Changed by nicm <nicm@openbsd.org> Changed at Sun 19 Jul 2026 21:57:31 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision c766669b3b01d24b2fd60e6a2c4b316910abff77 Comments
Add unzoomed width and height formats and use them for the sizes shown in panes mode, reported by tb@.
Changed files
- format.c
- options-table.c
- tmux.1
Change #275215
Category tmux Changed by tmux update bot <actions@github.com> Changed at Sun 19 Jul 2026 21:57:33 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 1b179582e681900c09cfce2f9d82579a50b50473 Comments
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master' * refs/remotes/tmux-openbsd/master: Add unzoomed width and height formats and use them for the sizes shown in panes mode, reported by tb@.
Changed files
- no files
Change #275215
Category tmux Changed by tmux update bot <actions@github.com> Changed at Sun 19 Jul 2026 21:57:33 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 1b179582e681900c09cfce2f9d82579a50b50473 Comments
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master' * refs/remotes/tmux-openbsd/master: Add unzoomed width and height formats and use them for the sizes shown in panes mode, reported by tb@.
Changed files
- no files
Change #275216
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Sun 19 Jul 2026 21:58:20 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision c750c014b2054c059d20024d8fa2ad474c0caa15 Comments
Extend test.
Changed files
- regress/display-panes.sh
Change #275216
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Sun 19 Jul 2026 21:58:20 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision c750c014b2054c059d20024d8fa2ad474c0caa15 Comments
Extend test.
Changed files
- regress/display-panes.sh
Change #275222
Category tmux Changed by nicm <nicm@openbsd.org> Changed at Sun 19 Jul 2026 22:33:36 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 8024fab1f2365b86a52f7cc2881790033d33344c Comments
Copy the home directory if it comes from getpwuid.
Changed files
- tmux.c
Change #275222
Category tmux Changed by nicm <nicm@openbsd.org> Changed at Sun 19 Jul 2026 22:33:36 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 8024fab1f2365b86a52f7cc2881790033d33344c Comments
Copy the home directory if it comes from getpwuid.
Changed files
- tmux.c
Change #275223
Category tmux Changed by tmux update bot <actions@github.com> Changed at Sun 19 Jul 2026 22:33:37 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 8dd0e2129ed5459dc5762c049b5eeb1ddbe8be27 Comments
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master' * refs/remotes/tmux-openbsd/master: Copy the home directory if it comes from getpwuid.
Changed files
- no files
Change #275223
Category tmux Changed by tmux update bot <actions@github.com> Changed at Sun 19 Jul 2026 22:33:37 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 8dd0e2129ed5459dc5762c049b5eeb1ddbe8be27 Comments
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master' * refs/remotes/tmux-openbsd/master: Copy the home directory if it comes from getpwuid.
Changed files
- no files
Change #275242
Category tmux Changed by nicm <nicm@openbsd.org> Changed at Mon 20 Jul 2026 00:36:40 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision aea209b1423d2cd6d6b2cf958c517ad1c13ff9f1 Comments
Remove bits to disable removing empty lines since actually we want to do that - zoom added them in the first place.
Changed files
- tmux.h
- window-panes.c
- window.c
Change #275242
Category tmux Changed by nicm <nicm@openbsd.org> Changed at Mon 20 Jul 2026 00:36:40 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision aea209b1423d2cd6d6b2cf958c517ad1c13ff9f1 Comments
Remove bits to disable removing empty lines since actually we want to do that - zoom added them in the first place.
Changed files
- tmux.h
- window-panes.c
- window.c
Change #275243
Category tmux Changed by tmux update bot <actions@github.com> Changed at Mon 20 Jul 2026 00:36:41 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision afb3e954bfcbe7a2ab9c58584e0e3df9a61e271f Comments
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master' * refs/remotes/tmux-openbsd/master: Remove bits to disable removing empty lines since actually we want to do that - zoom added them in the first place.
Changed files
- no files
Change #275243
Category tmux Changed by tmux update bot <actions@github.com> Changed at Mon 20 Jul 2026 00:36:41 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision afb3e954bfcbe7a2ab9c58584e0e3df9a61e271f Comments
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master' * refs/remotes/tmux-openbsd/master: Remove bits to disable removing empty lines since actually we want to do that - zoom added them in the first place.
Changed files
- no files
Change #275261
Category tmux Changed by nicm <nicm@openbsd.org> Changed at Mon 20 Jul 2026 13:14:56 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision efcfc555356b9d02c4ee6899554831e316e900d9 Comments
Correctly include status line in pane height.
Changed files
- format.c
Change #275261
Category tmux Changed by nicm <nicm@openbsd.org> Changed at Mon 20 Jul 2026 13:14:56 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision efcfc555356b9d02c4ee6899554831e316e900d9 Comments
Correctly include status line in pane height.
Changed files
- format.c
Change #275262
Category tmux Changed by tmux update bot <actions@github.com> Changed at Mon 20 Jul 2026 13:14:58 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 88a91b9f83cd162fec00229a868ab1d38e05eae9 Comments
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master' * refs/remotes/tmux-openbsd/master: Correctly include status line in pane height.
Changed files
- no files
Change #275262
Category tmux Changed by tmux update bot <actions@github.com> Changed at Mon 20 Jul 2026 13:14:58 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 88a91b9f83cd162fec00229a868ab1d38e05eae9 Comments
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master' * refs/remotes/tmux-openbsd/master: Correctly include status line in pane height.
Changed files
- no files
Change #275289
Category tmux Changed by nicm <nicm@openbsd.org> Changed at Mon 20 Jul 2026 16:44:19 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision d13b69ece4eda6fba458711f514db9dd4dfe326c Comments
Change cellused/size to 16 bits and time to 32 bits in grid_line and add the OSC 133 positions (size stays the same).
Changed files
- cmd-capture-pane.c
- grid.c
- input.c
- screen-write.c
- tmux.h
- window-copy.c
Change #275289
Category tmux Changed by nicm <nicm@openbsd.org> Changed at Mon 20 Jul 2026 16:44:19 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision d13b69ece4eda6fba458711f514db9dd4dfe326c Comments
Change cellused/size to 16 bits and time to 32 bits in grid_line and add the OSC 133 positions (size stays the same).
Changed files
- cmd-capture-pane.c
- grid.c
- input.c
- screen-write.c
- tmux.h
- window-copy.c
Change #275290
Category tmux Changed by Thomas Adam <thomas.adam22@gmail.com> Changed at Mon 20 Jul 2026 19:17:19 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 5ed5e3606e9ced9eec18849676e15bff2d6f5a2e Comments
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).
Changed files
- no files
Change #275290
Category tmux Changed by Thomas Adam <thomas.adam22@gmail.com> Changed at Mon 20 Jul 2026 19:17:19 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 5ed5e3606e9ced9eec18849676e15bff2d6f5a2e Comments
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).
Changed files
- no files
Change #275331
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Tue 21 Jul 2026 09:00:39 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 8aaae25e56a3498c13149f5581808b8b65143bad Comments
Fix a merge and add test bits.
Changed files
- regress/input-modes.sh
- screen-write.c
Change #275331
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Tue 21 Jul 2026 09:00:39 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 8aaae25e56a3498c13149f5581808b8b65143bad Comments
Fix a merge and add test bits.
Changed files
- regress/input-modes.sh
- screen-write.c
Change #275345
Category tmux Changed by nicm <nicm@openbsd.org> Changed at Tue 21 Jul 2026 11:17:32 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 418ddada23d290ab02417b62213b402a08f4d9b5 Comments
Increase escape-time for tmux's own queries (refresh-client -l and window size) as well, GitHub issue 5388 from Jackson Edmonds.
Changed files
- tty-keys.c
Change #275345
Category tmux Changed by nicm <nicm@openbsd.org> Changed at Tue 21 Jul 2026 11:17:32 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 418ddada23d290ab02417b62213b402a08f4d9b5 Comments
Increase escape-time for tmux's own queries (refresh-client -l and window size) as well, GitHub issue 5388 from Jackson Edmonds.
Changed files
- tty-keys.c
Change #275346
Category tmux Changed by nicm <nicm@openbsd.org> Changed at Tue 21 Jul 2026 11:17:32 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 0e2576a842104886f3e33f0e62928551e54309cb Comments
Use correct cursor position for range end, GitHub issue 5414.
Changed files
- format-draw.c
Change #275346
Category tmux Changed by nicm <nicm@openbsd.org> Changed at Tue 21 Jul 2026 11:17:32 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 0e2576a842104886f3e33f0e62928551e54309cb Comments
Use correct cursor position for range end, GitHub issue 5414.
Changed files
- format-draw.c
Change #275347
Category tmux Changed by tmux update bot <actions@github.com> Changed at Tue 21 Jul 2026 11:17:33 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 4d1cf62fb4636da64b046fbefcf164578be85e6e Comments
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.
Changed files
- no files
Change #275347
Category tmux Changed by tmux update bot <actions@github.com> Changed at Tue 21 Jul 2026 11:17:33 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 4d1cf62fb4636da64b046fbefcf164578be85e6e Comments
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.
Changed files
- no files
Change #275351
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Tue 21 Jul 2026 13:56:32 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 3e61e63851f343439f63bfd2bb5ca357dfc60dc0 Comments
Test for outside panes with no border.
Changed files
- regress/screen-redraw-floating.sh
- regress/screen-redraw-results/floating-empty-noborder.result
Change #275351
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Tue 21 Jul 2026 13:56:32 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 3e61e63851f343439f63bfd2bb5ca357dfc60dc0 Comments
Test for outside panes with no border.
Changed files
- regress/screen-redraw-floating.sh
- regress/screen-redraw-results/floating-empty-noborder.result
Change #275355
Category tmux Changed by nicm <nicm@openbsd.org> Changed at Tue 21 Jul 2026 14:55:44 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision abd2f3a9a57851b68d93dcfc95651671c49dd1a2 Comments
Add copy-mode-current-line-style to set style for current line in copy mode, GitHub issue 5391 from Leo Henon.
Changed files
- options-table.c
- tmux.1
- window-copy.c
Change #275355
Category tmux Changed by nicm <nicm@openbsd.org> Changed at Tue 21 Jul 2026 14:55:44 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision abd2f3a9a57851b68d93dcfc95651671c49dd1a2 Comments
Add copy-mode-current-line-style to set style for current line in copy mode, GitHub issue 5391 from Leo Henon.
Changed files
- options-table.c
- tmux.1
- window-copy.c
Change #275357
Category tmux Changed by nicm <nicm@openbsd.org> Changed at Tue 21 Jul 2026 14:55:44 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 9d583cad5af9792c42fea65f968710546facf4bd Comments
If drawing border but not actually on a border, use the default line style.
Changed files
- screen-redraw.c
Change #275357
Category tmux Changed by nicm <nicm@openbsd.org> Changed at Tue 21 Jul 2026 14:55:44 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 9d583cad5af9792c42fea65f968710546facf4bd Comments
If drawing border but not actually on a border, use the default line style.
Changed files
- screen-redraw.c
Change #275358
Category tmux Changed by tmux update bot <actions@github.com> Changed at Tue 21 Jul 2026 14:55:45 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 92f090c0c0e57933945e404f8e35f04b8fbdd23b Comments
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.
Changed files
- no files
Change #275358
Category tmux Changed by tmux update bot <actions@github.com> Changed at Tue 21 Jul 2026 14:55:45 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 92f090c0c0e57933945e404f8e35f04b8fbdd23b Comments
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.
Changed files
- no files
Change #275360
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Tue 21 Jul 2026 15:41:52 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 2848a12562c0958d0fef68f9ead7c52fa59f877e Comments
Update tests for fix to floating panes at window edges.
Changed files
- regress/screen-redraw-floating.sh
- regress/screen-redraw-results/floating-clip-window-edge.result
- regress/screen-redraw-results/floating-outside.result
Change #275360
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Tue 21 Jul 2026 15:41:52 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 2848a12562c0958d0fef68f9ead7c52fa59f877e Comments
Update tests for fix to floating panes at window edges.
Changed files
- regress/screen-redraw-floating.sh
- regress/screen-redraw-results/floating-clip-window-edge.result
- regress/screen-redraw-results/floating-outside.result
Change #275369
Category tmux Changed by nicm <nicm@openbsd.org> Changed at Tue 21 Jul 2026 17:06:22 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 8bf2a4e807a092970dabfac89936d6e887389ecd Comments
Add a -C flag to new-pane to have a modal pane close when the mouse is clicked outside it, GitHub issue 5400.
Changed files
- cmd-split-window.c
- server-client.c
- tmux.1
- tmux.h
Change #275369
Category tmux Changed by nicm <nicm@openbsd.org> Changed at Tue 21 Jul 2026 17:06:22 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 8bf2a4e807a092970dabfac89936d6e887389ecd Comments
Add a -C flag to new-pane to have a modal pane close when the mouse is clicked outside it, GitHub issue 5400.
Changed files
- cmd-split-window.c
- server-client.c
- tmux.1
- tmux.h
Change #275370
Category tmux Changed by nicm <nicm@openbsd.org> Changed at Tue 21 Jul 2026 17:06:22 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision c59db2d007351f0da953334b81f5394508204df9 Comments
Invalidate scene when window is resized.
Changed files
- window.c
Change #275370
Category tmux Changed by nicm <nicm@openbsd.org> Changed at Tue 21 Jul 2026 17:06:22 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision c59db2d007351f0da953334b81f5394508204df9 Comments
Invalidate scene when window is resized.
Changed files
- window.c
Change #275371
Category tmux Changed by nicm <nicm@openbsd.org> Changed at Tue 21 Jul 2026 17:06:22 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision a57b0f1282129231d3e0934062991feb11381976 Comments
Clip floating panes exactly at window edge, don't let the border creep into the first outside column.
Changed files
- screen-redraw.c
Change #275371
Category tmux Changed by nicm <nicm@openbsd.org> Changed at Tue 21 Jul 2026 17:06:22 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision a57b0f1282129231d3e0934062991feb11381976 Comments
Clip floating panes exactly at window edge, don't let the border creep into the first outside column.
Changed files
- screen-redraw.c
Change #275372
Category tmux Changed by tmux update bot <actions@github.com> Changed at Tue 21 Jul 2026 17:06:24 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 7abb9af06236eb9def862bb88a82792f6c846bef Comments
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.
Changed files
- no files
Change #275372
Category tmux Changed by tmux update bot <actions@github.com> Changed at Tue 21 Jul 2026 17:06:24 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 7abb9af06236eb9def862bb88a82792f6c846bef Comments
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.
Changed files
- no files
Change #275472
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Wed 22 Jul 2026 15:17:22 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 0868435e81986b53c1d58ab93a2b973d2f311f59 Comments
Add test for A: modifier, from Fernando Daciuk.
Changed files
- CHANGES
- regress/format-animation.sh
Change #275472
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Wed 22 Jul 2026 15:17:22 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 0868435e81986b53c1d58ab93a2b973d2f311f59 Comments
Add test for A: modifier, from Fernando Daciuk.
Changed files
- CHANGES
- regress/format-animation.sh
Change #275514
Category tmux Changed by nicm <nicm@openbsd.org> Changed at Wed 22 Jul 2026 17:11:38 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision bd4ac0299484b0930c0644e48680f3a63ad6a0c7 Comments
Add A modifier to cycle through a series of values, GitHub issue 5412 from Fernando Daciuk.
Changed files
- format.c
- server-client.c
- tmux.1
- tmux.h
Change #275514
Category tmux Changed by nicm <nicm@openbsd.org> Changed at Wed 22 Jul 2026 17:11:38 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision bd4ac0299484b0930c0644e48680f3a63ad6a0c7 Comments
Add A modifier to cycle through a series of values, GitHub issue 5412 from Fernando Daciuk.
Changed files
- format.c
- server-client.c
- tmux.1
- tmux.h
Change #275515
Category tmux Changed by tmux update bot <actions@github.com> Changed at Wed 22 Jul 2026 17:11:40 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 242239b561b750b95d676266311783c249c81dfd Comments
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master' * refs/remotes/tmux-openbsd/master: Add A modifier to cycle through a series of values, GitHub issue 5412 from Fernando Daciuk.
Changed files
- no files
Change #275515
Category tmux Changed by tmux update bot <actions@github.com> Changed at Wed 22 Jul 2026 17:11:40 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 242239b561b750b95d676266311783c249c81dfd Comments
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master' * refs/remotes/tmux-openbsd/master: Add A modifier to cycle through a series of values, GitHub issue 5412 from Fernando Daciuk.
Changed files
- no files
Change #275524
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Wed 22 Jul 2026 20:58:55 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 18fc547b829317a886693827b8c4aa531e0e8143 Comments
Update show hooks tests.
Changed files
- regress/hooks.sh
- regress/set-hook-B.sh
Change #275524
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Wed 22 Jul 2026 20:58:55 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 18fc547b829317a886693827b8c4aa531e0e8143 Comments
Update show hooks tests.
Changed files
- regress/hooks.sh
- regress/set-hook-B.sh
Change #275528
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Wed 22 Jul 2026 21:24:21 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 09a2ea190d325523c4eb0dd45b4bc09c09df8f72 Comments
Update test.
Changed files
- regress/new-pane-mouse.sh
Change #275528
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Wed 22 Jul 2026 21:24:21 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 09a2ea190d325523c4eb0dd45b4bc09c09df8f72 Comments
Update test.
Changed files
- regress/new-pane-mouse.sh
Change #275534
Category tmux Changed by nicm <nicm@openbsd.org> Changed at Wed 22 Jul 2026 22:06:31 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 9625fe3b5f7d23817f4f0f07b24877cea58a7d7f Comments
Show user hooks correctly with show-hooks.
Changed files
- cmd-show-options.c
Change #275534
Category tmux Changed by nicm <nicm@openbsd.org> Changed at Wed 22 Jul 2026 22:06:31 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 9625fe3b5f7d23817f4f0f07b24877cea58a7d7f Comments
Show user hooks correctly with show-hooks.
Changed files
- cmd-show-options.c
Change #275535
Category tmux Changed by tmux update bot <actions@github.com> Changed at Wed 22 Jul 2026 22:06:33 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 597d04ed784f3e3a2c37dbac771956bd9c99a440 Comments
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master' * refs/remotes/tmux-openbsd/master: Show user hooks correctly with show-hooks.
Changed files
- no files
Change #275535
Category tmux Changed by tmux update bot <actions@github.com> Changed at Wed 22 Jul 2026 22:06:33 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 597d04ed784f3e3a2c37dbac771956bd9c99a440 Comments
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master' * refs/remotes/tmux-openbsd/master: Show user hooks correctly with show-hooks.
Changed files
- no files
Change #275548
Category tmux Changed by nicm <nicm@openbsd.org> Changed at Thu 23 Jul 2026 00:06:20 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 2a5389416a2ef4c65e56a1479b1c34cdf234127a Comments
Add a menu on empty areas to allow a new pane to be created.
Changed files
- key-bindings.c
Change #275548
Category tmux Changed by nicm <nicm@openbsd.org> Changed at Thu 23 Jul 2026 00:06:20 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 2a5389416a2ef4c65e56a1479b1c34cdf234127a Comments
Add a menu on empty areas to allow a new pane to be created.
Changed files
- key-bindings.c
Change #275550
Category tmux Changed by nicm <nicm@openbsd.org> Changed at Thu 23 Jul 2026 00:06:20 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 7277712ca8b603d3b11edbb470de50eb1c64bbf1 Comments
Switch show-options over to using a format and add -F.
Changed files
- cmd-show-options.c
- hooks.c
- tmux.1
- tmux.h
Change #275550
Category tmux Changed by nicm <nicm@openbsd.org> Changed at Thu 23 Jul 2026 00:06:20 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 7277712ca8b603d3b11edbb470de50eb1c64bbf1 Comments
Switch show-options over to using a format and add -F.
Changed files
- cmd-show-options.c
- hooks.c
- tmux.1
- tmux.h
Change #275552
Category tmux Changed by tmux update bot <actions@github.com> Changed at Thu 23 Jul 2026 00:06:21 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 7428b0431ad85b874e7b89e85377185a22a37648 Comments
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master' * refs/remotes/tmux-openbsd/master: Switch show-options over to using a format and add -F. Add a menu on empty areas to allow a new pane to be created.
Changed files
- no files
Change #275552
Category tmux Changed by tmux update bot <actions@github.com> Changed at Thu 23 Jul 2026 00:06:21 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 7428b0431ad85b874e7b89e85377185a22a37648 Comments
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master' * refs/remotes/tmux-openbsd/master: Switch show-options over to using a format and add -F. Add a menu on empty areas to allow a new pane to be created.
Changed files
- no files
Change #275571
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Thu 23 Jul 2026 09:06:09 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 38feebb5d2a5b2be475aca56c406fbdf57cee13d Comments
Show options tests.
Changed files
- regress/options-array.sh
- regress/options-values.sh
- regress/set-hook-B.sh
- regress/show-options-output.sh
Change #275571
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Thu 23 Jul 2026 09:06:09 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 38feebb5d2a5b2be475aca56c406fbdf57cee13d Comments
Show options tests.
Changed files
- regress/options-array.sh
- regress/options-values.sh
- regress/set-hook-B.sh
- regress/show-options-output.sh
Change #275578
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Thu 23 Jul 2026 09:59:04 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 26bdd2b511fbfe01a05759745daf3125fdebd110 Comments
On macOS, look for utf8proc with no arguments and use it if provided. Only require a flag if it is not available.
Changed files
- configure.ac
Change #275578
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Thu 23 Jul 2026 09:59:04 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 26bdd2b511fbfe01a05759745daf3125fdebd110 Comments
On macOS, look for utf8proc with no arguments and use it if provided. Only require a flag if it is not available.
Changed files
- configure.ac
Change #275579
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Thu 23 Jul 2026 09:59:49 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision fb88172346b07fe70a385cee593e64091cb749a7 Comments
Turn ASAN off again on macOS.
Changed files
- configure.ac
Change #275579
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Thu 23 Jul 2026 09:59:49 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision fb88172346b07fe70a385cee593e64091cb749a7 Comments
Turn ASAN off again on macOS.
Changed files
- configure.ac
Change #275581
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Thu 23 Jul 2026 10:12:16 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 7568c192767a1f34547e0d3ed2db5a9e0ab7f4d1 Comments
Log jemalloc version if in use.
Changed files
- proc.c
Change #275581
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Thu 23 Jul 2026 10:12:16 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 7568c192767a1f34547e0d3ed2db5a9e0ab7f4d1 Comments
Log jemalloc version if in use.
Changed files
- proc.c
Change #275591
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Thu 23 Jul 2026 10:26:42 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision a10ed3233c82d2b821e34cb87f0278b625dc8ba4 Comments
Require jemalloc on macOS.
Changed files
- configure.ac
Change #275591
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Thu 23 Jul 2026 10:26:42 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision a10ed3233c82d2b821e34cb87f0278b625dc8ba4 Comments
Require jemalloc on macOS.
Changed files
- configure.ac
Change #275592
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Thu 23 Jul 2026 10:26:57 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 6049298140210612128219d37c07e64dd230b9e3 Comments
Show what we have found during configure.
Changed files
- configure.ac
Change #275592
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Thu 23 Jul 2026 10:26:57 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 6049298140210612128219d37c07e64dd230b9e3 Comments
Show what we have found during configure.
Changed files
- configure.ac
Change #275593
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Thu 23 Jul 2026 10:30:16 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 689e6f8fac4e48c1d25bd61ca3061e9b590f6246 Comments
Add jemalloc to regress dependencies.
Changed files
- .github/workflows/regress.yml
Change #275593
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Thu 23 Jul 2026 10:30:16 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 689e6f8fac4e48c1d25bd61ca3061e9b590f6246 Comments
Add jemalloc to regress dependencies.
Changed files
- .github/workflows/regress.yml
Change #275601
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Thu 23 Jul 2026 11:38:27 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision a2f3bdb601000c0a6ed436029bbd0664179e5d05 Comments
fill-character test bits.
Changed files
- regress/screen-redraw-fill-character.sh
- regress/screen-redraw-floating.sh
- regress/screen-redraw-results/floating-clip-window-edge.result
- regress/screen-redraw-results/floating-outside.result
Change #275601
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Thu 23 Jul 2026 11:38:27 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision a2f3bdb601000c0a6ed436029bbd0664179e5d05 Comments
fill-character test bits.
Changed files
- regress/screen-redraw-fill-character.sh
- regress/screen-redraw-floating.sh
- regress/screen-redraw-results/floating-clip-window-edge.result
- regress/screen-redraw-results/floating-outside.result
Change #275619
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Thu 23 Jul 2026 13:23:12 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision c59230316b4507320001f41d228bdc13104d6f8f Comments
Update CHANGES.
Changed files
- CHANGES
Change #275619
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Thu 23 Jul 2026 13:23:12 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision c59230316b4507320001f41d228bdc13104d6f8f Comments
Update CHANGES.
Changed files
- CHANGES
Change #275622
Category tmux Changed by nicm <nicm@openbsd.org> Changed at Thu 23 Jul 2026 13:33:52 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 8862390c3426ed31a76c1476089eefcc87932e32 Comments
Extend fill-character to allow inside and outside to be separate and use a different default (filled characters rather than dots) for inside.
Changed files
- cmd-break-pane.c
- options-table.c
- options.c
- screen-redraw.c
- spawn.c
- tmux.1
- tmux.h
- window-border.c
- window.c
Change #275622
Category tmux Changed by nicm <nicm@openbsd.org> Changed at Thu 23 Jul 2026 13:33:52 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 8862390c3426ed31a76c1476089eefcc87932e32 Comments
Extend fill-character to allow inside and outside to be separate and use a different default (filled characters rather than dots) for inside.
Changed files
- cmd-break-pane.c
- options-table.c
- options.c
- screen-redraw.c
- spawn.c
- tmux.1
- tmux.h
- window-border.c
- window.c
Change #275623
Category tmux Changed by tmux update bot <actions@github.com> Changed at Thu 23 Jul 2026 13:33:53 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 190b5bde16242bbe730143084cec85bce5405052 Comments
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master' * refs/remotes/tmux-openbsd/master: Extend fill-character to allow inside and outside to be separate and use a different default (filled characters rather than dots) for inside.
Changed files
- no files
Change #275623
Category tmux Changed by tmux update bot <actions@github.com> Changed at Thu 23 Jul 2026 13:33:53 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 190b5bde16242bbe730143084cec85bce5405052 Comments
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master' * refs/remotes/tmux-openbsd/master: Extend fill-character to allow inside and outside to be separate and use a different default (filled characters rather than dots) for inside.
Changed files
- no files
Change #275665
Category tmux Changed by Ilya Grigoriev <ilyagr@users.noreply.github.com> Changed at Fri 24 Jul 2026 02:43:23 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 0ec289545a054ee21bac7ded9d474288e43554b7 Comments
configure.ac: don't enable jemalloc if ASAN enabled on macOS, error if both enabled ASAN and jemalloc both replace `malloc` with their version. Previously, configuring with `--enable-asan` on macOS would enable both jemalloc and ASAN. I'm not sure which one won, but seemed undesired.
Changed files
- configure.ac
Change #275665
Category tmux Changed by Ilya Grigoriev <ilyagr@users.noreply.github.com> Changed at Fri 24 Jul 2026 02:43:23 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 0ec289545a054ee21bac7ded9d474288e43554b7 Comments
configure.ac: don't enable jemalloc if ASAN enabled on macOS, error if both enabled ASAN and jemalloc both replace `malloc` with their version. Previously, configuring with `--enable-asan` on macOS would enable both jemalloc and ASAN. I'm not sure which one won, but seemed undesired.
Changed files
- configure.ac
Change #275666
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Fri 24 Jul 2026 08:10:52 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision cc7eea1e3446181aa885339cda11c893e56c244a Comments
Merge pull request #5423 from ilyagr/jemalloc-and-asan-mutually-exclusive configure.ac: don't enable jemalloc if ASAN enabled on macOS, error if both enabled
Changed files
- no files
Change #275666
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Fri 24 Jul 2026 08:10:52 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision cc7eea1e3446181aa885339cda11c893e56c244a Comments
Merge pull request #5423 from ilyagr/jemalloc-and-asan-mutually-exclusive configure.ac: don't enable jemalloc if ASAN enabled on macOS, error if both enabled
Changed files
- no files
Change #275673
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Fri 24 Jul 2026 10:49:32 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision e361982acf62f16c4da34ca0afc91724281e4171 Comments
Fix some tests.
Changed files
- regress/screen-redraw-results/floating-clip-window-edge.result
- regress/screen-redraw-results/floating-outside.result
Change #275673
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Fri 24 Jul 2026 10:49:32 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision e361982acf62f16c4da34ca0afc91724281e4171 Comments
Fix some tests.
Changed files
- regress/screen-redraw-results/floating-clip-window-edge.result
- regress/screen-redraw-results/floating-outside.result
Change #275682
Category tmux Changed by nicm <nicm@openbsd.org> Changed at Fri 24 Jul 2026 13:46:45 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 47f210a9d257b84d624ab6c755c9355a72cf9ac0 Comments
Replace outside as well as empty cells with the border.
Changed files
- screen-redraw.c
Change #275682
Category tmux Changed by nicm <nicm@openbsd.org> Changed at Fri 24 Jul 2026 13:46:45 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 47f210a9d257b84d624ab6c755c9355a72cf9ac0 Comments
Replace outside as well as empty cells with the border.
Changed files
- screen-redraw.c
Change #275683
Category tmux Changed by tmux update bot <actions@github.com> Changed at Fri 24 Jul 2026 13:46:46 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 29bf7fe2f70559d574c84c068d90d173891907d0 Comments
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master' * refs/remotes/tmux-openbsd/master: Replace outside as well as empty cells with the border.
Changed files
- no files
Change #275683
Category tmux Changed by tmux update bot <actions@github.com> Changed at Fri 24 Jul 2026 13:46:46 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 29bf7fe2f70559d574c84c068d90d173891907d0 Comments
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master' * refs/remotes/tmux-openbsd/master: Replace outside as well as empty cells with the border.
Changed files
- no files
Change #275953
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Sun 26 Jul 2026 11:02:31 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 0768795ce31c064e06cd4dcd65730eaa71bfef25 Comments
Test for overlong runs of combining characters, GitHub issue 5434.
Changed files
- regress/input-common.inc
- regress/input-unicode.sh
- regress/tty-draw-line.sh
Change #275953
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Sun 26 Jul 2026 11:02:31 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 0768795ce31c064e06cd4dcd65730eaa71bfef25 Comments
Test for overlong runs of combining characters, GitHub issue 5434.
Changed files
- regress/input-common.inc
- regress/input-unicode.sh
- regress/tty-draw-line.sh
Change #275955
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Sun 26 Jul 2026 11:21:01 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 10726b1b279da05adf5e5a8e38cc3eaade477850 Comments
Title stack test.
Changed files
- regress/input-osc.sh
Change #275955
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Sun 26 Jul 2026 11:21:01 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 10726b1b279da05adf5e5a8e38cc3eaade477850 Comments
Title stack test.
Changed files
- regress/input-osc.sh
Change #275966
Category tmux Changed by nicm <nicm@openbsd.org> Changed at Sun 26 Jul 2026 12:55:45 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision afb95f3134567888c03bc45136ac2d6d5dcfd9cc Comments
Do not loop forever if the combining character is too long, GitHub issue 5434 from me at qdrs dot dev.
Changed files
- screen-write.c
- tty-draw.c
Change #275966
Category tmux Changed by nicm <nicm@openbsd.org> Changed at Sun 26 Jul 2026 12:55:45 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision afb95f3134567888c03bc45136ac2d6d5dcfd9cc Comments
Do not loop forever if the combining character is too long, GitHub issue 5434 from me at qdrs dot dev.
Changed files
- screen-write.c
- tty-draw.c
Change #275968
Category tmux Changed by nicm <nicm@openbsd.org> Changed at Sun 26 Jul 2026 12:55:45 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 55169f12756175d526d7254c53d1701db98e47df Comments
Reset title count when freeing titles, GitHub issue 5429 from Brett Smith.
Changed files
- screen.c
Change #275968
Category tmux Changed by nicm <nicm@openbsd.org> Changed at Sun 26 Jul 2026 12:55:45 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 55169f12756175d526d7254c53d1701db98e47df Comments
Reset title count when freeing titles, GitHub issue 5429 from Brett Smith.
Changed files
- screen.c
Change #275969
Category tmux Changed by nicm <nicm@openbsd.org> Changed at Sun 26 Jul 2026 12:55:45 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 3068ae06a88269072affc21e9c6e2cb62246905c Comments
Also set ntitles to 0 when creating screen in the first place.
Changed files
- screen.c
Change #275969
Category tmux Changed by nicm <nicm@openbsd.org> Changed at Sun 26 Jul 2026 12:55:45 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 3068ae06a88269072affc21e9c6e2cb62246905c Comments
Also set ntitles to 0 when creating screen in the first place.
Changed files
- screen.c
Change #275970
Category tmux Changed by tmux update bot <actions@github.com> Changed at Sun 26 Jul 2026 12:55:47 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 0a92ff6e76bae0ad22f7f943ca1d1e57d37d3465 Comments
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master' * refs/remotes/tmux-openbsd/master: Also set ntitles to 0 when creating screen in the first place. Reset title count when freeing titles, GitHub issue 5429 from Brett Smith. Do not loop forever if the combining character is too long, GitHub issue 5434 from me at qdrs dot dev.
Changed files
- no files
Change #275970
Category tmux Changed by tmux update bot <actions@github.com> Changed at Sun 26 Jul 2026 12:55:47 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 0a92ff6e76bae0ad22f7f943ca1d1e57d37d3465 Comments
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master' * refs/remotes/tmux-openbsd/master: Also set ntitles to 0 when creating screen in the first place. Reset title count when freeing titles, GitHub issue 5429 from Brett Smith. Do not loop forever if the combining character is too long, GitHub issue 5434 from me at qdrs dot dev.
Changed files
- no files
Change #275992
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Sun 26 Jul 2026 17:08:58 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 0255981a546ebb9de8dba2140c4fb0a3773fd811 Comments
Test run-shell if killed.
Changed files
- regress/run-shell-output.sh
Change #275992
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Sun 26 Jul 2026 17:08:58 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 0255981a546ebb9de8dba2140c4fb0a3773fd811 Comments
Test run-shell if killed.
Changed files
- regress/run-shell-output.sh
Change #275997
Category tmux Changed by nicm <nicm@openbsd.org> Changed at Sun 26 Jul 2026 18:16:37 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 4cc45aa719a527457ec0d88dcbc7216ca3be2b7e Comments
Do not try to write to clients which have died, GitHub issue 5431 from Stefan Ladstätter.
Changed files
- file.c
Change #275997
Category tmux Changed by nicm <nicm@openbsd.org> Changed at Sun 26 Jul 2026 18:16:37 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 4cc45aa719a527457ec0d88dcbc7216ca3be2b7e Comments
Do not try to write to clients which have died, GitHub issue 5431 from Stefan Ladstätter.
Changed files
- file.c
Change #275998
Category tmux Changed by tmux update bot <actions@github.com> Changed at Sun 26 Jul 2026 18:16:39 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 008a3f3f8bce5c39f508c093309581f6f1275a57 Comments
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master' * refs/remotes/tmux-openbsd/master: Do not try to write to clients which have died, GitHub issue 5431 from Stefan Ladstätter.
Changed files
- no files
Change #275998
Category tmux Changed by tmux update bot <actions@github.com> Changed at Sun 26 Jul 2026 18:16:39 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 008a3f3f8bce5c39f508c093309581f6f1275a57 Comments
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master' * refs/remotes/tmux-openbsd/master: Do not try to write to clients which have died, GitHub issue 5431 from Stefan Ladstätter.
Changed files
- no files
Change #276016
Category tmux Changed by nicm <nicm@openbsd.org> Changed at Sun 26 Jul 2026 21:57:57 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision d57d75deee894f2adb9b13fecadb3b2ccadf39bc Comments
Include \n and \t in shell special characters, from Nikolas Skarlatos.
Changed files
- format.c
Change #276016
Category tmux Changed by nicm <nicm@openbsd.org> Changed at Sun 26 Jul 2026 21:57:57 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision d57d75deee894f2adb9b13fecadb3b2ccadf39bc Comments
Include \n and \t in shell special characters, from Nikolas Skarlatos.
Changed files
- format.c
Change #276017
Category tmux Changed by tmux update bot <actions@github.com> Changed at Sun 26 Jul 2026 21:57:58 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision ff214cf9a1ce1b946963b83b9d3517d10055a592 Comments
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master' * refs/remotes/tmux-openbsd/master: Include \n and \t in shell special characters, from Nikolas Skarlatos.
Changed files
- no files
Change #276017
Category tmux Changed by tmux update bot <actions@github.com> Changed at Sun 26 Jul 2026 21:57:58 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision ff214cf9a1ce1b946963b83b9d3517d10055a592 Comments
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master' * refs/remotes/tmux-openbsd/master: Include \n and \t in shell special characters, from Nikolas Skarlatos.
Changed files
- no files
Change #276133
Category tmux Changed by nicm <nicm@openbsd.org> Changed at Mon 27 Jul 2026 16:00:18 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 5269e1411363fc91a5efe628e88b41eb11e24872 Comments
Add after-swap-window hook from basicalllymiloud at gmail dot com.
Changed files
- cmd-swap-window.c
- options-table.c
Change #276133
Category tmux Changed by nicm <nicm@openbsd.org> Changed at Mon 27 Jul 2026 16:00:18 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 5269e1411363fc91a5efe628e88b41eb11e24872 Comments
Add after-swap-window hook from basicalllymiloud at gmail dot com.
Changed files
- cmd-swap-window.c
- options-table.c
Change #276134
Category tmux Changed by tmux update bot <actions@github.com> Changed at Mon 27 Jul 2026 16:00:20 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 8ca512b5024575feeb59d5059889971e508ac18c Comments
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master' * refs/remotes/tmux-openbsd/master: Add after-swap-window hook from basicalllymiloud at gmail dot com.
Changed files
- no files
Change #276134
Category tmux Changed by tmux update bot <actions@github.com> Changed at Mon 27 Jul 2026 16:00:20 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 8ca512b5024575feeb59d5059889971e508ac18c Comments
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master' * refs/remotes/tmux-openbsd/master: Add after-swap-window hook from basicalllymiloud at gmail dot com.
Changed files
- no files
Change #276140
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Mon 27 Jul 2026 16:26:43 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 9b97dadc0160313bfc961f17c63a0a19f1d89509 Comments
Test for pipe-pane.
Changed files
- regress/pipe-pane.sh
Change #276140
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Mon 27 Jul 2026 16:26:43 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 9b97dadc0160313bfc961f17c63a0a19f1d89509 Comments
Test for pipe-pane.
Changed files
- regress/pipe-pane.sh
Change #276198
Category tmux Changed by nicm <nicm@openbsd.org> Changed at Mon 27 Jul 2026 21:56:19 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision f751d3f2c16493cef5e9a6b27fdce7ea0e713f34 Comments
When destroying pane, also close pipe and destroy its event. GitHub issue 5424.
Changed files
- cmd-pipe-pane.c
- server-fn.c
Change #276198
Category tmux Changed by nicm <nicm@openbsd.org> Changed at Mon 27 Jul 2026 21:56:19 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision f751d3f2c16493cef5e9a6b27fdce7ea0e713f34 Comments
When destroying pane, also close pipe and destroy its event. GitHub issue 5424.
Changed files
- cmd-pipe-pane.c
- server-fn.c
Change #276199
Category tmux Changed by tmux update bot <actions@github.com> Changed at Mon 27 Jul 2026 21:56:21 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 00b5323d5c2a020198f4e71b028c43c5782608a4 Comments
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master' * refs/remotes/tmux-openbsd/master: When destroying pane, also close pipe and destroy its event. GitHub issue 5424.
Changed files
- no files
Change #276199
Category tmux Changed by tmux update bot <actions@github.com> Changed at Mon 27 Jul 2026 21:56:21 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 00b5323d5c2a020198f4e71b028c43c5782608a4 Comments
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master' * refs/remotes/tmux-openbsd/master: When destroying pane, also close pipe and destroy its event. GitHub issue 5424.
Changed files
- no files
Change #276232
Category tmux Changed by nicm <nicm@openbsd.org> Changed at Tue 28 Jul 2026 06:30:34 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 27ab96b284e71ed82c1a8930dd900260fd1583f0 Comments
Store count of how many times a hook is fired and the last time.
Changed files
- cmd-show-options.c
- hooks.c
- monitor.c
- options.c
- tmux.1
- tmux.h
Change #276232
Category tmux Changed by nicm <nicm@openbsd.org> Changed at Tue 28 Jul 2026 06:30:34 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 27ab96b284e71ed82c1a8930dd900260fd1583f0 Comments
Store count of how many times a hook is fired and the last time.
Changed files
- cmd-show-options.c
- hooks.c
- monitor.c
- options.c
- tmux.1
- tmux.h
Change #276233
Category tmux Changed by tmux update bot <actions@github.com> Changed at Tue 28 Jul 2026 06:30:35 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision e2a5ea2e78e9ceadf7cc000a9d1695b04c495189 Comments
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master' * refs/remotes/tmux-openbsd/master: Store count of how many times a hook is fired and the last time.
Changed files
- no files
Change #276233
Category tmux Changed by tmux update bot <actions@github.com> Changed at Tue 28 Jul 2026 06:30:35 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision e2a5ea2e78e9ceadf7cc000a9d1695b04c495189 Comments
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master' * refs/remotes/tmux-openbsd/master: Store count of how many times a hook is fired and the last time.
Changed files
- no files
Change #276242
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Tue 28 Jul 2026 09:08:26 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 3c1b2969a8d7e4861985a271513e318bf6700188 Comments
Tests for hooks time and count.
Changed files
- regress/hooks.sh
- regress/set-hook-B.sh
Change #276242
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Tue 28 Jul 2026 09:08:26 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 3c1b2969a8d7e4861985a271513e318bf6700188 Comments
Tests for hooks time and count.
Changed files
- regress/hooks.sh
- regress/set-hook-B.sh
Change #276262
Category tmux Changed by nicm <nicm@openbsd.org> Changed at Tue 28 Jul 2026 12:09:26 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision a5ad1914b8b9dae3d1e8f26b2e1440d7355340a3 Comments
Add a warning about shell metacharacters, from Nikolas Skarlatos.
Changed files
- tmux.1
Change #276262
Category tmux Changed by nicm <nicm@openbsd.org> Changed at Tue 28 Jul 2026 12:09:26 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision a5ad1914b8b9dae3d1e8f26b2e1440d7355340a3 Comments
Add a warning about shell metacharacters, from Nikolas Skarlatos.
Changed files
- tmux.1
Change #276263
Category tmux Changed by tmux update bot <actions@github.com> Changed at Tue 28 Jul 2026 12:09:27 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision a115ca68a54c8925a4c10fe32d4d44c7c222fbc4 Comments
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master' * refs/remotes/tmux-openbsd/master: Add a warning about shell metacharacters, from Nikolas Skarlatos.
Changed files
- no files
Change #276263
Category tmux Changed by tmux update bot <actions@github.com> Changed at Tue 28 Jul 2026 12:09:27 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision a115ca68a54c8925a4c10fe32d4d44c7c222fbc4 Comments
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master' * refs/remotes/tmux-openbsd/master: Add a warning about shell metacharacters, from Nikolas Skarlatos.
Changed files
- no files
Change #276265
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Tue 28 Jul 2026 12:36:03 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 9c402fa7b70c5328ea183fa2f18a7eaf44c0857d Comments
Test hook time in customize mode.
Changed files
- regress/customize-mode.sh
Change #276265
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Tue 28 Jul 2026 12:36:03 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 9c402fa7b70c5328ea183fa2f18a7eaf44c0857d Comments
Test hook time in customize mode.
Changed files
- regress/customize-mode.sh
Change #276284
Category tmux Changed by nicm <nicm@openbsd.org> Changed at Tue 28 Jul 2026 14:15:37 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 6a13d61b48d01ed288ad033f661df5fdb27cf501 Comments
Show hook count and time in customize mode.
Changed files
- window-customize.c
Change #276284
Category tmux Changed by nicm <nicm@openbsd.org> Changed at Tue 28 Jul 2026 14:15:37 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 6a13d61b48d01ed288ad033f661df5fdb27cf501 Comments
Show hook count and time in customize mode.
Changed files
- window-customize.c
Change #276285
Category tmux Changed by tmux update bot <actions@github.com> Changed at Tue 28 Jul 2026 14:15:38 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 31fe1ded5df10037bc292fbd6762030a9c089314 Comments
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master' * refs/remotes/tmux-openbsd/master: Show hook count and time in customize mode.
Changed files
- no files
Change #276285
Category tmux Changed by tmux update bot <actions@github.com> Changed at Tue 28 Jul 2026 14:15:38 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 31fe1ded5df10037bc292fbd6762030a9c089314 Comments
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master' * refs/remotes/tmux-openbsd/master: Show hook count and time in customize mode.
Changed files
- no files
Change #276291
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Tue 28 Jul 2026 15:18:18 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 7cc0c11cde1b9e9ad193cbd2d10e01b0d6dbaa55 Comments
Add test for mouse menu position.
Changed files
- regress/menu-mouse.sh
Change #276291
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Tue 28 Jul 2026 15:18:18 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 7cc0c11cde1b9e9ad193cbd2d10e01b0d6dbaa55 Comments
Add test for mouse menu position.
Changed files
- regress/menu-mouse.sh
Change #276294
Category tmux Changed by nicm <nicm@openbsd.org> Changed at Tue 28 Jul 2026 17:09:07 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 9f2c535909ae0a369e6006b9cf32d8186c6a3788 Comments
Store status position in new mouse event for menus so the position is correct later.
Changed files
- server-client.c
Change #276294
Category tmux Changed by nicm <nicm@openbsd.org> Changed at Tue 28 Jul 2026 17:09:07 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 9f2c535909ae0a369e6006b9cf32d8186c6a3788 Comments
Store status position in new mouse event for menus so the position is correct later.
Changed files
- server-client.c
Change #276295
Category tmux Changed by tmux update bot <actions@github.com> Changed at Tue 28 Jul 2026 17:09:08 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 5534f1ac326111103aec389f79b9fa6c463f52eb Comments
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master' * refs/remotes/tmux-openbsd/master: Store status position in new mouse event for menus so the position is correct later.
Changed files
- no files
Change #276295
Category tmux Changed by tmux update bot <actions@github.com> Changed at Tue 28 Jul 2026 17:09:08 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 5534f1ac326111103aec389f79b9fa6c463f52eb Comments
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master' * refs/remotes/tmux-openbsd/master: Store status position in new mouse event for menus so the position is correct later.
Changed files
- no files
Change #276396
Category tmux Changed by nicm <nicm@openbsd.org> Changed at Wed 29 Jul 2026 12:10:06 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 6f41dac8983cbab517413d4200fde232828eb576 Comments
Fix #1 -> #{1} in tmux1, from Rasmus Thystrup Karstensen.Changed files
- tmux.1
Change #276396
Category tmux Changed by nicm <nicm@openbsd.org> Changed at Wed 29 Jul 2026 12:10:06 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 6f41dac8983cbab517413d4200fde232828eb576 Comments
Fix #1 -> #{1} in tmux1, from Rasmus Thystrup Karstensen.Changed files
- tmux.1
Change #276397
Category tmux Changed by tmux update bot <actions@github.com> Changed at Wed 29 Jul 2026 12:10:07 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision c6d02d54d1dc0e9f752e26ba15055b1382747c99 Comments
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master' * refs/remotes/tmux-openbsd/master: Fix #1 -> #{1} in tmux1, from Rasmus Thystrup Karstensen.Changed files
- no files
Change #276397
Category tmux Changed by tmux update bot <actions@github.com> Changed at Wed 29 Jul 2026 12:10:07 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision c6d02d54d1dc0e9f752e26ba15055b1382747c99 Comments
Merge remote-tracking branch 'refs/remotes/tmux-openbsd/master' * refs/remotes/tmux-openbsd/master: Fix #1 -> #{1} in tmux1, from Rasmus Thystrup Karstensen.Changed files
- no files
Change #276398
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Wed 29 Jul 2026 12:11:05 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision d6c37ce314667c71c6c80cd194706daabf62ae0b Comments
Note SIXEL at end of configure as well.
Changed files
- configure.ac
Change #276398
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Wed 29 Jul 2026 12:11:05 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision d6c37ce314667c71c6c80cd194706daabf62ae0b Comments
Note SIXEL at end of configure as well.
Changed files
- configure.ac