Builder tmux-solaris10-sparc Build #2599
Results:
Build successful
SourceStamp:
| Project | tmux |
| Repository | https://github.com/tmux/tmux.git |
| Branch | master |
| Revision | 25c874c489caf08a36f4abba26ebb3db584de08f |
| Got Revision | 25c874c489caf08a36f4abba26ebb3db584de08f |
| Changes | 32 changes |
BuildSlave:
unstable10sReason:
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 | 2599 | Build |
| codebase | Build | |
| got_revision | 25c874c489caf08a36f4abba26ebb3db584de08f | Git |
| project | tmux | Build |
| repository | https://github.com/tmux/tmux.git | Build |
| revision | 25c874c489caf08a36f4abba26ebb3db584de08f | Build |
| scheduler | schedule-tmux-solaris10-sparc | Scheduler |
| slavename | unstable10s | BuildSlave |
| workdir | /export/home/buildbot-unstable10s/slave/tmux-solaris10-sparc | slave (deprecated) |
Forced Build Properties:
| Name | Label | Value |
|---|
Responsible Users:
- Nicholas Marriottnicholas.marriott@gmail.com
- nicmnicm
Timing:
| Start | Tue Jun 30 07:14:31 2026 |
| End | Tue Jun 30 07:27:13 2026 |
| Elapsed | 12 mins, 42 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