Builder tmux-solaris10-sparc Build #2516
Results:
Build successful
SourceStamp:
| Project | tmux |
| Repository | https://github.com/tmux/tmux.git |
| Branch | master |
| Revision | 52877c9af1c2ace9b16315e53044c22e1bcdd64b |
| Got Revision | 52877c9af1c2ace9b16315e53044c22e1bcdd64b |
| Changes | 7 changes |
BuildSlave:
unstable10sReason:
The AnyBranchScheduler scheduler named 'schedule-tmux-github' 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 | 2516 | Build |
| codebase | Build | |
| got_revision | 52877c9af1c2ace9b16315e53044c22e1bcdd64b | Git |
| project | tmux | Build |
| repository | https://github.com/tmux/tmux.git | Build |
| revision | 52877c9af1c2ace9b16315e53044c22e1bcdd64b | 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:
- Thomas Adamthomas@xteddy.org
- nicmnicm
Timing:
| Start | Tue Jun 23 08:56:58 2026 |
| End | Tue Jun 23 09:09:08 2026 |
| Elapsed | 12 mins, 9 secs |
All Changes:
:
Change #272175
Category tmux Changed by nicm <nicm> Changed at Mon 22 Jun 2026 10:47:45 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 95afd7549c564c6584fad989947e2fddceb5fc87 Comments
Rewrite screen-redraw.c to make it tidier and more maintainable. A scene is generated and cached in the client: it holds positions and sizes of panes, borders and so on. The scene is invalidated when a pane is moved or resized or relevant option is changed. This scene is then drawn to the client as needed and text and colours are filled in. With Michael Grant.
Changed files
- Makefile
- cmd-capture-pane.c
- cmd-display-panes.c
- cmd-rotate-window.c
- cmd-swap-pane.c
- layout.c
- menu.c
- options.c
- popup.c
- screen-redraw.c
- screen-write.c
- server-client.c
- tmux.h
- window-border.c
- window-copy.c
- window.c
Change #272176
Category tmux Changed by nicm <nicm> Changed at Mon 22 Jun 2026 12:17:08 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 49dff83a0079476d70b589f9e2257f34041e0429 Comments
Set check callback for menus so they aren't overwritten by sync.
Changed files
- menu.c
Change #272177
Category tmux Changed by nicm <nicm> Changed at Mon 22 Jun 2026 14:39:56 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision d8370864f3b1e1d233d5f7bf7ccc93605d613aa4 Comments
Memory leak from someone in GitHub issue 5259.
Changed files
- window-customize.c
Change #272178
Category tmux Changed by nicm <nicm> Changed at Mon 22 Jun 2026 15:57:33 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 02b37b3c690d2d77199e5836be7cf6cb62fd1489 Comments
Fix scrollbar pad to work even if not set in style.
Changed files
- layout.c
- style.c
Change #272179
Category tmux Changed by nicm <nicm> Changed at Mon 22 Jun 2026 21:39:01 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 2a26c738bdd9b87c25c02a9ed37b2def8e0e163b Comments
Add z modifier to m operator for fuzzy match.
Changed files
- format.c
- tmux.1
Change #272180
Category tmux Changed by nicm <nicm> Changed at Mon 22 Jun 2026 21:43:22 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 265f22be49a9424c181f80f0bdb7e9a2f42b50d3 Comments
Make cursor movement exit incremental prompt (more like emacs).
Changed files
- status.c
Change #272181
Category tmux Changed by Thomas Adam <thomas@xteddy.org> Changed at Tue 23 Jun 2026 08:35:51 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 52877c9af1c2ace9b16315e53044c22e1bcdd64b Comments
Merge branch 'obsd-master'
Changed files
- no files