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

Builder tmux-solaris10-sparc Build #2554

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

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

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/tmux-solaris10-sparc slave
buildername tmux-solaris10-sparc Builder
buildnumber 2554 Build
codebase Build
got_revision 0b538b6f2a27860acea940b82be1f049a17263f6 Git
project tmux Build
repository https://github.com/tmux/tmux.git Build
revision 0b538b6f2a27860acea940b82be1f049a17263f6 Build
scheduler schedule-tmux-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/tmux-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Thomas Adam
  2. nicm

Timing:

StartThu Jun 25 14:44:26 2026
EndThu Jun 25 14:56:43 2026
Elapsed12 mins, 17 secs

All Changes:

:

  1. Change #272736

    Category tmux
    Changed by nicm <nicm>
    Changed at Thu 25 Jun 2026 13:39:11
    Repository https://github.com/tmux/tmux.git
    Project tmux
    Branch master
    Revision 51d037e881a4b795ef782186ed070a61e1c46595

    Comments

    Major rework of prompts. The basic prompt mechanics (draw, editing, etc) are now wrapped up in prompt*.c and do not depend on a client. These functions are used to provide the original client prompt but also to allow panes to have their own prompts, which works much much better for floating panes. The mode prompts for both the tree modes and copy mode are switched over to be per pane.
    There are some visible changes (some of these may be changed if they
    don't seem to be working well):
    
    - Prompts in modes now appear in the bottom line, covering whatever
      content was there.
    
    - command-prompt has a -P flag to open a pane prompt.
    
    - Because they cover the content, the default style for prompts in modes
      now does not fill the entire line; the main command prompt stays the
      same.
    
    - The old completion menu has gone, and completions are now shown after
      the text. Builtin aliases are no longer completed.
    
    - Clicking the mouse on the prompt now moves the cursor or selects a
      completion.

    Changed files

    • Makefile
    • cfg.c
    • cmd-command-prompt.c
    • cmd-display-panes.c
    • cmd-show-prompt-history.c
    • key-bindings.c
    • mode-tree.c
    • options-table.c
    • prompt-history.c
    • prompt.c
    • screen-redraw.c
    • server-client.c
    • server.c
    • status.c
    • tmux.1
    • tmux.h
    • window-customize.c
    • window-tree.c
    • window.c
  2. Change #272737

    Category tmux
    Changed by Thomas Adam <thomasohnoyoudont@xteddy.org>
    Changed at Thu 25 Jun 2026 14:29:53
    Repository https://github.com/tmux/tmux.git
    Project tmux
    Branch master
    Revision 0b538b6f2a27860acea940b82be1f049a17263f6

    Comments

    Merge branch 'obsd-master'

    Changed files

    • no files