Builder tmux-solaris10-i386 Build #2663
Results:
Build successful
SourceStamp:
| Project | tmux |
| Repository | https://github.com/tmux/tmux.git |
| Branch | master |
| Revision | d5284be91dee4f4dc25e1a7e3f26dc840abc8bba |
| Got Revision | d5284be91dee4f4dc25e1a7e3f26dc840abc8bba |
| Changes | 13 changes |
BuildSlave:
unstable10xReason:
The SingleBranchScheduler scheduler named 'schedule-tmux-solaris10-i386' triggered this build
Steps and Logfiles:
Build Properties:
| Name | Value | Source |
|---|---|---|
| branch | master | Build |
| builddir | /export/home/buildbot/slave/tmux-solaris10-i386 | slave |
| buildername | tmux-solaris10-i386 | Builder |
| buildnumber | 2663 | Build |
| codebase | Build | |
| got_revision | d5284be91dee4f4dc25e1a7e3f26dc840abc8bba | Git |
| project | tmux | Build |
| repository | https://github.com/tmux/tmux.git | Build |
| revision | d5284be91dee4f4dc25e1a7e3f26dc840abc8bba | Build |
| scheduler | schedule-tmux-solaris10-i386 | Scheduler |
| slavename | unstable10x | BuildSlave |
| workdir | /export/home/buildbot/slave/tmux-solaris10-i386 | slave (deprecated) |
Forced Build Properties:
| Name | Label | Value |
|---|
Responsible Users:
- Nicholas Marriottnicholas.marriott@gmail.com
- Thomas Adamthomas@xteddy.org
- Your Nameyou@example.com
- nicmnicm
Timing:
| Start | Mon Jun 29 09:17:14 2026 |
| End | Mon Jun 29 09:22:23 2026 |
| Elapsed | 5 mins, 8 secs |
All Changes:
:
Change #273098
Category tmux Changed by nicm <nicm> Changed at Sat 27 Jun 2026 12:05:38 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 7383c04205fc37c18f0e047a07d7273790784473 Comments
Preseve prompt flags across line clear, from Aung Myo Kyaw.
Changed files
- cmd-split-window.c
- screen-write.c
Change #273104
Category tmux Changed by nicm <nicm> Changed at Sat 27 Jun 2026 12:16:15 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision dd02989e88b700b18ffa0230b49e245ca340ee48 Comments
Invalidate scene when changing window Z index, from Dane Jensen.
Changed files
- window.c
Change #273107
Category tmux Changed by nicm <nicm> Changed at Sat 27 Jun 2026 12:18:32 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision e24969b4227266e5775bdc9688c14c937e2713df Comments
Add a helper to swap a node into the place of a leaf, from Dane Jensen.
Changed files
- layout.c
- tmux.h
Change #273111
Category tmux Changed by nicm <nicm> Changed at Sat 27 Jun 2026 12:21:26 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 5e0b0a2aa3cc5da7f724ef03eab5c60636545890 Comments
Pulled code out of layout_split_pane for reuse and added layout_insert_tile. From Dane Jensen.
Changed files
- layout.c
- tmux.h
Change #273113
Category tmux Changed by nicm <nicm> Changed at Sat 27 Jun 2026 12:23:14 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 79f0f97495ff9a53b14cec8b058312c3f506ea67 Comments
Make split-window create a new floating pane if used in a floating pane, rather than just complaining. Also improve documentation. From Dane Jensen.
Changed files
- cmd-split-window.c
- tmux.1
Change #273116
Category tmux Changed by nicm <nicm> Changed at Sat 27 Jun 2026 14:27:43 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision e0dd40f812fdbc9a8f7dfa2810d8db3666ce1c66 Comments
Clear lines before writing in copy mode to avoid leaving stray text when new line is shorter than old.
Changed files
- window-copy.c
Change #273120
Category tmux Changed by nicm <nicm> Changed at Sat 27 Jun 2026 14:37:36 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 7cd33ce0dd3d3e8afe50815a237ad14457d343fc Comments
Set view name immediately when entering mode.
Changed files
- window-tree.c
Change #273123
Category tmux Changed by Your Name <you@example.com> Changed at Sun 28 Jun 2026 17:52:28 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision b0db912bde8f77eefa112e00385e6fee8fdbd447 Comments
Update check-names test.
Changed files
- regress/check-names.sh
Change #273126
Category tmux Changed by nicm <nicm> Changed at Sun 28 Jun 2026 17:53:18 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 96899dc527999ee9130246eec86d76d79b1a8d97 Comments
Only forbid #( in names and titles (styles are #[ and are useful).
Changed files
- tmux.c
Change #273129
Category tmux Changed by Nicholas Marriott <nicholas.marriott@gmail.com> Changed at Sun 28 Jun 2026 18:01:52 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 2dc704abb6f6b72e3a5d452c821e53084ddcae2c Comments
Always set SIXEL aspect ratio to 1:1, GitHub issue 5291 from James Holderness.
Changed files
- image-sixel.c
Change #273132
Category tmux Changed by Thomas Adam <thomas@xteddy.org> Changed at Sun 28 Jun 2026 22:49:05 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 705fbf92eec703cef6f23c1cdbb2c0d822eed7da Comments
Merge branch 'obsd-master'
Changed files
- no files
Change #273135
Category tmux Changed by nicm <nicm> Changed at Mon 29 Jun 2026 09:45:09 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision c29b41e5279f246669aae32f0c15c20cfa82c3c6 Comments
Make pane scrollbars able to auto-hide after a short timeout. This replaces the previous "modal" behaviour where the pane would be resized, which tended to make a mess. Instead, the scrollbar appears when scrolling or when hovered over with the mouse and disappears a (configurable) short period later. From Michael Grant.
Changed files
- cmd-resize-pane.c
- layout.c
- options-table.c
- options.c
- regsub.c
- screen-redraw.c
- screen-write.c
- server-client.c
- sort.c
- tmux.1
- tmux.h
- window-copy.c
- window-visible.c
- window.c
Change #273138
Category tmux Changed by Thomas Adam <thomas@xteddy.org> Changed at Mon 29 Jun 2026 10:00:09 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision d5284be91dee4f4dc25e1a7e3f26dc840abc8bba Comments
Merge branch 'obsd-master'
Changed files
- no files