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

Builder tmux-solaris10-i386 Build #2425

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

The SingleBranchScheduler scheduler named 'schedule-tmux-solaris10-i386' triggered this build

Steps and Logfiles:

  1. git update ( 4 secs )
    1. stdio
  2. shell './autogen.sh' ( 22 secs )
    1. stdio
  3. shell_1 './configure' ( 2 mins, 13 secs )
    1. stdio
  4. shell_2 'gmake all' ( 3 mins, 49 secs )
    1. stdio
  5. shell_3 'gmake check' ( 1 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/tmux-solaris10-i386 slave
buildername tmux-solaris10-i386 Builder
buildnumber 2425 Build
codebase Build
got_revision 4ec7e66e90dc435ef21564e0c843c100acd33d59 Git
project tmux Build
repository https://github.com/tmux/tmux.git Build
revision 4ec7e66e90dc435ef21564e0c843c100acd33d59 Build
scheduler schedule-tmux-solaris10-i386 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:

StartTue Jun 9 14:29:11 2026
EndTue Jun 9 14:35:42 2026
Elapsed6 mins, 31 secs

All Changes:

:

  1. Change #270097

    Category tmux
    Changed by nicm <nicm>
    Changed at Tue 09 Jun 2026 13:49:36
    Repository https://github.com/tmux/tmux.git
    Project tmux
    Branch master
    Revision a42e425d4437e046e29aac8324759ce67030971a

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

    Category tmux
    Changed by Thomas Adam <thomasohnoyoudont@xteddy.org>
    Changed at Tue 09 Jun 2026 14:15:06
    Repository https://github.com/tmux/tmux.git
    Project tmux
    Branch master
    Revision 4ec7e66e90dc435ef21564e0c843c100acd33d59

    Comments

    Merge branch 'obsd-master'

    Changed files

    • no files