Branch: refs/heads/master
  Home:   https://github.com/tmux/tmux
  Commit: 979313832ce1d5f6cdc2c512e8524d6c517422e0
      
https://github.com/tmux/tmux/commit/979313832ce1d5f6cdc2c512e8524d6c517422e0
  Author: nicm <nicm>
  Date:   2019-03-18 (Mon, 18 Mar 2019)

  Changed paths:
    M Makefile
    A format-draw.c
    M format.c
    M mode-tree.c
    M options-table.c
    M screen-redraw.c
    M screen-write.c
    M server-client.c
    M status.c
    M style.c
    M tmux.1
    M tmux.h
    M utf8.c
    M window-client.c
    M window.c

  Log Message:
  -----------
  Extend the #[] style syntax and use that together with previous format
changes to allow the status line to be entirely configured with a single
option.

Now that it is possible to configure their content, enable the existing
code that lets the status line be multiple lines in height. The status
option can now take a value of 2, 3, 4 or 5 (as well as the previous on
or off) to configure more than one line. The new status-format array
option configures the format of each line, the default just references
the existing status-* options, although some of the more obscure status
options may be eliminated in time.

Additions to the #[] syntax are: "align" to specify alignment (left,
centre, right), "list" for the window list and "range" to configure
ranges of text for the mouse bindings.

The "align" keyword can also be used to specify alignment of entries in
tree mode and the pane status lines.


  Commit: 962f255ee8f271920e8901824ae30fa7a0b40804
      
https://github.com/tmux/tmux/commit/962f255ee8f271920e8901824ae30fa7a0b40804
  Author: Thomas Adam <[email protected]>
  Date:   2019-03-18 (Mon, 18 Mar 2019)

  Changed paths:
    M Makefile.am
    A format-draw.c
    M format.c
    M mode-tree.c
    M options-table.c
    M screen-redraw.c
    M screen-write.c
    M server-client.c
    M status.c
    M style.c
    M tmux.1
    M tmux.h
    M utf8.c
    M window-client.c
    M window.c

  Log Message:
  -----------
  Merge branch 'obsd-master'


Compare: https://github.com/tmux/tmux/compare/1d6fe43c7b22...962f255ee8f2

-- 
You received this message because you are subscribed to the Google Groups 
"tmux-git" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to