Builder tmux-solaris10-sparc Build #2250
Results:
Build successful
SourceStamp:
| Project | tmux |
| Repository | https://github.com/tmux/tmux.git |
| Branch | master |
| Revision | a9ba7b8ecbe1d107aa716f52d53c99ea1a00cf11 |
| Got Revision | a9ba7b8ecbe1d107aa716f52d53c99ea1a00cf11 |
| Changes | 13 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 | 2250 | Build |
| codebase | Build | |
| got_revision | a9ba7b8ecbe1d107aa716f52d53c99ea1a00cf11 | Git |
| project | tmux | Build |
| repository | https://github.com/tmux/tmux.git | Build |
| revision | a9ba7b8ecbe1d107aa716f52d53c99ea1a00cf11 | 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 | Mon May 18 11:08:01 2026 |
| End | Mon May 18 11:18:17 2026 |
| Elapsed | 10 mins, 15 secs |
All Changes:
:
Change #267552
Category tmux Changed by nicm <nicm> Changed at Wed 13 May 2026 10:25:05 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 8f28f31b788eb75832d03b777578a641a32f90f9 Comments
Do not crash if set progress bar with no pane, from Dane Jensen.
Changed files
- server-client.c
Change #267553
Category tmux Changed by nicm <nicm> Changed at Wed 13 May 2026 12:24:57 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision dbc0710bc905f8e89d2fe00d80ee14071a49fe39 Comments
Update supported features for Foot, from Meriel Luna Mittelbach in GutHub issue 5079.
Changed files
- tty-features.c
Change #267554
Category tmux Changed by nicm <nicm> Changed at Wed 13 May 2026 15:12:23 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 281e8ff76630b9f6f5e36463e9a3a209093235e3 Comments
Fix a couple of bugs in tty_draw_line: do not loop forever if orphan padding appears, or if a wide character is trimmed at the right of the region. Much help with testing from qingliu at alauda dot io in GitHub issue 5024.
Changed files
- tty-draw.c
Change #267555
Category tmux Changed by nicm <nicm> Changed at Sun 17 May 2026 12:44:53 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 4cea1c7189982cc7e3862b5aa9612f74c897175b Comments
Add new-pane command, currently this is equivalent to split-window but it will have minor differences for floating panes in future. Also add -R/-s/-S/-k/-m flags to control border and style and behaviour, like popups. GitHub issue 5027 from Dane Jensen.
Changed files
- cmd-split-window.c
- cmd.c
- tmux.1
- tmux.h
- window.c
Change #267556
Category tmux Changed by nicm <nicm> Changed at Sun 17 May 2026 12:54:01 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 742efe989f38a02b096d4f3d9ff4e8b593d3b05e Comments
Report file open errors more sensibly, reported by Meriel Luna Mittelbach in GitHub issue 5081.
Changed files
- file.c
Change #267557
Category tmux Changed by nicm <nicm> Changed at Sun 17 May 2026 13:12:07 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 818352c3cdc1ef137fee97534c8eda1e26ca09d0 Comments
Add some more explanatory text about targets, GitHub issue 4850.
Changed files
- tmux.1
Change #267558
Category tmux Changed by nicm <nicm> Changed at Sun 17 May 2026 13:17:16 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 35bd1a4c021118535699b23e5e73cf83d98d1edc Comments
Do not include unattached clients on sorted list, fixes crash reported by Marcel Partap.
Changed files
- sort.c
Change #267559
Category tmux Changed by nicm <nicm> Changed at Sun 17 May 2026 14:38:04 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision b24b8424b1579fb22ebd2f40e0d4a71b272223ae Comments
Switch to use backing grid not copy mode's grid for copy line, GitHub issue 4995.
Changed files
- window-copy.c
Change #267560
Category tmux Changed by nicm <nicm> Changed at Sun 17 May 2026 15:01:04 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision bbea6e63758ac00a9f731a52a189c9d3829e8be6 Comments
Add a five second limit on pasting for terminals which mysteriously lose the end sequence if the paste is too big (that is, Terminal.app). Reported by Garri Djavadyan in GitHub issue 4527.
Changed files
- server-client.c
- tmux.h
Change #267561
Category tmux Changed by nicm <nicm> Changed at Sun 17 May 2026 15:12:21 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision f12d7b4e67b6b62a14a584137db5e7a9d5614f77 Comments
When mode-keys is set to vi, do not allow the cursor to go into the invisible extra cell to the right of the visible text. This is closer to what vi(1) does. From Max Vim in GitHub issue 5070.
Changed files
- grid-reader.c
- tmux.h
- window-copy.c
Change #267562
Category tmux Changed by nicm <nicm> Changed at Sun 17 May 2026 18:01:42 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision a8520ba59e32133414c710b26ec23bf3c19f8b23 Comments
Bring over some of layout and positioning code for floating panes, by Michael Grant.
Changed files
- cmd-break-pane.c
- cmd-join-pane.c
- cmd-select-pane.c
- format.c
- layout-custom.c
- layout-set.c
- layout.c
- log.c
- server-fn.c
- tmux.h
- window-tree.c
- window.c
Change #267563
Category tmux Changed by nicm <nicm> Changed at Sun 17 May 2026 18:02:33 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision 962d647993ed5aea028128050945003ba01ce634 Comments
Remove some leftover debug code.
Changed files
- log.c
Change #267564
Category tmux Changed by Thomas Adam <thomas@xteddy.org> Changed at Mon 18 May 2026 10:38:02 Repository https://github.com/tmux/tmux.git Project tmux Branch master Revision a9ba7b8ecbe1d107aa716f52d53c99ea1a00cf11 Comments
Merge branch 'obsd-master'
Changed files
- no files