Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Builder tmux-solaris10-i386 Build #2494

Results:

Build successful

SourceStamp:

Projecttmux
Repositoryhttps://github.com/tmux/tmux.git
Branchmaster
Revision748dab2f3819733600f9a777a0a45ef6afabd183
Got Revision748dab2f3819733600f9a777a0a45ef6afabd183
Changes2 changes

BuildSlave:

unstable10x

Reason:

The AnyBranchScheduler scheduler named 'schedule-tmux-github' triggered this build

Steps and Logfiles:

  1. git update ( 1 secs )
    1. stdio
  2. shell './autogen.sh' ( 15 secs )
    1. stdio
  3. shell_1 './configure' ( 1 mins, 23 secs )
    1. stdio
  4. shell_2 'gmake all' ( 2 mins, 41 secs )
    1. stdio
  5. shell_3 'gmake check' ( 9 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/tmux-solaris10-i386 slave
buildername tmux-solaris10-i386 Builder
buildnumber 2494 Build
codebase Build
got_revision 748dab2f3819733600f9a777a0a45ef6afabd183 Git
project tmux Build
repository https://github.com/tmux/tmux.git Build
revision 748dab2f3819733600f9a777a0a45ef6afabd183 Build
scheduler schedule-tmux-github Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/tmux-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Thomas Adam
  2. nicm

Timing:

StartSun Jun 14 23:33:40 2026
EndSun Jun 14 23:38:11 2026
Elapsed4 mins, 30 secs

All Changes:

:

  1. Change #271005

    Category tmux
    Changed by nicm <nicm>
    Changed at Sun 14 Jun 2026 22:53:20
    Repository https://github.com/tmux/tmux.git
    Project tmux
    Branch master
    Revision 6e0e343f2375790c87b41995cd5fa260557a425b

    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
  2. Change #271006

    Category tmux
    Changed by Thomas Adam <thomasohnoyoudont@xteddy.org>
    Changed at Sun 14 Jun 2026 23:15:05
    Repository https://github.com/tmux/tmux.git
    Project tmux
    Branch master
    Revision 748dab2f3819733600f9a777a0a45ef6afabd183

    Comments

    Merge branch 'obsd-master'

    Changed files

    • no files